Tagged: burgermenu, class, menu
-
AuthorPosts
-
November 3, 2017 at 10:01 am #872055
Dear Support,
(1) obviously classnames added to a menu item are not added to burger menu items. They only appear in the desktop menu items class-attribute.
(2) when I add an individual link as main menu point, ie just linking “#” and adding submenu-items, the submenu is not toggled in burger menu.
Can you please consider to fix this with the next release?
Thank You very much,
Thomas
- This topic was modified 7 years ago by mailworm.
November 4, 2017 at 12:15 pm #872468Hey mailworm,
Thank you for coming back and reporting these issues.
1) We are currently working on a fix for that – I will let you know, when we have solved it.
2) I cannot reproduce this on my local install. Did you upgrade to latest version 4.2 and clear all server and browser cache?
Can you give us a link to a page so we can see the problem and a temporary admin account so we also can check the backend. You can post it in the private content area.
Best regards,
GünterNovember 4, 2017 at 5:13 pm #872555well on 4.2 the burger-menu li’s got their own ids – (on 4.12 this was missing) so you can select them via ID.
and on 2nd point – i tested it on my 4.2 installation – it works on all cases. ( on click and on hover – with or without cloneing)November 6, 2017 at 1:56 pm #873050Hi!
I fixed the problem with the classes and it will be in the next update.
Meanwhile please update file enfold\js\avia.js. Please replace the complete content of this file with the RAW paste content of
This link is valid for one month. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.2.
Do not forget to clear browser and server cache after the update.If you have problem we can do the update for you, please give us FTP access to your server.
Regards,
GünterNovember 6, 2017 at 2:22 pm #873062:yoo
i embedded your avia.js in a child-theme via:
add_action( 'wp_enqueue_scripts', 'wp_change_aviajs', 100 ); function wp_change_aviajs() { wp_deregister_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); }
works !
November 6, 2017 at 6:31 pm #873256 -
AuthorPosts
- You must be logged in to reply to this topic.