HI, I am experiencing trouble with my Web site after updating to the most recent WP 4.5 and Enfold 3.5.2 a few hours ago.
First, the blog posts are not displaying correctly in the page. The title summary of each blog post is overlapped by its source codes.
I tried to change the number of blog grid columns, but the problem exists.
Second, images in the image slider on the front page are not loading correctly. Most of the time, it shows just blank spaces.
Your kind and prompt help will be appreciated. Thanks.
Hi Phil!
Can you please try re-updating the theme via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
Cheers!
Yigit
Dear Yigit,
Thank you for your prompt reply.
As you suggested, I replaced all files and folders in Enfold directory via FTP.
Now the image slider works ok, but blog posts show the same problem – sources codes are messing up the page..
Just in case, I tried to view the page after deleting all cache and history files of the browser.
I will need more advice. Thanks.
Phil
I am still waiting for your reply.
If you cannot solve the problem right now, please send me a link to download the previous 3.4.7 version of Enfold theme.
Since my Web site was just working fine until I update to the 3.5.2., I want to downgrade.
Thanks.
Hi,
Could you try adding this to your functions.php file to see if that helps please?
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');
Best regards,
Rikard
Rikard,
I was able to fix the problem using the code below in Quick CSS.
.post-entry .hidden {
display: none;
}
Thanks for your suggestion anyway.
Phil
Hi!
Glad you got it fixed.
Please do let us know if we can do anything else for you and we are really sorry for the delay reply.
Cheers!
Basilis