Beginner help

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Mon Apr 23, 2012 5:03 pm
Hello.
Can you help me in some questions:
1. How to delete the [i]GavernFramework[/i] link in the bottom.
2. How to delete the Coor Display tool (orange -blue-violet) and leave as default violet.
3. How to change the background color adn insert some image.
4. How to change the fonts of the specific module.
5. How to translate the template and module:I mean, if I`am from Ukraine, how I can translate tempate to my language (which of the files,where I can find them).

And,please, don`t be angry, because I just a beginner - and Ask the help: describe in detail (which file, in what folder).
thanks in advance!!!
User avatar
Senior Boarder

GK User
Tue Apr 24, 2012 1:04 pm
Hi buddy,

1&2: You can configure them right in template setting http://easycaptures.com/fs/uploaded/515/7661968558.png

3. Which background you want to change? If it's body, then turn on CSS Override mode in template setting and add this code to Override:
Code: Select all
body{
background: url('http://pathtoyourimage.com')!important;
}


4. Configure in Font section of template setting.

5. Template's language file: \language\en-GB\en-GB.tpl_gk_league_news.ini

Feel free to tell me if you need any further help.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Apr 24, 2012 3:31 pm
Thank`s a lot. I`ll try it.
User avatar
Senior Boarder

GK User
Wed Apr 25, 2012 10:55 pm
Hi,

How are you doing?
User avatar
Platinum Boarder

GK User
Fri Apr 27, 2012 6:05 pm
Hi.
The in progress)), thanks.

1) Now I can`t to change/insert the background image. When I change parametres - the backgound become white, without my image. (see the background settings.png )

2) I can`t to change the width. When I do it - all modules shifted,dispaced (see settings.png & screen 2.png ).

3) How to change modules background color.

4) And how to make the window width varied depending on screen resolution.
User avatar
Senior Boarder

GK User
Fri Apr 27, 2012 11:19 pm
Hi,

If you use the image url as "images/1.jpg", then the file's path is expected to be /public_html/images/1.jpg

Please make sure that you have it there.

If you want to have the site fit every screen, you set its width to 100%. But the layout wouldn't be fixed when you set like that, and it would be the same problem when you set it 98%. You'd better use a width value in pixel instead then the layout would be fixed for every screen.
User avatar
Platinum Boarder

GK User
Sun Apr 29, 2012 6:52 pm
I still can`t to change background. On my local Denwer in what place I must have the image, and what the path I need to write?
Don Lee wrote:Hi,

If you use the image url as "images/1.jpg", then the file's path is expected to be /public_html/images/1.jpg

Please make sure that you have it there.

If you want to have the site fit every screen, you set its width to 100%. But the layout wouldn't be fixed when you set like that, and it would be the same problem when you set it 98%. You'd better use a width value in pixel instead then the layout would be fixed for every screen.
User avatar
Senior Boarder

GK User
Mon Apr 30, 2012 3:48 pm
If you are not sure about the path, you should add an absolute path, for example, I want this image to be my background download/file.php?avatar=258659_1322502298.jpg

Then I add this code:
Code: Select all
body{
background: url('https://www.gavick.com/forum/download/file.php?avatar=258659_1322502298.jpg')!important;
}

If you still can't do that, just PM me to provide FTP access and let me know where the file is, then I will do it for you.

Cheers,
User avatar
Platinum Boarder

GK User
Wed May 02, 2012 4:50 pm
Thank`s, I solve this problem .
Can you help me: I change places оf the GKLeft and GKRight menu, and then delete GKLeft.
How to increase now th GKRight width, and where I can change some parametres?

Don Lee wrote:If you are not sure about the path, you should add an absolute path, for example, I want this image to be my background download/file.php?avatar=258659_1322502298.jpg

Then I add this code:
Code: Select all
body{
background: url('https://www.gavick.com/forum/download/file.php?avatar=258659_1322502298.jpg')!important;
}

If you still can't do that, just PM me to provide FTP access and let me know where the file is, then I will do it for you.

Cheers,
User avatar
Senior Boarder

GK User
Thu May 03, 2012 3:25 pm
Just give me the link to your site then I will know how to do that.

Thanks,
User avatar
Platinum Boarder


cron