-
AuthorPosts
-
Ashwin Iyer Friend
Ashwin Iyer
- Join date:
- September 2014
- Posts:
- 78
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 30, 2014 at 3:36 pm #194286Guys,
So I have 2 issues
1. http://www.plantscapeinc.com/ – If you see the logo and the text overlaps each other. I want to disable the text
2. The logo is the h1 right now. This isnt good for seo. Is there anyway I can remove the logo as H1 and make the article headings and titles as H1?
Ash
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 30, 2014 at 4:16 pm #520537So that I can try to best assist you, please temporarily set “Optimize CSS” to “No” within your Template Manager–General settings.
Ashwin Iyer FriendAshwin Iyer
- Join date:
- September 2014
- Posts:
- 78
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 30, 2014 at 4:19 pm #520538Done mate.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 30, 2014 at 4:23 pm #520540Here’s one way to get rid of the overlapping text in/on your logo . . .
Within file path –> /templates/ja_zite/css/template.css
at line 696, you will see the following:
h1.logo, div.logo-text h1 {
font-size: 250%;
line-height: 1;
}Modify the “font-size” property as follows:
h1.logo, div.logo-text h1 {
font-size: 0;
line-height: 1;
}That should get rid of the overlapping text.
Ashwin Iyer FriendAshwin Iyer
- Join date:
- September 2014
- Posts:
- 78
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 30, 2014 at 4:48 pm #520547That works. Now the H1 and the logo
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 30, 2014 at 4:52 pm #520548<em>@toprock 408590 wrote:</em><blockquote>That works. Now the H1 and the logo</blockquote>
I know this issue has been brought up a few times recently within other parts of the forum
– try a Forum search on the issueIn the interim, here are some resources I found that may be helpful . . .
http://forum.joomla.org/viewtopic.php?t=661547
http://www.boards.ie/vbulletin/showthread.php?t=2055876225
http://t3-framework.org/discussions/article-header-logo-and-have-the-same-category-h1-for-seo.html
http://sydneywebdesignservo.com/blog/prevent-logo-from-becoming-h1-in-joomla-template
Ashwin Iyer FriendAshwin Iyer
- Join date:
- September 2014
- Posts:
- 78
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
January 30, 2014 at 5:03 pm #520555Mate,
I have already tried those methods before I posted the question here. Now check the site, the logo has been replaced with a text – http://www.plantscapeinc.com/
Ash
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 30, 2014 at 5:18 pm #520559Hi toprock
In this file templatesja_ziteblocksheader.php
[PHP]if ($this->getParam(‘logoType’, ‘image’)==’image’): ?>
<h1 class=”logo”>
<a href=”<?php JURI::base(true) ?>” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
</h1>[/PHP][PHP]<div class=”logo-text”>
<h1><a href=”<?php JURI::base(true) ?>” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
<p class=”site-slogan”><?php echo $sloganText;?></p>
</div>[/PHP]You can change as you wish the class
1 user says Thank You to pavit for this useful post
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by pavit 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum