• Resolved jaco44

    (@jaco44)


    I intalled RMFTooltip on both my local site & live site. The green tooltip button appears in my visual editor but nothing happens when I click it. Tried various browsers with no luck. Any know plugin conflicts or maybe I am missing something.

    I assume that you highlight the word(or words) that you want the tooltip to pop-up when hovered, similar to inserting a hyperlink, then a pop-up window to insert the tooltip should appear once you click the green button? Am I doing something wrong?

    Any advice from anyone would be greatly appreciated.

    https://www.ads-software.com/plugins/responsive-mobile-friendly-tooltip/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jaco44

    (@jaco44)

    To add to my previous question, I found this error in Firebug when I click on the RMFTooltip button. All Greek to me so any suggestions appreciated:

    (function(){tinymce.create(‘tinymce.plugins.RMFtooltip’,{init:function(ed,url){ed.addButton(‘RMFtooltip’,{title:’ToolTip’,image:url+’/RMFtooltipbutton.png’,onclick:function(){i=jQuery(‘<div title=”Create your tooltip” ></div>’);if(window.RMFtooltip_cache){i.html(window.RMFtooltip_cache);}else{jQuery.get(url+’/ajax/form.html’,function(data){window.RMFtooltip_cache=data;i.html(window.RMFtooltip_cache);});}
    i.dialog({autoOpen:true,draggable:false,resizable:false,modal:true,dialogClass:’wp-dialog’,buttons:{“OK”:function(){RMFtooltip_text=jQuery(“#RMFtooltip_text”).val();RMFtooltip_tip=jQuery(“#RMFtooltip_tip”).val();if(RMFtooltip_text!=null&&RMFtooltip_text!=”&&RMFtooltip_tip!=null&&RMFtooltip_tip!=”){ed.execCommand(‘mceInsertContent’,false,'[tooltip tip=”‘+RMFtooltip_tip+'”]’+RMFtooltip_text+'[/tooltip]’);}
    jQuery(this).dialog(“close”);jQuery(this).empty();},Cancel:function(){jQuery(this).dialog(“destroy”);jQuery(this).empty();}}});}});},createControl:function(n,cm){return null;},getInfo:function(){return{longname:”Responsive Mobile-Friendly Tooltip”,author:’ItayXD’,authorurl:’itayxd.com’,infourl:’https://github.com/ItayXD/responsive-tooltip&#8217;,version:”1.0″};}});tinymce.PluginManager.add(‘RMFtooltip’,tinymce.plugins.RMFtooltip);})();

    Plugin Author ItayXD

    (@itayxd)

    Should be ok now, tell me if you’re still having problems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Working?’ is closed to new replies.