Forums
(@lguislain)
9 years, 11 months ago
First of all,
I wish you Happy New Year 2015 !
The issue is solved after modifying the function.
Regards
Hi,
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.
Hi 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 regards
Just a little modification in regex to keep Accented Characters.
$string = preg_replace(‘/[^A-Za-zà-ú0-9\-\,\s]/’, ‘ ‘, $string);
Regards,
Sorry wrong place.