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

    I update my wordpress and the slider and gallery image are not visible again. what should i do?

    i deactivate all plugin , still the same

    • This topic was modified 7 years, 11 months ago by Armstrong88.
    #612366

    Hey Armstrong88!

    Let us know a bit more details about the browser you are using and please share the link to the page where we can inspect the element in question and help you resolve it :)

    Cheers!
    Vinay

    #612490

    this is it http://www.bayrootmarket.com and http://empowermentweek.com.au/

    i i used chrome and firefox

    • This reply was modified 7 years, 11 months ago by Armstrong88.
    #612567

    Hey!

    It looks like the image is there but not visible disable any animation effects on the image or it’s parent container and let us know if it worked.

    Have you updated the Enfold theme to the latest version 3.5.2 ?

    Best regards,
    Vinay

    • This reply was modified 7 years, 11 months ago by Vinay.
    #612585

    what about the slider and the gallery, what can be done to that?

    i am using the latest enfold theme

    “Theme Updates
    No Updates available. You are running the latest version! (3.4.7)”

    • This reply was modified 7 years, 11 months ago by Armstrong88.
    #612597

    Hi!

    Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, please update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #613003

    I REMOVE THE ENTIRE INSTALLATION IN (http://www.bayrootmarket.com) AND INSTALL A NEW WORDPRESS, SLIDER DOESNT WORK EITHER,

    IT SEEMS SOME OF THE FEATURES IN ENFOLD DOES NOT WORK IN THE NEW UPDATED WORDPRESS 4.5.

    • This reply was modified 7 years, 11 months ago by Armstrong88.
    #613290

    After upgrading to Wp 4.5 with Enfold 3.5.2 my site also miss pictures.
    When the page loads the images shortly show but then disapears.
    The page is Here,
    Please advise me what to do.
    The latest theme is already installed.
    Thanks.

    • This reply was modified 7 years, 11 months ago by John Nielsen.
    #613570

    Hi,

    Could you try adding this to your function.php file to see if that helps?

    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

    #613625

    THANKS VERY MUCH, IT WORKS

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘images not showing after update’ is closed to new replies.