Hi There,
First, thanks for the speedy fix on the theme yesterday. You guys are super efficient and that is so appreciated! When I updated I am having a few minor issues. When I upload the new helper-main-menu.php file I am getting a transparent white bar at the top (right under the main nav) of all my pages. Its not apparent right now because I replaced it with my old file which seems to work fine but I’d like to know what it is that is causing this so that I can either fix the way I have my pages set up or note where I need to make the adjustment in the code for future updates. I don’t use the header or breadcrumbs in my layout.
Thanks so much,
Jenn
Hi Josue,
No. This issue is not actually visible at present because I uploaded an archived version of the file that seems to be causing the issue. What happens is that a white bar about 300 or so pixels in height and screen width (seems anout 10% transparent) appears over the top of my page content (everything just below the main navigation). I have tried to pick through the code on the file to pinpoint the issue by slowly replacing lines int he working file with the new one and the issue starts on line 91 of helper-main-menu.php.
Thanks for your quick attention to the issue. I’d be happy to upload the file that causes the issue but I can’t leave the site broken for very long.
Jenn
Hi Jenn!
Add this to Quick CSS:
#header_main_alternate .container {
height: auto !important;
}
That should fix it.
Regards,
Josue
Thank you so much, Josue!! You just made my day! Have a wonderful weekend!
Jenn
You are welcome, glad to help :)
Regards,
Josue
Hey Jenn!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
Josue
Thanks, Josue. I figured it out. User error:) Thanks again for all your help!
Jenn