Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1042992

    Hi,
    After upgrading to version 4.5.1 avia full width submenu no more sticky remains in the pages. How can I solve?

    #1043329

    Hey leos,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1043670

    Hi,
    link in private content.

    #1044360

    Hi leos,

    Best regards,
    Victoria

    #1044382

    I have same issue please see my support log
    #1041358

    #1044918

    Hi,
    I have update the php version but nothing change. How can I solve the problem?

    #1045386

    Hi leos,

    I see no errors in the JavaScript, but seems like JavaScript that works with the menu does not work. Do you have any custom JavaScript?

    Best regards,
    Victoria

    #1045403

    Hi,
    Yes, I have custom Javascript inside the WordPress menu but up to enfold 4.5.0 it worked properly.
    Why now not? Since it worked first, I would like it to work now.
    I also had problems from 4.4 to 4.5 and I had to insert a z-index: 301 !important in the CSS file, but disabling it does not change anything.

    #1045610

    Also inserting a standard menu (without javascript changes) does not remain sticky, so the problem is due to the update to 4.5.1 and not to the menu.

    #1045653

    Hi,
    The problem has been solved, I do not know as I saw that I did not do anything, but now the full width submenu remains sticky.

    #1046027

    Hi leos,

    Probably it’s just a caching issue, which fetches old css values/codes and it might have expired which forces the new css to be fetched instead.
    Anyway, glad that it has been resolved :)

    Best regards,
    Nikko

    #1046860

    Hi,
    the problem of avia full width submenu only occurs if the main menu is set to “show as an icon” also on the desktop. I have many menu items and so I need to display it as an icon on the desktop, how can I make sticky the full width submenu with this type of icon menu on desktop?
    With version 4.5.0 it remained fixed, but not anymore. What solution can I adopt?

    Thank you

    +Update+
    Updating to 4.5.2 the problem is NOT solved.

    • This reply was modified 5 years, 11 months ago by leos. Reason: Update theme to 4.5.2
    #1048103

    News??

    #1048318

    Hi leos,

    We apologize for the late response.
    Fullwidth submenu won’t be stick if the burger menu shows up.
    To change this behavior you need to modify menu.js located in enfold > config-templatebuilder > avia-shortcodes > menu folder, line 57-61:

    if( burger_menu.is(":visible") )
    {
        this.css({top: 'auto', position: 'absolute'}); fixed = false;
        return;
    }

    just remove this code and flush out cache and it should be working.

    Best regards,
    Nikko

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