• Hello
    I need help with a feature my client would like to add to the individual store pages.
    The website has active the individual store pages (example https://www.oportun.com/stores/oportun-83-4/ ) and also a general page where there is the global search https://www.oportun.com/locations/.
    On the redesign of the individual store pages, he wants to show the global search on the bottom of each individual store pages (besides the normal individual store map, so this would mean that there will be 2 maps on each individual store pages).
    On the template for the individual store pages, I use
    echo do_shortcode( '[wpsl_map zoom="10"]' );
    in order to print the map I thought that using
    <?php echo do_shortcode( '[wpsl auto_locate="false"]' );?>
    on the bottom of the page, will print the general search, but it seems that this actually does not totally works, can you please show me how can I achieve this? Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple maps per page’ is closed to new replies.