Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187436

    Hi: Here are the GALLERY PAGE URL’s for the site I’m working on:

    http://new.vampedupvintage.com/rentals/
    http://new.vampedupvintage.com/show-costuming/

    The thumbnails will eventually load, but it takes forever… I have re-sized all my images using a plugin called EWWW Image Optimizer, but it’s still noticeably slow to load….

    Do you have a fix for this?

    #187603

    Hey Eleina_Shinn!

    Please edit js > shortcodes.js, find this code on line 887:

    var image = $(this);
    				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));

    Replace it with:

    var image = $(this);
    				setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 10));

    Remove browser cache then reload the page a few times. You can use WT3 Total Cache and Better WordPress Minify to enhance the page loading speed.

    Cheers!
    Ismael

    #187823

    Okay, please forgive my ignorance, I am so thankful for your help and I can do this, if I knew what file and folder to look in… I looked in the js folder in WP-admin, but could not find a file called “shortcodes.js”

    Then I looked in the WP-Includes Folder and found a file called “shortcodes.js”, but there is no line 887, it ends at line 342.

    Could you tell me specifically where to find this file?

    Thank you so much!

    Eleina

    #187827

    Hi!

    Please go to wp-content\themes\enfold\js to find shortcodes.js file

    Cheers!
    Yigit

    #955779

    Hi, I’m having the same issue.

    I edited the line of code as indicated earlier in this thread, but the thumbnail image still show up as gray. What’s interesting is that when I make my browser window narrower, the full color thumbnail images appear.

    I’ve tested this in both Firefox and Safari, and they both exhibit the same issue, and the same response to making the browser window narrower.

    Any other ideas as to why this is happening?

    Thanks,
    Alex

    • This reply was modified 6 years, 2 months ago by Basilis.
    #956695

    Hi,

    I removed the access from your topic for security reason, please create your own topic so we can be able to assist

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Photo Galleries not loading… thumbnails are greyed out ENFOLD’ is closed to new replies.