Support » Plugin: Hyphenator » Cannot hide Hyphenator Toggle Box (?)

  • Resolved JamesBB

    (@jamesbb)


    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/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter JamesBB

    (@jamesbb)

    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 “-)

    Plugin Author e2b

    (@e2b)

    Which theme do you use? It seems like it rewrites the Hyphenator settings.

    Thread Starter JamesBB

    (@jamesbb)

    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

    Plugin Author e2b

    (@e2b)

    OK. I’ve you have any problems resolving the conflict feel free to contact me.

    Thread Starter JamesBB

    (@jamesbb)

    OK! πŸ™‚

    THANK YOU for your help!
    J.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot hide Hyphenator Toggle Box (?)’ is closed to new replies.