Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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/

    #614459

    Hi 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,
    Yigit

    #614501

    Hi,
    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!

    #614524

    i just re-updating the theme manually via FTP and nothing has changed

    can you please take a look?

    #614526

    Hey!

    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,
    Yigit

    #614533

    Hi, 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?

    #614548

    Yigit,

    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!!!

    #614555

    Hey!


    @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,
    Vinay

    #614557

    Just commenting again… I solved my problem by “downgrading” back to WordPress 4.2.2! Phew… my site is back again.

    #614773

    Hey!


    @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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘website not displaying correct after updates’ is closed to new replies.