Title: devjapheth's Replies | WordPress.org

---

# devjapheth

  [  ](https://wordpress.org/support/users/devjapheth/)

 *   [Profile](https://wordpress.org/support/users/devjapheth/)
 *   [Topics Started](https://wordpress.org/support/users/devjapheth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devjapheth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devjapheth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devjapheth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devjapheth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devjapheth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] iFrame using ACF](https://wordpress.org/support/topic/iframe-using-acf/)
 *  [devjapheth](https://wordpress.org/support/users/devjapheth/)
 * (@devjapheth)
 * [5 years ago](https://wordpress.org/support/topic/iframe-using-acf/#post-14347930)
 * 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](https://wordpress.org/support/users/devjapheth/).

Viewing 1 replies (of 1 total)