change some collor and adjust somehting

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Wed Dec 19, 2012 10:17 pm
hi ... need to change the color background of bottom 1.2.3 areas ... [see pic]
user123.PNG


also need to center the google adsense code ... that i like to place in highlighter position ... [see pic]
banner_center.PNG


also change the collor of the menu area ? [see pic]
bread.PNG




thank you
User avatar
Gold Boarder

teitbite
Sun Dec 23, 2012 1:29 am
Hi

Please tell me Your site's url.
User avatar
Moderator

GK User
Sun Dec 23, 2012 2:53 pm
its regatulunit.com i emailed you the details ...
User avatar
Gold Boarder

teitbite
Tue Dec 25, 2012 12:32 pm
Hi

I got Your mail.

#1. You need to create a new module positions first to be able to place a module there. Here is an instruction: https://www.gavick.com/documentation/jo ... -position/
About centering the banner please show me a page where I can see this banner first.

#2. Add this code to css:

Code: Select all
.componentheading {
    font-size: 150%;
}


#3. Here is a code responsible for colors of a bottom part:

Code: Select all
#gkBottomWrap {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
User avatar
Moderator

GK User
Tue Dec 25, 2012 9:14 pm
#2. Add this code to css:

Code: Select all
.componentheading {
    font-size: 150%;
}



that does now work ...
i clear the cache ... and i do have CSS override to on
User avatar
Gold Boarder

teitbite
Thu Dec 27, 2012 1:50 pm
Hi

Can You please remind me Your site's url ? I do not have Your mail anymore and I need to see if code is used on a website.
User avatar
Moderator

GK User
Thu Dec 27, 2012 2:49 pm
Hi
regatulunit.com

Thanks
User avatar
Gold Boarder

GK User
Thu Dec 27, 2012 2:50 pm
Also see if you can center the banner ? Its the main-body bottom module
I will send you the login details
User avatar
Gold Boarder

teitbite
Fri Dec 28, 2012 1:27 pm
Hi

To center the banner please add this code to css:

Code: Select all
.banneritem { text-align:center; }


To change color under bottom positions please use this code:

Code: Select all
#gkUser2 {
    background: none repeat scroll 0 0 #000000;
}


To change title font size use this code:

Code: Select all
.contentheading {
    font-size: 30px;
}



I have a small problem with this question because screens are made on sporter template and You are using Financial Busines, but I hope this code will be accurate to Financial.
User avatar
Moderator

GK User
Fri Dec 28, 2012 2:10 pm
Code: Select all
.contentheading {
    font-size: 30px;
}



ok thanks for your reply ...

everythig works apart from heading title size ... still to big ... i clear the cache applied your code .. refresh ... nothing :(

sorry for messing you up with the sporter screenshots ...

http://regatulunit.com

question ... does the site load slow for you ? ... i there anything i can do to make it load faster ?

i enabled
1.Use lazy load images
2.CSS compression

is there anything else ?

thanks
User avatar
Gold Boarder

teitbite
Fri Dec 28, 2012 3:01 pm
Hi

You should enable cache. I see with my own eyes that images are being resized while displayig the page.

I do not see a code for title size change in css. Maybe You have added it after enabling compression ? In such case any new code will not be used.
User avatar
Moderator

GK User
Fri Dec 28, 2012 5:06 pm
#1 ok i have now enabled cache in template setting :

1.Use GK Cache = on
2.CSS cache = on
3.CSS compression = on

also
joomla Cache Settings = on Progressive caching

that should do, right ?

#2 i have applied the code again ... this time after i set css compression to off, code applied , then css to on ... still nothing ... i mean .. i did resize some fonts ... but not the one i need

here is the one i need to resize :

http://regatulunit.com/anunturi/16-vanz ... tv-philips

toooo big.PNG


1. VAND TV PHILIPS = tooo big
2. Descriere = too big
3. Contact = too big

btw this is adsmanager component im using ... i did try to set the font size in adsmanager.css ... changed all fonts ... clear cache .. refresh .. nothing ... all fonts can be resized using adsmanager.css apart from the one i need :)

i think its a gk thing

thanks
User avatar
Gold Boarder

teitbite
Sat Dec 29, 2012 6:54 pm
Hi

1. Please disable all cache and compression while You still work on the site, becuase changes can not be visible. When You will have site ready than configure cache and compression as You've mentioned but leave joomla cache OFF. Our cache is to fix a bug with joomla progressive cache and using it is enought. It is using a joomla cache anyway but with a small modification in bugged area.

2. Css for resizing:

VAND TV
Code: Select all
h1 {
    font-size: 180%;
}


DESCIERE and CONTACT
Code: Select all
h2 {
    font-size: 150%;
}
User avatar
Moderator

GK User
Sat Jan 05, 2013 7:33 pm
thank you
User avatar
Gold Boarder


cron