I have added the location switcher to my main navigation, but I have some issues I can’t seem to resolve. I am using enfold theme.
1) the DT tags
I have woocommerce installed and this plugin sets DT tags to “clear:both;”.
in my custom css I have set DT to “clear:none!important”, but it does not override.
looking at the geodirectory code, there are no opening DT tags that I can see. Not sure how to fix the CSS in this case:
‘<li class=”menu-item gd-location-switcher-menu-item”>
<div class=”geodir_location_tab_container”>
<dl class=”geodir_location_tabs_head”>
<dt/>
<dd data-location=”country” class=”geodir_location_tabs “>
<dt/>
<dd data-location=”region” class=”geodir_location_tabs “>
<dt/>
<dd data-location=”city” class=”geodir_location_tabs gd-tab-active”>
</dl>
<input type=”hidden” class=”selected_location” value=”city”/>
<div style=”clear: both;”/>
<div class=”geodir_location_sugestion”>
</div>
‘
2)”please wait…” .When I select an option such as “city”, then type in New York into the input field, I get the “Please wait…” message ,but no results See screenshot
3)background sprite In the input field, there is a sprite showing. I have tried a bunch of CSS but can’t get this hidden. See screenshot