Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #242939

    Hi Yigit,

    Thanks for all your help!
    Hopefully is this my last question…

    The menu of the homepage of my website didn’t work on a mobile device.
    http://www.peoplesupply.nl

    The menu of the other pages Works good, but only the menu on the home didn’t work.
    You can see this page were it Works great: http://www.peoplesupply.nl/contactgegevens-people-supply/

    Again many thanks and hopefully you can fix this too.
    Regards

    Peter

    #243520

    Hi peterd!

    Can you try adding following code to Quick CSS and check if that helps

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    Regards,
    Yigit

    #243569

    Hi Yigit,

    I added it. But still don’t work.
    :(

    #243634

    Hi!

    Can you try deactivating all active plugins and check if that helps?

    Regards,
    Yigit

    #243747

    Hi,

    I deactivated al plugins but no difference.
    I changed my homepage but also didn’t work.

    Have you any other suggestions?

    #243767

    And also an other question?
    Is it possible to change the background color of the mobile menu page per page.
    For example:
    page 1: backgroundcolor mobile menu button: orange
    page 2: backgroundcolor mobile menu button: green

    and so on

    Many thanks!

    #244879

    Hey!

    I’m having no issues with the mobile menu showing on the home page right now. Is this in a specific browser or device?

    On your other question you can target the toggle button with:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #f18d00;
    color: #ffffff;
    border-color: #e1e1e1;
    }

    And prefix it per page by using that pages ID like this:

    
    
    #top.page-id-3385 #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #f18d00;
    color: #ffffff;
    border-color: #e1e1e1;
    }
    
    

    http://en.support.wordpress.com/pages/#how-to-find-the-page-id

    Best regards,
    Devin

    #245399

    Hi Devin,
    Thanks for your answer.

    I use an IPhone with the newest IOS. But I found the solution. The problem was that I used a color section on my home page with an movie as background. When i selected de combo box: Hide video on mobile devices? everything works great!

    Thanks for so far!
    Regards,

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘mobile menu didn't work on homepage | on other pages it works great’ is closed to new replies.