Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #612283

    Our website stopped displaying images in some browsers. The theme is up to date, and today the site upgraded to WordPress 4.5. Images don’t display using Chrome, but on Firefox the images are there. Can you help? Thanks! Great product by the way. I love Enfold. Also, here’s a video of what it should look like, and what problems we’re seeing. Thanks for your help.

    #612353

    Hey Josh!

    I can’t reproduce the issue on my end (images show normally), can you check if the same happens with this URL:
    http://kriesi.at/themes/enfold

    Cheers!
    Josue

    #613260

    Mine too! Just forced to upgrade via WordPress and my image on the home page which was in a “full width easyslider” disappeared, my google map on contact page disappeared.

    NOTE: i replaced the home page slider with an image for now…. but it is not full width :(

    YIKES!!! This needs resolution….. But, i think it may be WP 4.5 itself – part of page is missing on another theme page of mine

    #613261

    Also, note, from stephaniemull – the images don’t show up in any browser I try.

    #613271

    I can confirm it’s Google Chrome issue.
    We found that the empty slider shows on Google Chrome (Version 49.0.2623.87 (64-bit)) but no images.
    The slider works with Firefox 45.0.1 and Safari (Version 9.1 (11601.5.17.1))

    #613275

    NOPE – not for me… Firefox 45.0.2 with fullwidth easy slider does not work. blank image.
    I just reverted it back to the easy slider (the way it was before the upgrade). It does NOT show up.
    Also, should we be expecting our customers to have the latest and greatest of browsers?
    WP 4.5 should not have broken this.

    #613276

    oops, sorry about so many entries, but Safari does not work either.
    And, I have cleared the cache and cookies on the browsers.
    http://www.arcarecyclinginc.com

    #613277

    My easy slider doesn’t work — the icon list isn’t working.

    #613285

    Hey, support guys, see what AVADA theme is doing to fix it:

    #613354

    Hey!

    Please update the theme to the latest version 3.5.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    @stephaniemull
    FYI, you are using 3.4.7 :)

    Best regards,
    Yigit

    #615515

    I’m on 3.5.2 and my easysliders have disappeared in Chrome. Could this please be fixed? It’s kind of a big problem for me because half my portfolio is now blank, and potential employers are currently looking at my portfolio.

    #615547

    Hi!


    @bagha
    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');

    Regards,
    Vinay

    #615604

    That fixed it! Thank you for the quick reply.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Images disappeared’ is closed to new replies.