• following this topic, we found a bug.
    so the marker is gone by now (at least visually), but it’s still there. it is clickable and it opens the google maps info-window with the Start location text.. i removed the text from the settings, but same result (empty info box)

    • This topic was modified 6 years, 5 months ago by jnz31.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Thanks for letting me know, will look for a fix in the next update.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    Btw, you used the JS code or the CSS code from this page?

    The CSS code hides it, but the JS code should remove it.

    Thread Starter jnz31

    (@jnz31)

    here is the code i use

    function jnz_custom_js_settings( $settings ) {
        $settings['startMarker'] = '';
        $settings['excludeStartFromCluster'] = true;
        return $settings;
    }
    add_filter( 'wpsl_js_settings', 'jnz_custom_js_settings' );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bug on hidden marker (still clickable)’ is closed to new replies.