Hey Guys i once had this problem, but I tried my Best thinking on how to implement this maps on my elementor custom Post
First I used all the ways mentioned above but nothing worked.
I had this Plugin Called “Unlimited Elements for Elementor” which i was able to create a widget with code to display my maps
See the Code Below
<div class="my-maps">
<iframe src="{{current_post.cf_itinerary_map}}" width="100%" height="500px" >
</iframe>
</div>
First: Create Custom Field with URL type
Second: Create widget Name the Widget (Iframe Map) Please Check tutorial on how to create Dynamic widget in Unlimited Elements for Elementor
Third : Display your Map in the Template
Enjoy
-
This reply was modified 5 years ago by devjapheth.