• Joel_teb

    (@joel_teb)


    Hi,

    The map doesn’t appear in the page, only appears the shortcode of the layer.
    Anybody helps?

    Thanx in advance ??

    • This topic was modified 8 years ago by Joel_teb.
Viewing 1 replies (of 1 total)
  • Plugin Author Robert Seyfriedsberger

    (@harmr)

    Hi,

    I assume the shortcode is output by your theme in an excerpt field, where shortcodes are not rendered by default. Please ask your theme developer for assistance if possible…
    You could also try if adding the following to the end of your theme′s function.php solves your issue:
    add_filter(‘the_excerpt’, ‘do_shortcode’);
    add_filter(‘widget_text’, ‘do_shortcode’);

    best,
    Robert

Viewing 1 replies (of 1 total)
  • The topic ‘Map don’t show’ is closed to new replies.