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

    I was doing some changes but now some image cannot be display

    #614931

    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

    #615044

    -No,
    I have updated yesterdat it,
    What can I do?

    #615050

    Theme Updates
    No Updates available. You are running the latest version! (3.5.2)

    #615204

    And it is not working at all

    #615208

    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…

    #615212

    My site display correctly again, but it took a long time. Apparently I shouldn’t rush to upgrade ;)

    #615518

    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

    #615769

    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

    #615799

    I mean I can´t show the products images. But I cbn´t dind a solution here.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘some image cannot be display’ is closed to new replies.