Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Ashwin Iyer Friend
    #194286

    Guys,

    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 Moderator
    #520537

    So that I can try to best assist you, please temporarily set “Optimize CSS” to “No” within your Template Manager–General settings.

    Ashwin Iyer Friend
    #520538

    Done mate.

    TomC Moderator
    #520540

    Here’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 Friend
    #520547

    That works. Now the H1 and the logo

    TomC Moderator
    #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 issue

    In 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 Friend
    #520555

    Mate,

    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 Moderator
    #520559

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 3 voices, and was last updated by  pavit 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum