Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1201513

    Dear,

    We took over a website created with enfold, bought a license and did a full update of WP, enfold and used plugins.
    After the update we are noticing that the hamburger menu on mobile is not activating
    Please see: https://zencare.be

    Also: We enable the button style menu item on the “webshop” menu item
    After styling the item trough ¨the enfold settings it doesn’t show it.

    #1201767

    Hey nickvanaerde,

    I see that you have active caching on the site, what happens if you clear the cache and leave the plugin disabled? If that doesn’t change anything then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1201849
    This reply has been marked as private.
    #1202143

    Hi,

    Thanks for that. I see that you have header.php in your child theme, did you try to use the most current header.php file from the parent and then implement your overrides after that?

    Best regards,
    Rikard

    #1202491

    Hi, I removed the header.php from the childtheme but the issue is still present.
    Please advise

    KR

    #1202893

    Hi nickvanaerde,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 989px) {
      .av-main-nav li:not(.av-burger-menu-main) {
        display: none;
      }
    }
    

    But this css does not totally solve the issue. This can be a jQuery conflict. You’re adding another version in the child theme.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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