-
AuthorPosts
-
April 14, 2016 at 7:48 pm #614224
My site is not displaying correct. A lot of missing content. I have upgraded to the latest version of the theme and latest version of wordpress. http://1c5.964.myftpupload.com/
April 15, 2016 at 1:54 am #614459Hi navindesigns!
Can you please try re-updating the theme manually via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
Currently files does not seem to be overwritten correctly.Best regards,
YigitApril 15, 2016 at 2:32 am #614501Hi,
I had the same issue. I backed up my site with Updraft Plus Backup, installed the latest WordPress 4.5, and my site didn’t work. I tried to restore my site using that plugin but apparently the free version doesn’t backup the actual WordPress file. So, my sliders don’t work, google maps don’t work, my accordions don’t work, and several images in the site aren’t showing up. I have not tried updating to the latest Enfold with this file themeforest-4519990-enfold-responsive-multipurpose-theme-wordpress-theme that was emailed as the latest update. My question: I am using a child theme with customizations. If I update to the latest Enfold, in hopes of fixing the WordPress update, will this cause MORE issues, or is this likely to fix issues? Alternatively I could try to overwrite the latest WordPress with the earlier version that worked. Any help would be appreciated!April 15, 2016 at 3:09 am #614524i just re-updating the theme manually via FTP and nothing has changed
can you please take a look?
April 15, 2016 at 3:11 am #614526Hey!
I added following code to bottom of functions.php file in Appearance > Editor
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');
please review your website now
Regards,
YigitApril 15, 2016 at 3:46 am #614533Hi, I have the same problems at my website http://www.martinoberia.com/
I am not so skilled with strings of codes so, can someone help me?April 15, 2016 at 5:30 am #614548Yigit,
YES! That addition to the functions file fixed issues I was having on multiple Enfold theme installs across various hosting packages.
These were my issues:
– Images in Easy Slider and placed on pages (other than background images) were not displaying, but they were there in the background.
– Testimonials and other slider elements were missing.
– Dynamic content actions were missing.Thanks for this fix!!!
April 15, 2016 at 6:07 am #614555Hey!
@beriaphotography Your site looks good on my end please refresh the browser cache. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
@BC-Clients glad we could help!Regards,
VinayApril 15, 2016 at 6:11 am #614557Just commenting again… I solved my problem by “downgrading” back to WordPress 4.2.2! Phew… my site is back again.
April 15, 2016 at 1:23 pm #614773Hey!
@deianmoore If you want us to look into the issues, please update WordPress once again and start a thread and attach temporary admin logins in private content field.
I am closing this one for now. Glad it is working for everyone else : )Cheers!
Yigit -
AuthorPosts
- The topic ‘website not displaying correct after updates’ is closed to new replies.