• Resolved toimisto

    (@toimisto)


    My single page (single-wpsl_stores.php) shortcode suddenly zooms to maximum. Changing settings or manually adding zoom attribute does not do anything. Help!

    <?php echo do_shortcode( '[wpsl_map zoom="13" height="350"]' ); ?>

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have exactly the same issue. Today, the [wpsl_map zoom=”14″] of ‘single-wpsl_stores.php’ is zoomed to what I assume to be maximum. You can’t even see the streets around the building. The wpsl_map on the store-locator search page works fine.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Try to install the 2.2.12 update, this should fix it.

    Thread Starter toimisto

    (@toimisto)

    Thank you!

    I had the same problem last week so I updated with the last version you provided but I always have a problem. This time the map on “single-wpsl_stores.php” takes the zoom of the settings page (this is better than before) but the zoom parameter on the shortcode doesn’t seem to work… Is there something I missed on the settings page or is this normal that we can’t override the zoom of the settings page by the zoom option of the shortcode ?

    Plugin Author Tijmen Smit

    (@tijmensmit)

    @elodieroosz

    If you add this in your custom template, then it doesn’t work?

    echo do_shortcode( '[wpsl_map zoom="10"]' );

    If not, can you make sure to flush the cache in your browser, and if used also the cache from any caching plugins.

    It wasn’t working until now, but I cleared the Store Locator cache and it seems to work perfectly since that. Thanks for your response and your plugin !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[wpsl_map] zoom broken’ is closed to new replies.