After the latest updates my mega menus seem to be crop menu items incorrectly:
http://screencast.com/t/SvnYKFwA
http://www.brideschoolworkshop.com/
Is there an easy fix?
Hey Andrea!
Thank you for using Enfold.
Did you add any modifications on the theme? Please edit avia.js, look for this code on line 930:
the_main = $(width_select + ' .container:first'),
Replace it with:
the_main = $('#header div > .container')
Let us know what happens.
Regards,
Ismael
When I put that in it just made it so that the mega menu didn’t work at all.
Turns out it was this line of css that messed it up:
#header_meta {
display: none;
}
Shoot – I thought I fixed it by putting the below code instead.
.html_header_transparency #header_meta {
display: none;
}
I just changed my header to now show that header meta in the first place.
I had originally moved the phone info next to the menu area but didn’t want it to be on it’s own line above the menu for spacing reasons – the code above was to get rid of that area while still having the text above the menu. I didn’t need it in this instance but it is a little weird that those two things would be connected.
I’m not seeing any issues with the mega menus, do you still have this issue?
P.S. Nice website!
Cheers!
Josue
Thanks Josue! :) I believe that there are always five ways to fix one problem – so I did find a solution to fix it.
I am continually impressed with the quality support and help you guys offer. Thank you a million times over for responding – you’d be surprised at how few support forums actually help people out.
Best!