Don’t output Map for sr_listings.
-
Hello,
I am doing a very custom output for the listings where I have the map in the sidebar with the search functionality, and then the listings on the main content portion of the site.
<section class="properties-layout"> <aside class="prop-container prop-lander-container"> <div class="scrollbar-wrapper"> <?php echo do_shortcode('[sr_map_search]'); echo do_shortcode('[sr_search_form advanced="true"]'); ?> </div> </aside> <article> <?php echo do_shortcode('[sr_listings]'); ?> </article> </section>
The way it is currently setup, the map gets outputted with the
sr_map_search
and thesr_listings
. Is there anyway I can disable the map (not doingdisplay: none;
) for thesr_listings
so there are not conflicting errors between the two? I believe because both maps are currently being outputted the search functionality breaks.Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Don’t output Map for sr_listings.’ is closed to new replies.