Hi I wondered if you could take a look at https://www.mikeholcroftart.com/
I can’t get the Drop down sub to work, it should come down under Archive.
Thanks
Damian
Hi I wondered if you could take a look at https://www.mikeholcroftart.com/
I can’t get the Drop down sub to work, it should come down under Archive.
Thanks
Damian
I tried this already
.x-navbar .menu-item:hover .sub-menu{
display:block !important;
}
Also tried this and the combo of the 2, and between Safari and firefox
.x-navbar {
overflow-y: visible;
}
Hello Damian,
Thanks for writing in! Just for future topics, self responding or bumping your post pushes it back in our Queue system so it takes longer to respond to.
Your drop down menu is not working because you may have set it up incorrectly. We would like to check how you have laid out your header. Would you mind providing us some access so that we can take a closer look at it?
Best Regards.
I am a bit confused about how the secure reply is supposed to work.
Anyways I have the exact same header settings in the Header builder for www.waterstreetgallery.co.uk and as you can see this works.
Thanks
Damian
Hi,
To fix it, you can add this in Header > CSS
body .x-masthead .ps-container {
overflow:visible !important;
}
Your submenu is also set to a dark color making it invisible in black background.
Please change the color.
You guys are the best - Thanks for that,
Any ideas why I get this code momentarily as the page loads?
Thanks
Damian
Hey Damian,
You might have enabled WP debug. It’s only a warning and not critical. You can hide it by following this guide https://aristath.github.io/blog/wp-hide-php-errors
Thanks.