-
AuthorPosts
-
August 9, 2017 at 5:43 pm #836520
Hi all,
we enabled “Clone title menu items to submenu” for the new mobile menu here http://pfeil-verlag.de/, but it doesn’t work for us (and titles menu items are thus not accessible on mobile) . Can you see any apparent reason why?
Thanks
MichaelAugust 10, 2017 at 9:24 am #836837Hey Michael,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardAugust 10, 2017 at 10:30 am #836884Hi Rikard,
sure thing, I made you Super-Admin (Multisite).
Thanks
MichaelAugust 15, 2017 at 9:28 am #839127Hi,
Thank you for the update.
The mobile menu and every sub menus are working properly when I checked the site. Which of them are not working?
Best regards,
IsmaelAugust 16, 2017 at 3:39 am #839669I have this same issue. On mobile, I can’t access the main main page, if it has sub menus.
August 16, 2017 at 7:33 am #839735Hi,
@ziggyzip: Please make sure that the site is running on version 4.1.2 then edit the js > avia.js file. Remove everything then replace it with the following code.// https://pastebin.com/qmubdK8n
Best regards,
IsmaelAugust 25, 2017 at 11:33 am #843876Hi Ismael,
one shouldn’t write a support request directly before a vacation ;-) Sorry for the late reply !
I tried the changed avia.js file, but nothing changed. As I wrote in my OP we are using “Clone title menu items to submenu” but they are not cloned.
if you look on the site, you see that ALL parent men items are leading to pages in the regular menu. In the mobile menu, the parent menu items are only triggers, so the respective page can’t be reached.
If I understood the function “Clone title menu items to submenu” correctly, this should remedy that by simply creating a new submenu item for each parent menu item, right? I’ve tried everything I could think of, but for me the “Clone title menu items to submenu” does not do anything at all :(Thanks
MichaelAugust 28, 2017 at 5:38 am #844658Hi,
Thank you for the update.
Did you modify the header.php file in the child theme? Please update it.
Best regards,
IsmaelAugust 28, 2017 at 9:36 pm #845048Hi Ismael,
I did modify it and I also testet without it, the problem is the same and seems not to be header.php related (I just added the top header div)
Cheers,
MichaelAugust 30, 2017 at 7:42 am #845651Hi,
Thank you for the update.
We found the issue. It’s the html class. Please add this filter in the functions.php file.
add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1); function avf_header_setting_filter_mod($header) { $header['submenu_clone'] = 'av-submenu-clone'; return $header; }
Best regards,
IsmaelAugust 30, 2017 at 10:38 am #845720Ah, great. Thanks Ismael!
August 31, 2017 at 2:13 pm #846249Hi 0rca,
Glad we got things working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.