-
AuthorPosts
-
Adrien GEORGE Friend
Adrien GEORGE
- Join date:
- September 2014
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 25
- Thanked:
- 2 times in 1 posts
December 27, 2013 at 1:27 pm #193286Hi there,
I was wondering how to get titles for my K2 items in H1 instead of H3 (this is SEO suicide)
Please have a look there :
http://www.ekipazofootball.com/fr/actu-maillots-de-foot/maillot-retro-boca-junior-2013.htmlThanks in advance,
AdrienTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 27, 2013 at 4:59 pm #516692Can you not modify the relative CSS so that your K2 titles/headings are within the h1 rules – or vice versa?
1 user says Thank You to TomC for this useful post
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
December 30, 2013 at 5:56 am #516828Hi thuraminho,
<blockquote>Hi there,
I was wondering how to get titles for my K2 items in H1 instead of H3 (this is SEO suicide)
Please have a look there :
http://www.ekipazofootball.com/fr/ac…nior-2013.html</blockquote>You can change the title size from h3 to h1 in this file: /templates/ja_vintas/html/com_k2/ja_vintas_blog/item.php
In this code:
<div class="itemHeader">
<?php if($this->item->params->get('itemTitle')): ?>
<!-- Item title -->
<h3 class="itemTitle">
<?php if(isset($this->item->editLink)): ?>
<!-- Item edit link -->
<span class="itemEditLink">
<a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
<?php echo JText::_('K2_EDIT_ITEM'); ?>
</a>
</span>
<?php endif; ?><?php echo $this->item->title; ?>
<?php if($this->item->params->get('itemFeaturedNotice') && $this->item->featured): ?>
<!-- Featured flag -->
<span>
<sup>
<?php echo JText::_('K2_FEATURED'); ?>
</sup>
</span>
<?php endif; ?>
</h3>
<?php endif; ?>
</div>Change from ‘h3’ to ‘h1’
Let me know if this helps
1 user says Thank You to Nazario A for this useful post
Adrien GEORGE FriendAdrien GEORGE
- Join date:
- September 2014
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 25
- Thanked:
- 2 times in 1 posts
December 31, 2013 at 12:26 pm #517005Thanks so much ! You rock !
<em>@Nazario A 403795 wrote:</em><blockquote>Hi thuraminho,
You can change the title size from h3 to h1 in this file: /templates/ja_vintas/html/com_k2/ja_vintas_blog/item.php
In this code:
<div class="itemHeader">
<?php if($this->item->params->get('itemTitle')): ?>
<!-- Item title -->
<h3 class="itemTitle">
<?php if(isset($this->item->editLink)): ?>
<!-- Item edit link -->
<span class="itemEditLink">
<a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
<?php echo JText::_('K2_EDIT_ITEM'); ?>
</a>
</span>
<?php endif; ?><?php echo $this->item->title; ?>
<?php if($this->item->params->get('itemFeaturedNotice') && $this->item->featured): ?>
<!-- Featured flag -->
<span>
<sup>
<?php echo JText::_('K2_FEATURED'); ?>
</sup>
</span>
<?php endif; ?>
</h3>
<?php endif; ?>
</div>Change from ‘h3’ to ‘h1’
Let me know if this helps</blockquote>
-
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by Adrien GEORGE 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum