Slimbox Image Gallery Plugin for Joomla! v 1.5

When I try to do it, I get to the end of the first slide show and instead of stopping, or looping back, it goes straight into the next slide show.
Maybe you need to be more specific in the instructions how this is done?
Well now, my problem is I have a suckerfish menu, and the top level options are plainly visible upfront in the large image display layer. Have anyone encountered the same bug? I tried some
style="z-index:999;"
in all the divs, both .php, and .js, yet to no avail.
Moreover, as I try to click on the navigation buttons, the sublevel menus popup in front, covering the slimbox buttons.
Any fix, any idea if you please?
I did encounter 2 issues:
- syntax must be precise. I had an extra space before the fist image, and this caused the first image ONLY look as if it was loading endlessly. Make sure to only have 1 space after the "slimbox" literal.
-If you are using multiple images, leave the last semicolon ";" off of the last image. If you leave it on, it will display an extra empty image at the end of your thumbnails! I could not figure out why there was an empty anchor link for a while. So, just LEAVE THE " ; " off at the end. 'nuff said...
Thank you so much for making this a easy plugin to use w/ Joomla!
Got pretty much the same commets as everyone else, and as someone pointed out it's just to add a
.slimbox img { padding: 5px; }
to any css file and the spacing is ok.
I found one bug, the plugin tries to render one to many pictures leaving a blank
Simple Image Gallery: Nice CSS, creates thumbnails automatically, unfortunately thumbnails can't be centered and can't add captions
Slimbox Image Gallery - Nice that you can add captions, would have been nicer if you could add titles too. CSS needs some work.
And somewhere I saw a plugin that adds a Simple Image Gallery button to your editor. Imagine an upload button to go with that!! Now we're talking!!!
A challenge?
As per our convo - go for it! If you want to also maintain the extension with those improvements, that would be cool. Love your ideas!
Bad point: no alt= tag, so won't validate
Thumbnail spacing can be changed by amending a .css file. Adding the line
.slimbox img { padding: 5px; }
worked for me.
If, like me, you don't work on Joomla often, you can find the .css file by following extensions>template manager
then selecting the appropriate template and clicking "edit".
Thank you for contributing this Amy.
On the subject of tweaks, the writer of this review http://extensions.joomla.org/extensions/photos-&-images/photo-gallery/4135/details#rev-38209 has made some improvements to the plugin which I have tested and found to be quite impressive. These include:
1. Improved syntax rendition - reduces the cluttering when including multiple images resulting in text which is much more readable
2. Easily align thumbnails left, centre or right in the article text
3. Output all of the images in a directory
4. Automatic insertion of spaces between thumbnails
The user can be contacted via effrit@mail.ru. He responds quickly to queries regarding his modifications and is extremely friendly :).
Thanks to both Amy and Effrit :)
And for the rest of you ... learn CSS!
I have a simple down side. The page were this plugin is implemented will not validate XHTML strict. I am not sure this is entirely the plugin's fault though.
It(plugin or Joomla) automatically adds the border tag to the images and leaves off the alt tag which cause the page to have errors validating for XHTML strict. If anyone has a work around, I am open to listening.
Hint for gettintg spaces between images:
edit slimbox.php, line 123
$withthis .= '';
After the you can put your amount of spaces( ) you like.
After that line you can insert the follwing for a choosen amount of pictures per line:
if ( (($j+1)%NUMBER OF PICURES PER LINE) == 0){
$withthis .= '';
}
That is to say, the thumbnail creation should be automatic and this should at least be a component. All and all, I love the simplicity of the slimbox gallery and I'd use it on my own for a very limited amount of images but in the end, the cross-referencing with the media gallery gets fatiguing and again, this is not for the technically impaired.




