search box in header don't display

Posted in: Newspaper
Post count: 6

I can not get the search box in the header to display in all browsers. I only get it to work in Chrome for PC (Windows 10).
For all other browsers nothing happens when clicking on the search icon.
I am using Header Style 12.
This is the site: http://www.vgrfokus.se

I turned off sticky menu to avoid any conflicts, but it does not help.

Mobile version of the search box works fine.

Post count: 20688

Hi,

From what I see the header search is not functioning properly. Something is affecting it, either some modifications made, or maybe a plugin. The condition to make it visible when clicked is not applying.
I could give you a code as a quick fix to make it visible
https://www.screencast.com/t/yDojPfm0hd0J

.header-search-wrap .td-drop-down-search-open {
visibility: visible;
opacity: 1;
top: 75%;
}

Enter this code in Theme panel->Custom CSS. But maybe it would be better to identify what exactly is causing the issue. Try deactivating all plugins except theme plugins and clear all caching, then check if this has any effect. Double check any custom code or theme modifications as well.

Thanks

Post count: 6

Thanks, great, it’s a start. I will look into it.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.