Hi!
Whatever browser I use (Firefox5 or IE9), the Toggle Box is always there on top right :-(
Of course I left the default option (display an on-off switch) unselected (no) and did clear the cache but the box still keeps on displaying.
Has anyone faced this problem?
THANK YOU ALL for your help!
Jamy
http://wordpress.org/extend/plugins/hyphenator/
Hi!
Seems I found the explanation :-)
In another of my theme script called markup.js, I found the following code:
/***************************************************/
/******************* 1) hyphenation*****************/
Hyphenator.config({
displaytogglebox : true,
minwordlength : 2
});
Hyphenator.run();
I guess this "true" should be replaced by "false" :-)
Hope this helps if anyone face the same situation "-)
e2b
Member
Plugin Author
Posted 1 year ago #
Which theme do you use? It seems like it rewrites the Hyphenator settings.
Hi!
Yes you're right the theme already uses an hyphenator function.
It is called Cooolzine from Theme Forest but functions are basics compare to plugin...
THANKS
e2b
Member
Plugin Author
Posted 1 year ago #
OK. I've you have any problems resolving the conflict feel free to contact me.
OK! :-)
THANK YOU for your help!
J.