ive got two slideshows running the first one on the home page is fine all with links in …. must be doing something wrong …. alternatively can anyone suggest a similar slideshow plugin? gotta get this site finished
is this in the wrong part of this forum ? these forum seem to be good most people getting some sort of reply ….
This is the correct place for support, response times are just slower on the weekends.
I see the slideshow working on the homepage, is there another slideshow somewhere else that isn’t working, can you link to that one?
Sorry, that link doesn’t work.
The slideshow dimensions are set to 906×435, and the slides are that large as well, but the container in your site that you’ve added the slideshow to is only 677px wide.
So the slideshow is shrinking to fit that area and some of the images aren’t shrinking due to a theme conflict. You can override this styling conflict by adding this to your theme’s stylesheet:
.meteor-slides .mslide img {
max-width: 100% !important;
}
To get he best results, I’d recommend sizing the slideshow and slide images to fit the area on the site you want to add the slideshow to.
sheer brilliance 🙂 thank you very much .. much appreciated.