slawkens / myaac-plugins-old

Official Plugins repository for MyAAC. For 0.8 version
GNU General Public License v3.0
10 stars 26 forks source link

emma-template :: JavaScript Errors #1

Open slawkens opened 4 years ago

slawkens commented 4 years ago

// Copied from old issues // Original author: Jarofir

Hello, There is a file menu.js in this template, that should give feature to hide submenu blocks, but it's not working. Console Error menu.js basic.js visibility

krolikson commented 3 years ago

It it really easy to fix. Just change + imgPath + on +<?php echo $template_path; ?> +and everythink should work. Into that template there is more issues. Menu.js do not changing the pictures and do not marking an active element, because it cannot find a menu-item element.Iam still trying to fix it :)

krolikson commented 3 years ago

or you can just put variable on the begging of page imgPath = <? Echo $template_path; ?>