- Posts: 1
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Gallery images linking together in article "blog section/category" view
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Gallery images linking together in article "blog section/category" view
- pm-at
- Topic Author
- Offline
- New Member
There was mention that this would be addressed in the new release, when will that be available. Thanks - PM
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6221
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- thingwarbler
- Offline
- New Member
- Posts: 3
I'm looking to post individual galleries as separate content items with a title and a thumbnail, and then build the list of available galleries with a single menu item to "galleries" -- but the thumbnail should appear for each entry, not just the title of the gallery, and I'd like to take advantage of the ability to control number of columns etc. with the link parameters.
It's not immediately obvious to me how to accomplish this as long as the gallery bug merges all the images in all the blog's content entries.
Appreciate any tips n' tricks you might have.
Please Log in or Create an account to join the conversation.
- ctf20
- Offline
- Junior Member
- Posts: 28
I don't think it might be that easy. You're obviously using SIG Pro on the introtext right? Thus when you view all articles in blog style, the galleries "link" together.
so there is no way around that? can't stop the slideshow from continuing on to the next entry?
Please Log in or Create an account to join the conversation.
- thingwarbler
- Offline
- New Member
- Posts: 3
Or is Fotis' point (above) that all the {gallery} mambots on a blog category page (containing x gallery entries in the displayed intro texts) simply get processed as one large block when the page is cranked out?
My question then remains: how do you suggest working around this bug in a scenario where you'd like to list gallery 1, gallery 2, and gallery 3 on a page with clickable thumbnails but without simply resulting in one massive slide show of three merged galleries?
Please Log in or Create an account to join the conversation.
- Daniel Clements
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Konstantinos Skiadas
- Offline
- New Member
- Posts: 1
The workaround i used is as follows....
1) Backup plugin_jw_sigpro.php, located at mambots/content
2) At plugin_jw_sigpro.php, do the following
Find the line
$sigdata = '<style type="text/css" media="all">#sigid'.$sigcount.'.sig .sig_cont {width:'.($_width_final_+20).'px;height:'.($_height_final_+20).'px;}</style>';
$sigmd5 = $sigcount . '_' . md5($mosConfig_absolute_path.$rootfolder.$_images_dir_);
Replace all occurences of $sigcount with $sigmd5, EXCEPT FROM the lines
$sigcount = -1;
$sigcount++;
$sigmd5 = $sigcount . '_' . md5($mosConfig_absolute_path.$rootfolder.$_images_dir_);
This solution worked well for me and the modes that I use. I suppose that it works for each and every other mode, but cannot guarantee that. Just do your backup, and try for yourself. If it does not work, rollback to the backed-up version.
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
- Posts: 1188
Thanx Hal9000! :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6221
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Bert McComas
- Offline
- New Member
- Posts: 8
A fan.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Gallery images linking together in article "blog section/category" view