Problem with CarouFredsel

I’ve been creating a photography portfolio site using CarouFredSel. It all seemed to be working fine and then funny things started happening.
When you go back to a gallery already viewed there are no pictures or there is only the top of the pictures
Wondering if anyone can help with this, please.
Here is a link to one of the galleries
http://lisalogan.ca/newsitetest/galleries/corporate.html

thanks

Hi michelleb,

Welcome to the forums :slight_smile:

I’ve had a look at your site and I can reproduce your problem.
I also noticed that the galleries reappear if you resize the windows.

This is a bit of a shot in the dark, but try removing this line from your code:

<link rel="stylesheet" href="css2/bootstrap.min.css">

Does that make a difference?

Hi Pullo,

Thanks for taking the time to help.

HTML Code:

<link rel=“stylesheet” href=“css2/bootstrap.min.css”>
This line was in twice so I removed the repeat. Can’t remove the first one as it control the nav bar.
I also cleaned up some of the other code - it seemed to be working for a while and then the issues started again.

Could the issue have to do with the images and how long it takes them to load?
If i preloaded all the images do you think that would solve it? Any suggestions on this.

thanks,
Michelle

Hi Michelle,

I’m not suggesting that you remove the whole file permanently, but can you try temporarily removing it and seeing if this makes a difference.

I don’t think it’s got anything to do with pre-loading the images, as the problem only occurs once the page is revisited, which means that the browser should have cached them already.

Let me know if removing the link to the CSS file helps any.