Title: adminbart's Replies | WordPress.org

---

# adminbart

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Display fields from ACF](https://wordpress.org/support/topic/display-fields-from-acf/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/display-fields-from-acf/#post-8540963)
 * It would change a page builder to a dynamic page builder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Display fields from ACF](https://wordpress.org/support/topic/display-fields-from-acf/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/display-fields-from-acf/#post-8540754)
 * Hello Adreas, that could work if I only need to display a text field. No other
   type of fields. But I want to be able to do everything I could do in a template
   file: loop custom post queries and, for example, display an image gallery.
 * First I thought this would be possible with an php widget. Then I tried by creating
   my own shortcode. Both methods don’t work.
 * Perhaps creating a widget is a solution? I haven’t created a widget before but
   I’m gone give that a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Display fields from ACF](https://wordpress.org/support/topic/display-fields-from-acf/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/display-fields-from-acf/#post-8540157)
 * Hello Boaz,
 * Glad you’r asking. I did not manage to solve this issue yet. I bought to pro 
   version. Perhaps that helps 🙂
 * Realy strange that a simple “get field” won’t work, only in a template file (
   eg. single.php). I’ve been trying so many diferent approaches but nothing seems
   to work.
 * The combination of your page builder and ACF would be a killer combination … 
   And I’m getting no help from Eliot so far, the author of ACF 🙁
 * Kind regards, Bart
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Please ensure the message is RFC 5322 compliant.](https://wordpress.org/support/topic/please-ensure-the-message-is-rfc-5322-compliant/)
 *  [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/please-ensure-the-message-is-rfc-5322-compliant/#post-6428778)
 * Hello,
 * I’ve got the same problem (RFC 5322 compliant error). This only is the case when
   the form is being send to a Hotmail email adres. The form is perfectly send to
   a gmail adres.
 * Perhaps, you’ve solved this problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Get image form variable](https://wordpress.org/support/topic/get-image-form-variable/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/get-image-form-variable/#post-6004119)
 * Goodmorning respectyoda, thats wright, I would like to show the image.
    If it
   possible 🙂
 * Have a nice day!
    Bart
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Get image form variable](https://wordpress.org/support/topic/get-image-form-variable/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/get-image-form-variable/#post-6004091)
 * Great! You’re a genius! Thanks!!!
 * But because I’m using a texfield I see a field with the URL in it, but not an
   image. Perhaps there’s a way to show the image?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Get image form variable](https://wordpress.org/support/topic/get-image-form-variable/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/get-image-form-variable/#post-6004065)
 * Hello Respectyoda,
 * I can’t seem to get it right 🙁
    But as I mentioned: I’m not a developer.
 * How can I set a field to readonly?
    How can I retrieve the fields ID?
 * Is it the main functions.php-file of the theme where I add this?
 *     ```
       <?php
        // instead of the URL I want an image
       $url = '<img src="'. $_GET["foto"] . '">';
   
       function my_filter_function( $data, $field_id ){
         if( $field_id == 3 ){$data['default_value'] = $url;}
         return $data;
       }
       add_filter( 'ninja_forms_field', 'my_filter_function', 10, 2 );
       ```
   
 * Should the code look like this?
 * I hope I’m not asking too much of your time 🙁
 * Kind regards,
    Bart
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Get image form variable](https://wordpress.org/support/topic/get-image-form-variable/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/get-image-form-variable/#post-6004050)
 * Thanks for the fast answer. I will check your link over an hour from now.
 * I want to use the image url, because there are more than one item on a page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ninja Forms - The Contact Form Builder That Grows With You] Get image form variable](https://wordpress.org/support/topic/get-image-form-variable/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/get-image-form-variable/#post-6004048)
 * Thank you for your reply!
 * Perhaps I don’t undestrand your answer, but I don’t need it to be in a field,
   it just needs to be shown somewhere in the form and in the emails (admin and 
   user).
 * But perhaps I need to modify a field as you say, can you help me on how to do
   that?
    I’m a designer, not a developer, so this may sound a stupid question 🙂
 * Kind regards, Bart
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Edge Suite] Insert animation thrue 'PHP Code Widget'](https://wordpress.org/support/topic/insert-animation-thrue-php-code-widget/)
 *  Thread Starter [adminbart](https://wordpress.org/support/users/adminbart/)
 * (@adminbart)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/insert-animation-thrue-php-code-widget/#post-5279783)
 * Hi ti2m,
 * Thank you for your reply. I tried this but does’nt do the trick 🙁
 *     ```
       <?php
        if(function_exists('edge_suite_comp_view_inline')){
            echo edge_suite_comp_view_inline(1); echo 'ok';
          }
       ?>
       ```
   
 * It echoes ‘ok’ so the function exists. I did show multiple compositions using
   iframes. Pretty ugly solution, certainly when the design needs to be responsive.

Viewing 10 replies - 1 through 10 (of 10 total)