Tagged: instagram
Hi team,
i update Enfold 4.2.3 to 4.4.1 and i have also the same the problem with Instagram as in past.
An upload of the recommended class-framework-widgets shows no result.
The page use WP 4.9.8 and PHP 7.0
Hope u can help as always.
Best regards,
Alexander
Hey Alexander,
Thank you for using Enfold.
Have you tried to re-add the widget? If it’s still not working after re-adding the widget, please delete the instagram widget, go to the wp-content > uploads directory and then delete the instagram folder there. Add this code in the functions.php file.
add_filter('avf_instagram_activate_cron', 'avf_instagram_disable_cron', 10);
function avf_instagram_disable_cron() {
return false;
}
add_action('wp_head', function() {
delete_option('avia_instagram_widgets_cache');
});
Refresh the page a few times right after adding the code then delete them. Add the instagram widget again afterwards. Make sure that you do these steps in order. Let us know if it helps.
Best regards,
Ismael