• Hi, I’ve made some customization (via child theme) on Agama theme and site was working so good but after last update my site header and menu parts has been broken.
    When I look the source code I see that mobile menu is showed from desktop. Can you please check that hat can be the problem? Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themevision

    (@themevision)

    Hello, @alpdmr!

    I have checked your custom CSS and didn’t find any code related to the header which can cause the problem you have.

    Also, I have seen you have a Megamenu plugin installed and I suppose there is something in your Mega menu plugin settings that causes that problem.

    Please check first your Megamenu settings, (or temporarily deactivate the plugin) to see will the problem disappear…

    If you just want to remove your Agama mobile menu, you can simply insert the next custom CSS code:

    .mobile-menu-toggle
    {
        display: none;
    } 

    PS: I have also found that your Logo image in mobile view is too big so I think you also need to insert the next CSS code to avoid cropping it:

    @media only screen and (max-width: 600px){
    #agama-logo img{
        width: 80vw!important;
       }
    }

    Regards

    Thread Starter AlpDmr

    (@alpdmr)

    Megamenu was multisite-enabled and not in use. And there is no change after I’ve disabled..

    Thread Starter AlpDmr

    (@alpdmr)

    After revert back to the 1.4.2 site works normally. Probably css issues taken place.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Last update broke one of my customer’s site’ is closed to new replies.