- Posts: 3
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- SIG Pro thumbnails display in one column. Problem explained & solution provided.
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.
SIG Pro thumbnails display in one column. Problem explained & solution provided.
- mv1
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- tlearyus
- Offline
- New Member
- Posts: 2
any other idea's besides changing templates ?
Please Log in or Create an account to join the conversation.
- winmonaye
- Offline
- New Member
- Posts: 2
But still, there needs to be update in 1.3.
Seems like even if I change size of thumbs in {gallery}folder_path:thumbs_width:thumbs_height:display_mode(1 or 0 thumb){/gallery}
doesn't change the container size which defined in default.
This evening I have tried many changes and I have found the solution that work well in my case...
In the file sigpro_default.css (or sigpro_yb.css) I have modified this row...... in this mode .../* --- Thumbnail styling --- */ .sig {clear:both;margin:0px;padding:12px;display:table;/*position:relative;*/}/* --- Thumbnail styling --- */ .sig {clear:both;margin-right:auto;margin-left:auto;padding:0px;display:block;/*position:relative;*/ width: 100%;}
I hope this is usefull also for totoymola.
Ciao.
Please Log in or Create an account to join the conversation.
- acijanos
- Offline
- Junior Member
If it is helpful : The problem *only* occurs when :
I have a menu item linking to a 2-column display, and there is only a single content item published in that area.
It looks like the first column (and thus, the first and only content item) is matching the size of the thumbnail display, and then ordering the thumbnails and text into a narrow vertical column.
If I link to the same content item as a 'content-link' - the problem doesn't occur.
/Update/ The problem occurs in any instance that content is to be displayed in an effective single column.
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- mv1
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- acijanos
- Offline
- Junior Member
In the file sigpro_default.css (or sigpro_yb.css)
change "display:table" to "display:inline"
That worked for me.
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- Michael Klitgaard
- Offline
- New Member
- Posts: 1
switching between single and double lines.
None of the tips above helped me.
I just wish i dint bought this >:(
Please Log in or Create an account to join the conversation.
- ahmac
- Offline
- New Member
- Posts: 7
You can see it here www.galerie-latham.com/sitev2/index.php?option=com_content&view=section&layout=blog&id=8&Itemid=56
Previous suggested changes are already made or not working.
Any ideas ???
Thanks
Please Log in or Create an account to join the conversation.
- mojito
- Offline
- Junior Member
- Posts: 26
Any out there ? I have tried a few of the other solutions, really ruins the look of the page which is not why I got this, like it otherwise, until there is a catch all solution Id save my money.
Please Log in or Create an account to join the conversation.
- ahmac
- Offline
- New Member
- Posts: 7
I realized that the contentpaneopen in Joomla (with Hivemind template) collapsed in those browsers although the style is set to a width of 100%. So I just added in sigpro_default.css on the .sig class a fixed width in pixels corresponding to what I needed: <.sig {clear:both;margin:0px;padding:0px;display:table;/*position:relative;*/ width:600px;}>
I still think there is a problem in the way CSS are done in RocketTheme Template but I didn't tried SIG Pro with another template.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- SIG Pro thumbnails display in one column. Problem explained & solution provided.