Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • franciscloete Friend
    #182515

    I have a problem, your templates all have this code and it is a seo nightmare, the H1 tag in the images, please advise how to remove the H1 tag for articles has H1 in and duplicated H1 tags is no good on pages.

    <div id=”ja-header” class=”wrap “>
    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <h1 class=”logo”>
    <a title=”jatc_university_j30″ href=”/jatc_university_j30/”>
    </h1>
    <div id=”ja-search”>

    Ninja Lead Moderator
    #474090

    You can customize it on this file
    Copy <blockquote>pluginssystemjat3jat3base-themesdefaultblocksheader.php file</blockquote>
    Paste to directory <blockquote>templatesja_universityblocks</blockquote>
    Open header.php file on templates and change <H1> tag

    <h1 class="logo">
    <a href="<?php JURI::base(true) ?>" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>

    and change css file
    <blockquote>open templates/ja_university/css/template.css file</blockquote>
    change it

    h1.logo, div.logo-text h1 {
    font-size: 250%;
    line-height: 1;
    margin-left: 10px;
    }

    /* Logo Image ---*/
    h1.logo {
    width: 220px;
    height: 56px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 220px;
    height: 56px;
    }

    franciscloete Friend
    #474711

    No it is in the PHP that the h1 tag is wrong, you have an h1 tag in the logo tag it has to be div, for you cannot have 2 h1 on your webpage

    Ninja Lead Moderator
    #474783

    Thanks for feedback, I know that but I have checked on JA University Template, H1 tag is unique on logo of JA University Template, please tell me where do you see another H1 tag.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 11 months ago.

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