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.

Thumbinails background problem

  • jmerhi
  • jmerhi's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27312 by jmerhi
Thumbinails background problem was created by jmerhi
Hi,

I just buy the Simple Image Gallery pro v2 for Joomla 1.5 and I'm new experiened a web mastering my site too.

The problem is that my site template has a dark background color and when I use your plugin the color of the thumbnails is white so not match the background of my template, so I really don't like how it look.

Can you please visit my web? Here is the link page where I'm using your plugin: 

www.digitalsite.com.ve/index.php?option=com_content&view=article&id=50:blackleathertheme&catid=34

And please tell me if is possible to solve this?

Thank you

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

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 3 months ago #27313 by Yiota
Replied by Yiota on topic Re: Thumbinails background problem
Inside the plugin's CSS (plugins->content->jw_sigpro->templates->Elegant->template.css) there are the following classes that have the color of the background and border for the thumbnails. Just replace them with the colors you like and you'll be OK.
li.sig-block a.sig-link { background-color:#F4F2ED; border:14px solid #F4F2ED;}
li.sig-block a.sig-link:hover {background-color:#333333; border:14px solid #333333;}

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

  • jmerhi
  • jmerhi's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27314 by jmerhi
Replied by jmerhi on topic Re: Thumbinails background problem
Thank you! This Work. But Can you please tell me how to change the Artistic, Default etc too?

Thank you for your support is great!

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

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 3 months ago #27315 by Yiota
Replied by Yiota on topic Re: Thumbinails background problem
For the Default check the following classes:
li.sig-block { background:#FFFFFF none repeat scroll 0 0 !important;}
li.sig-block span.sig-link-wrapper { background:transparent url(shadowAlpha.png) no-repeat scroll right bottom;}
li.sig-block span.sig-link-innerwrapper { border:1px solid #CCCCCC;}

and if you have captions this three also:
li.sig-block a.sig-link span.sig-pseudo-caption { background:#000000 none repeat scroll 0 0;
}
li.sig-block a.sig-link {color:#EEEEEE;}
li.sig-block a.sig-link:hover {color:#222222;}

For the Artistic check the following:
ul.sig-container {background:#F5F3EE none repeat scroll 0 0;}
li.sig-block a.sig-link {
background:#FFFFFF url(bg.png) repeat-x scroll center top;
border-bottom:1px solid #E5E5E5;
border-top:1px solid #FFFFFF;
color:#333333;
}

and if you have captions:
span.sig-pseudo-caption {background:#FFFFFF url(bg.png) repeat-x scroll center top;}
li.sig-block a.sig-link {color:#333333;}
li.sig-block a.sig-link:hover {color:#EEEEEE;}


For the Sleek check the following:
li.sig-block a.sig-link {border:6px solid #222222; color:#FFFFFF;}
li.sig-block a.sig-link, li.sig-block a.sig-link:hover {background:#000000 none repeat scroll 0 0;}

and if you have captions:
span.sig-pseudo-caption {background:#000000 none repeat scroll 0 0;opacity:0.7;}
li.sig-block a.sig-link:hover {color:#FF6600;}
li.sig-block a.sig-link {color:#FFFFFF;}

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


Powered by Kunena Forum