Replace garven Frame loigo with seperate logo
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Feb 04, 2014 3:41 am
- Reply with quote
- Report this post
Hello,
I'm loving this template.
The last thing on my wish list is: I want to replace the 'Garven Frame work logo' with my own.
q1. Can this is an animated gif or should it be a .png
q2. Should this be an override or a modification to the code?
1. I want to place a logo 50 px x 298 px in the space used by the Garven Frame work logo.
2. I want to link the logo to a page on the site.
Can you give me the override code or the location of the file that I need to edit please.
Kind regards
Drew
I'm loving this template.
The last thing on my wish list is: I want to replace the 'Garven Frame work logo' with my own.
q1. Can this is an animated gif or should it be a .png
q2. Should this be an override or a modification to the code?
1. I want to place a logo 50 px x 298 px in the space used by the Garven Frame work logo.
2. I want to link the logo to a page on the site.
Can you give me the override code or the location of the file that I need to edit please.
Kind regards
Drew
-
- Gold Boarder
- GK User
- Tue Feb 04, 2014 7:34 am
- Reply with quote
- Report this post
You can override the image by using this code:
- Code: Select all
[code]
[/code]
-
- Moderator
- GK User
- Tue Feb 04, 2014 7:35 am
- Reply with quote
- Report this post
You can override the image by using this code:
Now it points to original logo, you can either replace the file or change link and use your own custom file.
- Code: Select all
#gkFrameworkLogo {
background: url('../images/gavern-logo.png') no-repeat 0 0;
}
Now it points to original logo, you can either replace the file or change link and use your own custom file.
-
- Moderator
- GK User
- Tue Feb 04, 2014 9:19 am
- Reply with quote
- Report this post
Great, you guys make me look good - thanks
What is the file to edit to remove the mouse over (alt text) Text and hyperlink to gavick please?
Can this be an override or do I have to track down the code please?
Here is the live site http://goo.gl/QmNBfZ
Kind regards
Drew
What is the file to edit to remove the mouse over (alt text) Text and hyperlink to gavick please?
Can this be an override or do I have to track down the code please?
Here is the live site http://goo.gl/QmNBfZ
Kind regards
Drew
-
- Gold Boarder
- GK User
- Tue Feb 04, 2014 1:01 pm
- Reply with quote
- Report this post
I I understant you right - you need to edit field in template configuration - there is a textarea to enter copyright text and switch to turn it on/off. Just slowly go through all of the template options (especially layout section)
-
- Moderator
- GK User
- Tue Feb 04, 2014 1:29 pm
- Reply with quote
- Report this post
Hello,
I think this is where the URL is pulling from but I cant seem to locate the .css file. to comment it out.
It is the secondary call that pulls in the
Can you tell me the file that holds the <a ref ..> please?
kind regards
Drew
I think this is where the URL is pulling from but I cant seem to locate the .css file. to comment it out.
It is the secondary call that pulls in the
- Code: Select all
<a ref+''//gavick.com" id= ...
Can you tell me the file that holds the <a ref ..> please?
kind regards
Drew
-
- Gold Boarder
- GK User
- Wed Feb 05, 2014 7:15 pm
- Reply with quote
- Report this post
This part is hardcoded into template. The logo can be turned off from template settings, or you can modify this file:
templates/gk_startup/layouts/blocks/footer.php
templates/gk_startup/layouts/blocks/footer.php
-
- Moderator
- GK User
- Thu Feb 06, 2014 1:17 am
- Reply with quote
- Report this post
Hmm that's tricky thanks
-
- Gold Boarder
- GK User
- Sat Feb 08, 2014 8:24 am
- Reply with quote
- Report this post
We didn't think anybody would like to use own logo there, so there is only on/off switch .
-
- Moderator
9 posts
• Page 1 of 1