Gavick Image Show Title - not in capital letters? (Corporate 2)

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Nov 24, 2010 1:36 pm
I've been asked to change the Gavick Image Show for the front page of a Corporate 2 templated web site so that the titles are not shown in capital letters but as they are entered in Photoslide GK3slide editor.
Web site I am referring to can be found here:
http://idegroup.vm.bytemark.co.uk/idegroup/
User avatar
Fresh Boarder

GK User
Wed Nov 24, 2010 9:32 pm
Hi again seoras!

I'm using the Corporate 2 template also but I'm not using cufon fonts. My suggestion is to use standard fonts (select 'Standard font' from Font Selection drop-down in FONTS section of the template's parameters). Usually I'm using Tahoma font.

If you want the template to show titles as they are written in any module or compoment and not display them all uppercase you have to edit the gk_stuff.css file (located in /templates/gk_corporate2/css) and change the css rule text-transform from uppercase to none or delete the entire text-transform rule.

In your case you have to locate the following inside gk_stuff.css (propably in line 232) and change the text-transform to be text-transform: none;

Code: Select all
.gk_is_text_item h4, .gk_is_art h4 {
color: #FFFFFF;
font-size: 25px;
font-weight: bold;
letter-spacing: -1px;
line-height: 30px;
text-transform: uppercase;


See a live example at travelfree.gr
Well is in Greek but you will see the example.

Hope that all above helped you.

George ;)
User avatar
Junior Boarder

GK User
Thu Nov 25, 2010 7:59 am
On a side note (I am sure you have noticed) Your website has a horizontal scroll bar showing.....
User avatar
Senior Boarder

GK User
Thu Nov 25, 2010 11:10 am
Thanks again George!

Yes I noticed that there is a lot of empty space on the right of my web page which causes the horizontal scroll bar.
No idea why this is happening, maybe I'll post another thread and see if the Gavick team can look at it and let me know.
The site is running the latest template and addons all from the corp2 quickstart bundle I down loaded just over a week ago.
User avatar
Fresh Boarder

GK User
Thu Nov 25, 2010 11:21 am
Dear seoras,

Hi again!

Regarding the horizontial scroll bar.

Try the following in order not to be displayed:

From the template's parameters, 'DIMENSIONS' section, Template width dropdown, choose SPECIFIED PIXEL and in the next parameter 'Specified width' set the width to be 980 (without the px clarification just 980).
That means that the width of the template is fixed to 980px for all resolutions/browsers.

Than clean your browsers cache and ask your browser to load your site again.

Let me know if worked...

George ;)
User avatar
Junior Boarder

GK User
Thu Nov 25, 2010 11:31 am
Those are already the settings in the tempates "DIMENSIONS" section.
I tried with and without the "px" but it made no difference.
Thanks for all the help and the suggestion George!
User avatar
Fresh Boarder

GK User
Sat Dec 11, 2010 10:31 am
@seoras

Hi,

Regarding the horizontial scroll bar.

Try to change the module position of mod_gk_image_show from "header" to "header_1".
Propably you will not see the horizontial bar any more...

George
User avatar
Junior Boarder

GK User
Sat Dec 11, 2010 5:38 pm
I tried what you suggested but the problem remains.
Thanks for the suggestion though!

George
User avatar
Fresh Boarder


cron