Dear Gnanasekara,
The URL you mentioned above is a intranet URL, I can not see it.
Please check these in your website:
1) You are following our document to setup the google map and map markers:
https://toolset.com/documentation/user-guides/display-on-google-maps/
especially the google map API settings:
https://toolset.com/documentation/user-guides/display-on-google-maps/creating-a-google-maps-api-key/
2) When you insert the map marker shortcode into content, add debug="true" attribute, for example:
[wpv-map-marker debug="true" ... ] ... [/wpv-map-marker]
It will be able to output some useful debug information, copy them to this thread, we need to know if there is any error in your website.
3) If the problem still persists, please provide a database dump file (ZIP file) of your website in below private detail box, I need to test and debug it in my localhost, thanks
i can't find "private detail box"
OK, I just enabled the "private detail box", please follow the my post to provide the details.
and featured image not coming for listing custom post type, but I have enabled it.
Thanks for the details, here is what I found in your database dump file, you are using a layout "single ad" to design the post
In the layout "single ad", you did not follow our document to setup the map shortcode:
https://toolset.com/documentation/user-guides/display-on-google-maps/
All you need is add a Toolset map shortcode in to it, for example, modify the codes as below:
<p>[wpv-map-marker map_id="single-ad" marker_id="marker-4" marker_usermeta="wpcf-google_address-30b463f3" id="$author"][/wpv-map-marker]</p>
<p>[types usermeta='google_address-30b463f3' user_is_author='true'][/types]</p>
<p>[wpv-map-render map_id="single-seller"][/wpv-map-render]</p>
And test again.
More help:
https://toolset.com/documentation/user-guides/maps-shortcodes/#wpv-map-render
Renders a map.
I have checked with documnet and also your test code (above you gave). I did not got MAP, PFA
Or kindly share Database dumb
For the new question:
https://toolset.com/forums/topic/users-address-field-not-loading/#post-601967
I assume we are talking about this case:
When you are editing a single post of custom post type, you need to select the feature image of the single post.
If it is, you can edit the custom post type, in section "Sections to display when editing ", enable option "Featured Image", and test again.
Since the original question of this thread is resolved, If you still need assistance for the new question, please create new thread for the new question, that will help other users to find the answers.