- Posts: 8
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Strange Thumbnails. All below each other in FF ;(
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.
Strange Thumbnails. All below each other in FF ;(
- furchtlos76
- Topic Author
- Offline
- New Member
In firefox the thumbnails are messed up (not processed) see image. And how can i center the output to the middle? those 3x3 rows (in internet explorer) are on the left i want the gallery to be centered.
And what i dont understand, why is there javascript used to display the thumbnails and not only for the litebox????
Please Log in or Create an account to join the conversation.
- furchtlos76
- Topic Author
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6221
To answer your questions, we don't use javascript for the thumbnails, we only use it for the popups.
If the thumbs don't display as they should it's because the installation did not go wellm probably. Please try to reinstall the plugin, you won't need to remake your galleries.. ;)
Report back, a URL would also help...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- furchtlos76
- Topic Author
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6221
The only thing we could do is add tables in the structure as an alternative and let people decide which one to use (CSS or tables?)... But that will come in later versions...
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Justin Partridge
- Offline
- New Member
- Posts: 2
Pretty disapointing though as I only upgraded to the pro version so I could label the thumbs, but now it has this issue with thumbs going straight down the page instead of say 3-4 across!
When you have 20 od images this really blows!
Any fix for it? or why is it doing it?
Please Log in or Create an account to join the conversation.
- Justin Partridge
- Offline
- New Member
- Posts: 2
surely there must be something wrong I did?
emorymotorsportsvintage.com/index.php?option=com_content&task=view&id=12&Itemid=27
Please Log in or Create an account to join the conversation.
- mikeinaction
- Offline
- New Member
- Posts: 2
In firefox the thumbnails are messed up (not processed) see image. And how can i center the output to the middle? those 3x3 rows (in internet explorer) are on the left i want the gallery to be centered.
And what i dont understand, why is there javascript used to display the thumbnails and not only for the litebox????
U can see PHP Gallery at www.irisize.com .Look at the javascript they used for the gallery ,it may help 8)
Mike In Action
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
- Posts: 6221
Here is one of the pages Im having the prob with...
surely there must be something wrong I did?
emorymotorsportsvintage.com/index.php?option=com_content&task=view&id=12&Itemid=27
OK, in your case the problem is different. The thumbs should cover all available "text" space. Since there is no text in this content item, the available "content" width is null, thus thumbs align to the least possible width (=the width of the thumb). Try adding 2 lines of text and you will see that thumbs will work just fine.
Why this happens? It's due to the way content items are constructed in Joomla! The main text is inside a TD which does not stretch to the available space.
A solution to your problem would be to add this right before your gallery in HTML mode:
<div style="clear:both;width:100%;"></div>
This will force the container TD to stretch. It can of course be implemented otherwise by modifying your template, but you should ask your template provider for that. ;)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- depika
- Offline
- Junior Member
Despoina
Athens Greece
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Strange Thumbnails. All below each other in FF ;(