Tagged: Real Estate Pro
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.
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
Thank you so much Mike. Worked great!
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