lguislain
Forum Replies Created
-
First of all,
I wish you Happy New Year 2015 !
The issue is solved after modifying the function.
Regards
Forum: Themes and Templates
In reply to: [Enigma] Menu still not working on version 1.6.1Hi,
Just to give more inquiries, the right path and file : menu.js is in js folder.
This javaScript module is loaded by ./core/scripts/css_js.php which is required by functions.php.
Regards.
Forum: Themes and Templates
In reply to: [Enigma] Menu still not working on version 1.6.1Hi everybody,
It seems there are two extras } in menu.js
By the end of the second and third lines.jQuery(‘.nav li.dropdown’).click(function() { jQuery(this).addClass(‘open’); });
jQuery(‘ul.dropdown li.dropdown-submenu’).click(function() { jQuery(this).addClass(‘open’); } );Hope this help.
Cheerio.Hi,
Much better solution.
Best regardsJust a little modification in regex to keep Accented Characters.
$string = preg_replace(‘/[^A-Za-zÀ-ú0-9\-\,\s]/’, ‘ ‘, $string);
Regards,
Sorry wrong place.