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
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
Hi Yigit,
I added it. But still don’t work.
:(
Hi!
Can you try deactivating all active plugins and check if that helps?
Regards,
Yigit
Hi,
I deactivated al plugins but no difference.
I changed my homepage but also didn’t work.
Have you any other suggestions?
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!
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
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,