Hi cdrgold,
Thanks for downloading and installing the plug-in.
Unfortunately it’s quite hard to debug the problem with no further information.
Please can you provide me with a link to your site so I can take a look at it for you.
In the meantime, you can read the sticky posts in the forum and see if any of those suggestions fix it for you.
Many thanks
Peter
Hi Peter, thanks for that my site is not live I can give you login details for admin…how do I PM you?
Thanks
Peter.
Hi there,
Sure you can, please send me them to hello@peterfeatherstone.com or submit it through the contact form on my site.
If the site is not live, will I be able to still see the pages, otherwise there is no way for me to see why it is not loading?
Many thanks
Peter
Hi cdrgold,
Thanks for supplying your details by email.
I have found that the menu is displaying and working perfectly however it is being covered up and hidden by your header.
Please make the following changes to your style.css file on line 176, it currently looks like this:
.et_fixed_nav #main-header, .et_fixed_nav #top-header
{
position: fixed;
}
and needs changing to:
.et_fixed_nav #main-header, .et_fixed_nav #top-header
{
position: fixed;
z-index: 9998;
}
Please let me know if this fixes the problem for you!
Many thanks
Peter