• Resolved bipolab

    (@bipolab)


    Hello,
    is it possible to adjust the zoom ratio in Store’s Page to be more than 12?
    I guess it could be done by creating the “single-wpsl_stores.php” page but I don’t know how to add zoom settings…

    I need to see the street and 12 is too far from that view…

    I’d also need to edit map size too

    • This topic was modified 7 years, 2 months ago by bipolab.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    I think the maximum allowed zoom level is 21. The only way you can use this is indeed by creating a custom template and then set the zoom level like this.

    echo do_shortcode( ‘[wpsl_map zoom=”16″]’ );

    You can see the other shortcode options here.

    Edit: Changing the map size itself is done with CSS. Just set a CSS class on the div, and use CSS the define the new dimensions.

    • This reply was modified 7 years, 2 months ago by Tijmen Smit.
    Thread Starter bipolab

    (@bipolab)

    Thank you!
    🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Map Zoom in Store Page’ is closed to new replies.