Image Fields are not visible with Elementor active

Support General Image Fields are not visible with Elementor activeResolved

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42866
    saqibsarwarsaqibsarwar
    Participant

    Hi,

    The image fields are not visible at all when Elementor is active. We are experiencing this issue in one of our products RealHomes. I can provide an online installation if needed.

    Any help would be greatly appreciated.

    Thanks!

    #42868
    mario312mario312
    Participant

    Same problem here. Following.

    #42872
    saqibsarwarsaqibsarwar
    Participant

    Hi,

    I was able to fix the issue by modifying the static method called add_actions in media.php. The updated function is as follows.

    /**
     * Add actions.
     */
    public static function add_actions() {
    	$args  = func_get_args();
    	$field = reset( $args );
    	add_action( 'admin_footer', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) );
    	add_action( 'wp_footer', array( RWMB_Helpers_Field::get_class( $field ), 'print_templates' ) );
    }

    However, I'll be waiting for a confirmation from your side.

    Thanks!

    #42873
    David JirverusDavid Jirverus
    Participant

    Same here, both with single image and image advance. The input field for the custom field does not show up.

    #42883
    Anh TranAnh Tran
    Keymaster

    We've just released a new version with a fix for this. Please update.

    #42885
    mario312mario312
    Participant

    Thanks all!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.