Top menu and search not working

Posted in: Newspaper
Post count: 4

Hi, why my blog problem with menu and search, menu not working and search not appear. see… https://www.screencast.com/t/KW7deIee0 ( i use tagDiv Mobile Theme )

Post count: 4

Another question, how can i add search below menu and always open search box.. see https://www.screencast.com/t/dcv4MDdY09dG

Post count: 20688

Hi,

This is unusual, for some reason the mobile menu and background are set to hidden, they are no visible while being there. This could be caused by a plugin conflict, the mobile theme is affected by caching plugins in some cases. I see you are using the rocket plugin, this could the one responsible. You could test that by deactivating it and clear the cache.
I could give you a code solution to make the menu visible and the search icon
https://www.screencast.com/t/wVXpfZeiU
https://www.screencast.com/t/88H1iAfgfSgA
But other issues may happen in the future. This is the code for this, enter it in Theme panel->Custom CSS if you decide to use it

#td-mobile-nav,
.td-menu-background {
visibility: visible!important;
}
@media (max-width: 767px) {
#td-header-search-button {
display: block;
}}

The theme does not have a search option like that, the only search would be the one implemented in the modal
https://www.screencast.com/t/gEm8RbuHuu
This could only be achieved through a search plugin maybe, or manual implementation in the theme code and files.

Thanks

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