Hi support,
I tried to search the issue, but did not find a solution. I always wanted to make you aware for possibly the next update.
When the Fullwidth Sub Menu is floating on top, and there is a Color Section with the “At least 100% of Browser…” selected, the 100% height property is off – it does not take into account the height of the Fullwidth Sub Menu. Therefore, the Color Section is not covering 100% of the screen – it extends down further (The height of the Sub Menu).
Any quick fix?
Thanks!
Hey!
thank you for using Enfold. Your link says that your content is password protected and I can’t see the section “Marketing Plan”. Could you provide us the password please? I think even some screenshots would be useful, as I don’t know if I fully understand what you mean. You can use imgur.com or public dropbox.
Best regards,
Andy
Hi!
Thank you for the heads up. We have reported the issue to Kriesi. A fix should be on the way. For now, you can edit js > shortcodes.js, look for this code around line 2189:
subtract = $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container')
Replace it with:
subtract = $('#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container, #top .av-submenu-container')
Again, look for this code:
subtract.each(function(){ wh100_mod -= this.offsetHeight - 1; });
Below, add this:
subtract.each(function(){ wh100 -= this.offsetHeight - 1; });
Best regards,
Ismael
Ismael,
Thank you! I’m glad I pointed it out; it’s the least I could do, especially since you guys rock at support!
As always, I look forward to the next update (Gets better and better).