Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    You will need to change this in the plugin code. The Free edition does not have the labels support. If you edit the code and search for All in the JS files you will find it

    Thread Starter whoaloic

    (@whoaloic)

    Ok thank you!

    Hello,
    I did that (with the help of Google) and found this file :
    wp-content\plugins\enhanced-tooltipglossary\frontend\assets\js\jquery.listnav.glossary
    Where I changed statement 205 from :
    html.push(‘ALL‘);
    to :
    html.push(‘TOUS‘);

    It works like a charm when done locally on my windows 8 machine using DesktopServer as hosting environment, BUT…
    When done online on my traget environment it does not work. ‘ALL’ remains stubornly in the index page, although the file on the server, in the proper directory, is modified. I tried to uninstall and reinstall the plugin with no result.
    What’s the catch ? a form of caching ? if so how to purge it ?
    Thanks
    Jean-Pierre

    Hello again,
    sorry, in my previous code I ment to say :
    Where I changed statement 205 from :

    html.push('<a class="ln-all" href="#">ALL</a>');

    to :

    html.push('<a class="ln-all" href="#">TOUS</a>');

    Jean-Pierre

    Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    It’s indeed the required change, and it could only not work because of some sort of caching e.g. server-side caching (W3C etc.) or browser caching.

    Thank you, this is it. Its working after purging cache and cookies in Firefox.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘change ALL label’ is closed to new replies.