Support Forum
My membership has lapsed and I don't see any official way to submit a bug report, so I hope you don't mind I do it here. I spent a couple hours on this today and I'd like to save others some pain.
I'm running the latest version 5.5.11 (Reboot theme) and I noticed in Chrome and Edge the Add Topic and Add Reply buttons weren't working (nothing would happen when clicking them). When I looked for JavaScript errors I saw this:
`selector` option must be specified when initializing tooltip on the window.document object!
I traced the source to the call to bootstrap's tooltip function in this code:
if (sp_platform_vars.device == 'desktop' && sp_platform_vars.tooltips == true) { jspf(document).tooltip( { tooltipClass: "ttip", position: { my: "left+20 top", at: "left bottom+10" }, track: false, content: function() { var element = jspf(this); if (element.prop("nodeName") == "IFRAME") { return ''; } else { return element.attr( "title" ); } } }); }
The workaround to fix this was to set the tooltips variable to false in spFunctions.php:
if (!defined('SP_TOOLTIPS')) define('SP_TOOLTIPS', false);
If you'd like additional help investigating this, let me know.
Cheers,
Roger Martin
Gallery Server
https://www.galleryserverpro.com
It is certainly thoughtful to stop others having the 'pain' of this issue but the truth is nobody else is having any problem. So there is something at play in your environment that is not playing nicely or is non-standard perhaps.
You mentioned 'BootStrap'... Are you using that? BootStrap is, of course, unsupported by WordPress and does stomp all over jQuery UI controls and make them unavailable... Could that be the issue?
YELLOW
SWORDFISH
|
I have this problem too, i've the blackfyre theme that uses bootstrap
i've used @rmartin workaround
Thank you
if you have a theme using conflicting tooltips, yes, you can disable one or the other... we have often published the method for disabling simple press tooltips...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)