Keyword
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.

SIG Pro thumbnails display in one column. Problem explained & solution provided.

More
16 years 6 months ago #8481 by S#awomir Agata
try this

1. I set thumbails to 150px and after that:

#content table.contentpaneopen div.sig_cont {
width: 200px;
height: 200px;
float: left;
}

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #8482 by vivek94401
Thanks rotsap. Few days ago, I could get IE working by changing popup engine.

Today I used your solution to fix the thumbnail problem, unfortunately that doesn't work. With your code, IE displays two columns, but when I click on the image, the image is opened in a new window. Firefox displays single column, image is opened in the popup window in FF.

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #8483 by Ricardo Da Cruz
I am having the same problem.  Is there a real solution to this?

Please Log in or Create an account to join the conversation.

More
16 years 3 months ago #8484 by Brian Fabricatore

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...

/* --- Thumbnail styling --- */
.sig {clear:both;margin:0px;padding:12px;display:table;/*position:relative;*/}

... in this mode ...
/* --- 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.


this is doing the trick for me now. nice one mate


So far, me too.  Phew, I was about to give up on this one..

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #8485 by Brian Fabricatore
Just returning here to let others know that the broken thumbnail layout issue is gone for me after applying the fix in my previous post.  Hopefully the rest of you will have success as well.

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #8486 by aldo
/* --- Thumbnail styling --- */
table.contentpaneopen {width:100%;}
.sig {clear:both;margin-right:auto;margin-left:auto;padding:0px;display:block;/*position:relative;*/
	width: 100%;
	border-style: none;
	border-width: 0;
}
seems to work for me… so far

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #8487 by acijanos
*Update*

I've been having the same problem on a few sites.  The layout worked fine in IE for me, but not in Firefox.  Probably has something to do with what is mentioned above :

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.


As demonstrated above, changing the .sig css class in sigpro_default.css also worked for me.
/* --- Thumbnail styling --- */
.sig {clear:both;margin-right:auto;margin-left:auto;padding:0px;display:block;/*position:relative;*/ width: 100%;}

Althought I made two adjustments :

(1) Changed padding back to 12px - better for layout
(2) In jwsigpro.php, I modified the code reading "+20" to "+0".  This helped resolve some extra vertical spacing.

Gluck..
HC

Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #8488 by Thierry Schweitzer
Tell m Friends

Why the programmers are not bringing version 1.3 to our screens with this codes updated.
Why do I pay for a plugin, and then I have to code myself when my purpose of bying the Sigpro thing was NOT to code !!

One year without any updates

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum