Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you, this is it. Its working after purging cache and cookies in Firefox.

    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

    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

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