h1 in home

GK User
Tue Jan 07, 2014 10:09 pm
Hi, how could I change the <h1> in the home??
I have in h1 "gk logo"

Thanks a lot

www.seeyouaupair.com
User avatar
Gold Boarder

teitbite
Wed Jan 08, 2014 4:41 am
Hi

Please simply replace <h1></h1> to <div></div> in /layouts/blocks/logo.php . Than You will need to adjust css classes. Add this to override.css so logo will be displayed the same after this change:

Code: Select all
div#gkLogo {
    height: 80px;
    width: 300px;
    float: left;
    margin: 0;
    padding: 0;
}

div#gkLogo a img {
    height: 80px;
    display: block;
    left: 0;
    margin: 0;
    top: 0;
}
User avatar
Moderator

GK User
Wed Jan 08, 2014 11:30 am
Ok, you mean that in template.css I have to change all h1.gkLogo.text for div.gkLogo.text??

thanks a lot
User avatar
Gold Boarder

GK User
Thu Jan 09, 2014 11:04 am
Hi, could anybody help me?? It's so important, thaaaaaaaanks a lot.
User avatar
Gold Boarder

teitbite
Sun Jan 12, 2014 5:22 am
Hi

No. Please do as I asked and add this code to override.css and activate override in template settings and only in file: /layouts/blocks/logo.php change <h1> and </h1> to <div> and </div>. That's all. I You want me to do this for You please send me an ftp access.
User avatar
Moderator

GK User
Mon Jan 13, 2014 11:00 am
Hi, thanks a lot!! then, if I want betwen h1 tags there's the words: Agencia de Au pairs, where must I writte tis??
<h1> Agencia de Au pairs</h1>
For SEO,
thanks A LOT.
User avatar
Gold Boarder

teitbite
Wed Jan 15, 2014 6:33 am
Hi

I do not understand now. I can se that You still have <h1></h1> there. Do You mean to replace it to <div></div> and than add H1 header elsewhere ? Sorry, can You please explain ?
User avatar
Moderator

GK User
Wed Jan 15, 2014 12:48 pm
Hi, I had'nt do it still, because I want to know how to instert in the h1 tags the name of the site.
I want to have a better SEO and I want have the h1 tags but no with the logo inside.
Now is:
<h1 id="gkLogo">
<a href="http://www.seeyouaupair.com/">
<img src="http://www.seeyouaupair.com/images/logoseeyouaupairstret.png" alt="SeeYouAupair Agencia de Au pairs">
</a>
</h1>

And I need to have something like:
<h1> Agencia de Au pairs, Trabaja en el extranjero </h1>

Do you understandme, now? my english is so bad, sorry.

THANKS A LOT.
User avatar
Gold Boarder

teitbite
Thu Jan 16, 2014 5:34 am
Hi

Your english is good :) I just do not understand what problems You have with adding it. Since We already discussed the place in code where the logo code is. So if You will follow my instructions You will remove H1 from logo and can add new H1 under it for example. Is this what You had in mind ?
User avatar
Moderator

GK User
Sat Jan 18, 2014 9:48 pm
Aaaalll right!!
Only One thing... now I have the H1 in the website sooo big!! Could it be invisible?
Thanks a lot
You're GREAT!!
User avatar
Gold Boarder

GK User
Sat Jan 18, 2014 9:54 pm
Oh, I'll change it in template.css to 0%... is this bad for SEO? THANKS
User avatar
Gold Boarder

teitbite
Wed Jan 22, 2014 5:25 am
Hi

No problems, just do not use display: none, becuase such elements will be ignored by seo.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.