test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • datformatiebv Friend
    #189723

    Joomla! 3.1.5 Stable [ Ember ] 01-August-2013 14:00 GMT
    T3 Blank / Framework Version: 1.4.1 (05/08/2013)

    What is the a reason for omitting the <h1> tags in the current version of T3 Blank header.php ? In my case it causes the Logo image to disappear when image is selected in Template Manger => Theme => Logo Type

    Current header.php:
    <!– LOGO –>
    <div class=”span8 logo”>
    <div class=”logo-<?php echo $logotype ?>”>

    <a href=”<?php echo JURI::base(true) ?>” title=”<?php echo strip_tags($sitename) ?>”<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class=”site-slogan hidden-phone”><?php echo $slogan ?></small>

    </div>
    </div>
    <!– //LOGO –>

    Previous version header.php:

    <!– LOGO –>
    <div class=”span8 logo”>
    <div class=”logo-<?php echo $logotype ?>”>
    <h1>
    <a href=”<?php echo JURI::base(true) ?>” title=”<?php echo strip_tags($sitename) ?>”<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class=”site-slogan hidden-phone”><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!– //LOGO –>

    Ninja Lead Moderator
    #502319

    So that I can take a look and try to assist, please provide the url of the site you’re working on

    datformatiebv Friend
    #502338

    karelmuns.datformatie.nl = test site

    situation is reproducible:

    On top of disappearing logo:

    layout screen output when including <h1> tags:

    layout screen output excluding <h1> tags:


    1. Screen-Shot-2013-08-15-at-14.28.22
    2. Screen-Shot-2013-08-15-at-14.29.04
    Ninja Lead Moderator
    #502432

    Right now its difficult to guess the issue and give solution to you. I would like to check it from back-end site. Please me pm admin access and ftp account of your site.

    tomoe Friend
    #503996

    Hi,
    Did you solved this problem ? Could you tell me if there is a solution ? On one site under construction, with no custom css, I only copied a template.css from green to my custom theme css and this was OK. But I just made an upgrade on another site and logo disapeared in the same way. On this site, there is quite custom css and I wouldn’t like to customize another time for scratch. More of this, I have several sites done with this very nice framework, some of them with very customized themes. So, if there is a way to get site logo back without re-writing all css, it would be nice.
    Thanks.

    datformatiebv Friend
    #503997

    Hello Tomoe,

    My workaround is to add the H1 tags manually in /tpls/blocks/header.php, hoping that in next template update the matter is fixed.

    bst rgds

    tomoe Friend
    #504000

    Thanks Datformatie. Actually, it works. But another workaround (cleaner, I think, as not having h1 around site name is better for SEO), is to change in you custom template.css
    .logo h1,
    .logo h1 a {
    display: inline-block;
    line-height: 1;
    margin: 0;
    }
    with
    .logo,
    .logo a {
    display: inline-block;
    line-height: 1;
    margin: 0;
    }
    Hope it helps.

    datformatiebv Friend
    #504002

    Good one Tomoe,
    Will apply it.
    thnks and best rgds.

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

This topic contains 8 replies, has 3 voices, and was last updated by  datformatiebv 11 years, 4 months ago.

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