Hello @sebfrey,
Please navigate to the dashboard -> GEO my WP -> Extensions and verify that the Single Location core extension is activated.
Thanks @ninjew – yes, the Single Location core extension is activated. I’m using the “Hello” theme from Elementor, maybe there’s some kind of conflict?
@sebfrey,
I just installed the Hello theme to test it on my site and the Single Location shortcode works fine. So I don’t think that’s the theme nor Elementor.
Did you add the shortcode to the page using an Elementor element or did you add it using PHP directly into the single page template file?
Hi @ninjew
I am having the same issue as @sebfrey, I’m using the same theme and elementor as well, with the Single Location core extension acotived.
I am using the shortcode [gmw_single_location object=”post” elements=”title,distance,map,address,directions_link”]
But I cannot see anything rendering.
I did the API testing and it works fine as well,
Hello @arinargubi,
Are you trying to view a “post” post type or a custom post type?
@ninjew in this case it would be a post type yes
@arinargubi,
Please ignore my previous question. It actually doesn’t matter if that’s a post or a post type.
Are you able to provide a link to the live page with the shortcode?
@ninjew
Here is the link: http://sveavaccin.argubi.com/
Passcode is: 3fh838fh_as23!swf
Thank you @arinargubi.
Where exactly did you place the shortcode?
This is the home page of your site, not a single post page.
if not placing the shortcode in a single post page or in the posts loop, you need to pass the post ID of the post that you would like to display via the shortcode attribute object_id. Otherwise, the shortcode doesn’t know which post’s location to display.