Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #857172

    Hi

    I have 2 problems.

    1. When I select Menu button style colored or bordered it is not working. The last time I was told to update the latest version. I did it and it is still not working.

    2. My menu for mobile is not working perfectly.

    I hope you can solve me those problems.

    Best regards

    #857830

    Hey okssalab,

    Thank you for using Enfold.

    Did you update the whole theme? Please get a fresh copy the css > layout.css file then override the current one. The mobile menu is there but the default/desktop menu is still visible on mobile view because the following css declaration is missing.

    @media only screen and (max-width: 767px) {
        .responsive #top .av-main-nav .menu-item {
            display: none;
        }
    }

    Best regards,
    Ismael

    #858648

    I updated whole theme and I have the newest version.
    Don’t know what that means: “Please get a fresh copy the css > layout.css file then override the current one”
    Mobile menu is not working. I copied and pasted in quick css.
    Still not working.
    Thanks

    #858681

    Hi,

    The mobile menu worked properly after deactivating the “Wow Icons” plugin. Please contact the plugin author for more info.

    Best regards,
    Ismael

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