Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Michael

    #836837

    Hey 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,
    Rikard

    #836884

    Hi Rikard,

    sure thing, I made you Super-Admin (Multisite).

    Thanks
    Michael

    #839127

    Hi,

    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,
    Ismael

    #839669

    I have this same issue. On mobile, I can’t access the main main page, if it has sub menus.

    #839735

    Hi,


    @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,
    Ismael

    #843876

    Hi 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
    Michael

    #844658

    Hi,

    Thank you for the update.

    Did you modify the header.php file in the child theme? Please update it.

    Best regards,
    Ismael

    #845048

    Hi 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,
    Michael

    #845651

    Hi,

    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,
    Ismael

    #845720

    Ah, great. Thanks Ismael!

    #846249

    Hi 0rca,

    Glad we got things working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.