Nav Menu not showing on custom search result
-
I am having the same issue.
I have the plugin istalled on a site using a child theme to TwentyTwelve.
When I use the regular search box from (located inthe sidebar of the pages with sidebars) and type in “Austin” iI get a results page with the navigation showing. https://arborprop.com/?s=Austin
When I use the Custom Menu Search using the dropdown for the city “Austin, TX” I get a results page with no menu navigation. https://arborprop.com/?search-class=DB_CustomSearch_Widget-db_customsearch_widget&widget_number=preset-default&cs-city-0=Austin%2C+TX&cs-zip-1=&cs-Bedrooms-2=&search=Search
I have checked theCSS and the problem seems to be in the responsive menu toggle.
Regular search results for the page include this code for in the HTML for the header nav:
<nav id="site-navigation" class="main-navigation gradient" role="navigation"> <h3 class="menu-toggle">Menu</h3> <a class="assistive-text" href="#content" title="Skip to content">Skip to content</a>
And then the div shows holding the menue items and the closing nav tag.
Th html for the custom search results in:
<nav id="site-navigation" class="main-navigation gradient" role="navigation"> <h3 class="menu-toggle" style="display: none; ">Menu</h3> <a class="assistive-text" href="#content" title="Skip to content">Skip to content</a> </nav>
Note that
display:none;
is in this result.I have not been able to determine what it is about the plugin that is causing this. Please help!
- The topic ‘Nav Menu not showing on custom search result’ is closed to new replies.