JamesBB
Member
Posted 9 months ago #
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/
JamesBB
Member
Posted 9 months ago #
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 "-)
Which theme do you use? It seems like it rewrites the Hyphenator settings.
JamesBB
Member
Posted 9 months ago #
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
OK. I've you have any problems resolving the conflict feel free to contact me.
JamesBB
Member
Posted 9 months ago #
OK! :-)
THANK YOU for your help!
J.