Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #184966

    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!

    #185201

    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

    #185428

    Worked perfectly. Thanks for much for the help!

    • This reply was modified 10 years, 11 months ago by absmith55.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘BUG – Append search icon to main menu’ is closed to new replies.