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.

2. Questions to the SIG Pro (css Greybox & loading thumbs)

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago #18453 by Stephan Stiemert
Hello!

first sorry 4 my english! I hope you understand my problems!

1. look @ the screenshot. on the left site are the text for from the labels. The font ist very bold. I would it like the font in the middle. I try to change this in the "gb_styles.css" on line 11 (.GB_header .caption) I try to include the font-family an the font-weight:normal oder 100 or something but it doesn´t work. only the Fontsize change when i save the file? Can you help me?

2. in the gallery i have a lot an big pictures as reference an the serversettings are on max 30 seconds execution time an i can´t change this. I need always only 1 thumbnail an i think it loads thumbnails for all pictures? When 1 put only 1 or 2 pics in the folder there is no problem. How can i change the settings that only the first thumbnail get loadet?

Please Help me quick. The Site should go online tommorow "31th november"

THX a lot!!!!

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

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago #18454 by Stephan Stiemert
Ok. I can change the time via php.ini... but ist there a way that it load only the firt thumb and by klick on it the other images are loadet? Because it load realy long. That sucks :(

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 2 months ago #18455 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: 2. Questions to the SIG Pro (css Greybox & loading thumbs)
Hi my friend!

I believe the file
plugins\content\jwsigpro\greybox\gb_styles.css
is the right place to change the appearance of the engine.

I would expect the your modification would work, I'll try to check out if the Greybox engine has any restricts.

How many KB are the images you use for the sig pro?
Try to change them with a value minor of 1MB ( 1 mb it's already a lot for the internet ) and with 70 dpi resolution. This configuration is the best for internet images.

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago #18456 by Stephan Stiemert
The Picture has 40 -80kb and there are 10 - 15 pic´s in every gallery!

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 2 months ago #18457 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: 2. Questions to the SIG Pro (css Greybox & loading thumbs)
Can you post a direct link to the gallery?

Also, have you checked this thread ?

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago #18458 by Stephan Stiemert
Hi! Thx 4 the quick reply´s!

Here is the link!
www.bauplanung-krueger.de/cms/index.php?option=com_content&task=view&id=18&Itemid=34

I read the other Thread. THX 4 the tipp. But i can´t find the file and the code. Is that for an older version? And my english ist not so well. Can you explane me in a view words what the code-change to?

Thx a lot!

Loschdi

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

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago #18459 by Stephan Stiemert
I can´t find the Code :( Pleas help

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 2 months ago #18460 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: 2. Questions to the SIG Pro (css Greybox & loading thumbs)
Hi my friend!

Let's re capitalize!

The site loads in a good time ( with all of those images ).

You can change the font size of the header in the file
pkugin/content/jwsigpro/greybox/gb_style.css
change the font-size to the line 11
.GB_header .caption {text-align:left;color:#eee;white-space:nowrap;font-size:20px;}

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Stephan Stiemert
  • Stephan Stiemert's Avatar Topic Author
  • Offline
  • New Member
More
16 years 2 months ago - 16 years 2 months ago #18461 by Stephan Stiemert
Ok. I try to change the css:

/* Last-Modified:28/06/06 00:08:22 */
#GB_overlay {background-color:#000;position:absolute;margin:auto;top:0;left:0;z-index:100;}
#GB_window {left:0;top:0;font-size:1px;position:absolute;overflow:visible;z-index:150;}
#GB_window .content {width:auto;margin:0;padding:0;}
#GB_frame {border:0;margin:0;padding:0;overflow:auto;white-space:nowrap;}
.GB_Gallery {margin:0 22px 0 22px;}
.GB_Gallery .content {background-color:#fff;border:5px solid #fff;}
.GB_header {top:10px;left:0;margin:0;z-index:500;position:absolute;border-bottom:1px solid #fff;border-top:1px solid #fff;}
.GB_header .inner {background-color:#696969;font-family:Arial, Verdana, sans-serif;padding:2px 20px 2px 20px;}
.GB_header table {margin:0;width:100%;border-collapse:collapse;}
.GB_header .caption {text-align:left;color:#fff;white-space:nowrap;font-family:Arial, Verdana, sans-serif;font-weight:lighter;font-size:14px;}
.GB_header .close {text-align:right;}
.GB_header .close img {z-index:500;cursor:pointer;}
.GB_header .middle {white-space:nowrap;text-align:center;}
#GB_middle {color:#eee;}
#GB_middle img {cursor:pointer;vertical-align:middle;}
#GB_middle .disabled {cursor:default;}
#GB_middle .left {padding-right:10px;}
#GB_middle .right {padding-left:10px;}
.GB_Window .content {background-color:#fff;border:3px solid #ccc;border-top:none;}
.GB_Window .header {border-bottom:1px solid #aaa;border-top:1px solid #999;border-left:3px solid #ccc;border-right:3px solid #ccc;margin:0;height:22px;font-size:12px;padding:3px 0;color:#333;}
.GB_Window .caption {font-size:12px;text-align:left;font-weight:bold;white-space:nowrap;padding-right:20px;}
.GB_Window .close {text-align:right;}
.GB_Window .close span {font-size:12px;cursor:pointer;}
.GB_Window .close img {cursor:pointer;padding:0 3px 0 0;}
.GB_Window .on {border-bottom:1px solid #333;}
.GB_Window .click {border-bottom:1px solid red;}


and i change the icons in the same size. and now in the IE the site are displayed wrong?

Can you give me an tip?

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


Powered by Kunena Forum