I was doing some changes but now some image cannot be display
Hi endanight!
You are probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5
If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.2 make sure you have the correct API key from themeforest.
If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Best regards,
Vinay
-No,
I have updated yesterdat it,
What can I do?
Theme Updates
No Updates available. You are running the latest version! (3.5.2)
And it is not working at all
I.ve done the last update, and I regret the first time in two years – the first time it happens to me that something does not work…
My site display correctly again, but it took a long time. Apparently I shouldn’t rush to upgrade ;)
Hi!
Please add the below code in functions.php
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
Cheers!
Vinay
I have added the code in functions.php, in fact it was already there but the problem is there yet and I am opening more tickets because I can´t find any solution.
What should do now? I can show the products on the home pages and others.
I look forward to hearing from you.
Thanks
I mean I can´t show the products images. But I cbn´t dind a solution here.