Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #615095

    Hello,
    We’ve recently updated to WordPress Version 4.5 and Enfold 3.5.2. I made sure the avia,js file was updated as well. I’m using an Enfold child theme and I’m still getting problems with a slider working and images being shown. Removed browsing cache/refreshed many times. Any advice/help would be greatly appreciated!

    Thanks,

    Mike

    • This topic was modified 8 years, 7 months ago by Vibedration.
    #615097

    Hi Vibedration!

    if you switch to the main enfold theme, will that work?

    Regards,
    Basilis

    #615099

    @Basilis I tried doing a live-preview of the main enfold theme and I got more errors than before. I didn’t try activating it because of that.

    • This reply was modified 8 years, 7 months ago by Vibedration.
    #615107

    @Basilis I tried actually activating the main theme and it didn’t help unfortunately

    #615121

    Hi!

    Is the site live, can we switch theme?
    Can u maybe create a stagin site?

    Regards,
    Basilis

    #615126

    The site is currently live. The child theme doesn’t replace too much and when the main theme is activated we get too many issues at this point. I can’t make a staging site right now, could you investigate and see if you could find any issues with the child theme being activated?

    #615128

    Following… same problems here on several client sites.

    #615157

    Hey!


    @jdrijver
    Update your themes to the latest version and if you still have any issue please try the below steps.


    @Vibedration
    We have added 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');

    Your theme is not correctly updated to enfold version 3.5.2 make sure you have the latest copy downloaded 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/

    Once you have updated to the latest version you can remove the above code from functions.php

    Regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    #615176

    Awesome thanks, looks like your change did the trick. Thanks for the quick help/responses!

    #615711

    Hi,

    Great, glad we could help and sorry for the trouble :-)

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.