Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1460507

    Hi. The Enfold theme is awesome! I used Enfold theme with Real Estate Pro plugin.
    https://codecanyon.net/item/real-estate-pro-wordpress-plugin/13245602
    However I am having issues on the frontend image uploader. Do you happened to encounter this issue?
    Please help.

    #1460638

    Hey oblax,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2);
    function avia_always_load_mediaelement($condition, $options)
    {
    	$condition = true;
    	return $condition;
    }

    Best regards,
    Mike

    #1460644

    Thank you so much Mike. Worked great!

    #1460648

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Real Estate Pro plugin compatibility with Enfold’ is closed to new replies.