Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Image Gallery Plugin (Square It)
timeflight Wrote:This is a wonderful plugin - thanks!
I've only been testing for a day, but I have a problem. Are the green dots meant to be there?
And when you click an image, the popup image frame looks wrong. Would you mind having a look?

http://www.timeflight.co.uk/illustrated-london-news

Thanks.


The green dots appear because of your template files.

PixelGreen.css (line 330)
#main ul li {
list-style-image:url("bullet.gif");
}

You can edit the css file inside of the plugin and force the list-style-type to be NONE.
sqr_imgal.css (line 5)

#sqr_image_gallery li {
background-color:#FFFFFF;
border:1px solid #C7C7C7;
float:left;
list-style-type:none !important;
margin:7px 14px 7px 0;
min-height:125px;
padding:3px;
}


Your other problem is because right now you either have all the images with a caption or turn captions off completetly. Will try to address that issue on the stable release that I will try to complete this week.

Thanks
- Julian

My GetSimple Plugins: Simple Image Gallery | TweetMeme reTweet Button
Reply


Messages In This Thread
Simple Image Gallery Plugin (Square It) - by juliancc - 2010-05-04, 06:27:19



Users browsing this thread: 4 Guest(s)