Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Thumbnail Slider displaying incorrectly WordPress

  • SOLVED

We are using a plugin "Thumbnail Slider Plugin" on our site. Although it only shows up on a browser refresh or often not at all.

http://www.snilesh.com/resources/wordpress/wordpress-plugins/wordpress-thumbnail-slider-plugin/

Our site can be found here prin(t)strategy (dot eu)

Works in Firefox 12
Doesnt work in Safari 5.1.7, Chrome 19

We will PM ftp and wp logins to those kind enough to have a look for us.

Please see attached an image with how it should look and and how it is being displayed.

Many Thanks.

Answers (2)

2012-05-21

Agus Setiawan answers:

hi, let me do this. send me ftp and wp logins.

update : your slider is working fine now, please check :

solution :

.wpns_thumb_slider ul li {
float: left;
padding: 0px;
margin: 0px;
width: 198px;
height: 114px;

2012-05-21

Gabriel Reguly answers:

Hi popcorndesign,

I see you have some inline CSS for class wpns_thumb_slider, why is that?

Anyway at line 21 of style.css, please change it to

.wpns_thumb_slider {
display: block;
float: left;
height: 114px;
top: -114px;
margin: 0;
overflow: hidden;
padding: 0;
}


(I have added top: -114px;)

Hopefully it will fix your issue.

Regards,
Gabriel


popcorndesign comments:

nope, sorry this hasn't worked.

Thanks.