- Posts: 26
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- SIG Pro thumbnails display in one column. Problem explained & solution provided.
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
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.
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.
- mojito
- Offline
- Junior Member
Less
More
16 years 10 months ago #8471
by mojito
Replied by mojito on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
If you disable javascript it works fine, my google map APPEARS TO cause the problem.
I couldnt work out why when code is either black or white that the display is different upon refreshing, how can this be. Must be load time of other content.
I was also told that float left would work, but i cant see it Has anyone tried that.
I couldnt work out why when code is either black or white that the display is different upon refreshing, how can this be. Must be load time of other content.
I was also told that float left would work, but i cant see it Has anyone tried that.
Please Log in or Create an account to join the conversation.
- domarquez
- Offline
- New Member
Less
More
- Posts: 1
16 years 10 months ago #8472
by domarquez
Replied by domarquez on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
Hello please some help i do everything ... but i have the same problem the thumbnails display in one column..
PLEASE SOME HELP
PLEASE SOME HELP
Please Log in or Create an account to join the conversation.
- Hans Palsson
- Offline
- New Member
Less
More
- Posts: 8
16 years 9 months ago #8473
by Hans Palsson
Replied by Hans Palsson on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
Hi!
I´m not sure if I´m going wrong here, but I tried bot the official fix in the original post and then a few sig-css fixes, but none solved my problem. Setting the thumbnail-cache time to 0 however, seems to have solved the problem. ???
/hans
I´m not sure if I´m going wrong here, but I tried bot the official fix in the original post and then a few sig-css fixes, but none solved my problem. Setting the thumbnail-cache time to 0 however, seems to have solved the problem. ???
/hans
Please Log in or Create an account to join the conversation.
- acijanos
- Offline
- Junior Member
16 years 9 months ago #8474
by acijanos
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Replied by acijanos on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
Have same probleme here with rt_vortex.
It's possible that there is a conflict with your template - I'm using SigPro and everything here work fine - although - I've removed most of the Javascript calls at the start of the templates' index.php file.
It's possible that there is a conflict with your template - I'm using SigPro and everything here work fine - although - I've removed most of the Javascript calls at the start of the templates' index.php file.
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- Nedzad Smajic
- Offline
- New Member
Less
More
- Posts: 6
16 years 9 months ago #8475
by Nedzad Smajic
Replied by Nedzad Smajic on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
is there any help here?
how can you sell a producut whitout a support??
i have same problem here for a long time ago, every thumb. in one column
how can you sell a producut whitout a support??
i have same problem here for a long time ago, every thumb. in one column
Please Log in or Create an account to join the conversation.
- ivanzhelev
- Offline
- New Member
Less
More
- Posts: 2
16 years 9 months ago #8476
by ivanzhelev
Replied by ivanzhelev on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
In the file sigpro_default.css (or sigpro_yb.css)
change "display:table" to "display:div" . "display:inline" is also working for me.
I hope this helps.
change "display:table" to "display:div" . "display:inline" is also working for me.
I hope this helps.
Please Log in or Create an account to join the conversation.
- Jill Clarke
- Offline
- Junior Member
Less
More
- Posts: 27
16 years 8 months ago #8477
by Jill Clarke
These code changes seemed to work for me, but then when I do a refresh, the thumbnails change again - eg from four across to three across.
There is a complex interplay between
(a) sigpro_default.css
(b) your Joomla Template css,
(c) the thumbnail size specified in the the plugin setup,
(d) and the way you have asked for the gallery to be displayed within the article page.
I haveon every page, trying to get some standard to it when I try to display them all in a Section or Category blog style.
Alas, I cannot control it, and to top it all off it displays completely differently in IE to what I am developing in - Firefox. Luckily for me my big problems are with Firefox, and the client is checking my work in IE! So she thinks it looks ok.
So this is how it goes - we buy the product (well it is quite cheap) and then perform real world testing on it, address all the issues in the forums, and hopefully next version will be a dream - I want it to come with dream instructions too.
Replied by Jill Clarke on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
In the file sigpro_default.css (or sigpro_yb.css)
change "display:table" to "display:div" . "display:inline" is also working for me.
I hope this helps.
These code changes seemed to work for me, but then when I do a refresh, the thumbnails change again - eg from four across to three across.
There is a complex interplay between
(a) sigpro_default.css
(b) your Joomla Template css,
(c) the thumbnail size specified in the the plugin setup,
(d) and the way you have asked for the gallery to be displayed within the article page.
I have
<div align="center">{gallery}all_the_photos{/gallery}</div>
Alas, I cannot control it, and to top it all off it displays completely differently in IE to what I am developing in - Firefox. Luckily for me my big problems are with Firefox, and the client is checking my work in IE! So she thinks it looks ok.
So this is how it goes - we buy the product (well it is quite cheap) and then perform real world testing on it, address all the issues in the forums, and hopefully next version will be a dream - I want it to come with dream instructions too.
Please Log in or Create an account to join the conversation.
- stefaanoyen
- Offline
- New Member
Less
More
- Posts: 1
16 years 7 months ago #8478
by stefaanoyen
Replied by stefaanoyen on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
Hey guys,
After trying all of your solutions (without result), I found a simple one of my own... I just put the thumbs (single one per gallery) in a table without a border. This way they display nicely in rows & columns. Hope it works for you all!
After trying all of your solutions (without result), I found a simple one of my own... I just put the thumbs (single one per gallery) in a table without a border. This way they display nicely in rows & columns. Hope it works for you all!
Please Log in or Create an account to join the conversation.
- metalmulisha
- Offline
- New Member
Less
More
- Posts: 1
16 years 6 months ago #8479
by metalmulisha
Replied by metalmulisha on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provi
I Agree with Stefaanoyen
I use a table and insert the gallery into the table.
However as a suggestion the very first post suggested
table.contentpaneopen {width:100%;}
However with firefox when it loads pages it loads the foundation first then the content look at the way a page loads on a slower connection... this means that there is nothing to stretch the main body to size and this is why the table works when set to just below the maximum width of the content section.
What you could try is
table.contentpaneopen {width:550px;} ( changing 550px to the max width you have available )
However on dynamic width templates this is going to !@£$ with you!
But give it a go.
Regards
L
I use a table and insert the gallery into the table.
However as a suggestion the very first post suggested
table.contentpaneopen {width:100%;}
However with firefox when it loads pages it loads the foundation first then the content look at the way a page loads on a slower connection... this means that there is nothing to stretch the main body to size and this is why the table works when set to just below the maximum width of the content section.
What you could try is
table.contentpaneopen {width:550px;} ( changing 550px to the max width you have available )
However on dynamic width templates this is going to !@£$ with you!
But give it a go.
Regards
L
Please Log in or Create an account to join the conversation.
- vivek94401
- Offline
- New Member
Less
More
- Posts: 6
16 years 6 months ago #8480
by vivek94401
Replied by vivek94401 on topic Re: SIG Pro thumbnails display in one column. Problem explained & solution provided.
ok, I spent 90 minutes on this problem. I tried out all the possible solutions described. But, nothing worked.
Forum admin put a note in Nov 2007 and didn't bother to reply to any of the posts. That shows the level of support you get for paid software. $18+ is wasted, I guess.
Only solution that remotely worked for me is the solution from metalmulisha. When I put table.contentpaneopen {width:550px;}, the gallery is shown in 2 columns in Firefox. But, when I refresh it, it's back to single column ???
In IE, the problem is worse, the page is not displayed at all. Even before I played with CSS settings, IE7 can't display the page. It shows "Operation aborted" message. Just by adding {gallery} code, IE bombs. If I remove the gallery code, IE works ok, ofcourse without any picture even in a single column.
FYI: I use fs-gothenburg template in Joomla 1.0.12;
Any help from other users will be very much appreciated. Ofcourse, the guys that sold the software will not bother to reply.
Forum admin put a note in Nov 2007 and didn't bother to reply to any of the posts. That shows the level of support you get for paid software. $18+ is wasted, I guess.
Only solution that remotely worked for me is the solution from metalmulisha. When I put table.contentpaneopen {width:550px;}, the gallery is shown in 2 columns in Firefox. But, when I refresh it, it's back to single column ???
In IE, the problem is worse, the page is not displayed at all. Even before I played with CSS settings, IE7 can't display the page. It shows "Operation aborted" message. Just by adding {gallery} code, IE bombs. If I remove the gallery code, IE works ok, ofcourse without any picture even in a single column.
FYI: I use fs-gothenburg template in Joomla 1.0.12;
Any help from other users will be very much appreciated. Ofcourse, the guys that sold the software will not bother to reply.
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.