-
AuthorPosts
-
datformatiebv Friend
datformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
August 14, 2013 at 9:13 am #189723Joomla! 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 15, 2013 at 10:03 am #502319So that I can take a look and try to assist, please provide the url of the site you’re working on
datformatiebv Frienddatformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
August 15, 2013 at 12:36 pm #502338karelmuns.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:
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 16, 2013 at 7:21 am #502432Right 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 Friendtomoe
- Join date:
- July 2007
- Posts:
- 27
- Downloads:
- 52
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
August 29, 2013 at 7:02 pm #503996Hi,
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 Frienddatformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
August 29, 2013 at 7:18 pm #503997Hello 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 Friendtomoe
- Join date:
- July 2007
- Posts:
- 27
- Downloads:
- 52
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
August 29, 2013 at 7:38 pm #504000Thanks 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 Frienddatformatiebv
- Join date:
- November 2014
- Posts:
- 46
- Downloads:
- 59
- Uploads:
- 14
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
August 29, 2013 at 7:42 pm #504002Good one Tomoe,
Will apply it.
thnks and best rgds. -
AuthorPosts
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
Jump to forum