I put following code in template:
[wpv-conditional if="( '[wpv-post-featured-image]' ne '' )"]
[av_slideshow size='featured' animation='slide' conditional_play='' autoplay='false' interval='5' control_layout='av-control-default' av_uid='av-jq2d3opy']
[av_slide id='[wpv-post-featured-image size="featured" output="id"]'][/av_slide]
[/av_slideshow]
[/wpv-conditional]
[wpv-map-render map_id='map-1' map_height="360"]
The image is given out correctly.
The [wpv-map-render map_id='map-1' map_height="360"] stays clearly readable on the page. Not executed as shortcode...
I removed the code from the page until fixed.
If I Try
[wpv-map-marker map_id='map-1' marker_id='marker-[wpv-post-id]' address='[types field="kursort"][/types], [types field="strasse"][/types], [types field="plz-ort"][/types], Schweiz'][/wpv-map-marker]
[wpv-map-render map_id='map-1' map_height="360"]
I get following on the page:
[wpv-map-marker map_id=’map-1′ marker_id=’marker-4032′ address=’Online oder ETH Zürich (Haupteingang), Rämistrasse 101, 8092 Zürich, Schweiz‘][/wpv-map-marker] [wpv-map-render map_id=“map-1″ map_height=“360″]
all of the map stuff is not working. Latest Toolset and latest Views in use.