I believe I have found a bug. When I tried to remove the search icon from the main menu it caused an error on the site. When I uncheck “Append search icon to main menu” in the Enfold settings and save, then go to my site, the images, sliders, galleries don’t load. I think this is because javascript isn’t loading.
I checked the developer toolbar and I’m getting this error:
Uncaught TypeError: Cannot read property ‘left’ of undefined avia.js?ver=1:232
adjust_menu_width avia.js?ver=1:232
avia_resize_menu avia.js?ver=1:359
(anonymous function) avia.js?ver=1:15
c jquery.js?ver=1.10.2:3
p.fireWith jquery.js?ver=1.10.2:3
x.extend.ready jquery.js?ver=1.10.2:3
q jquery.js?ver=1.10.2:3
Please help ASAP. Thanks!
Hi absmith55!
You can undo changes you have done and add following code to Quick CSS in Enfold theme options to remove search icon from main menu
#top .menu-item-search-dropdown > a { display: none; }
Regards,
Yigit
Worked perfectly. Thanks for much for the help!