-
AuthorPosts
-
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 8, 2016 at 1:58 am #896351Hi @willer,
Please open file templates/ja_teline_v/html/layouts/joomla/content/blog_style_default_item_title.php and look for this line :
<h3 itemprop="name"> <?php if ($params->get('link_titles') && $params->get('access-view')) : ?> <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($displayData->slug, $displayData->catid)); ?>" itemprop="url"> <?php echo $this->escape($displayData->title); ?></a> <?php else : ?> <?php echo $this->escape($displayData->title); ?> <?php endif; ?> </h3>
then change as below :
<h1 itemprop="name"> <?php if ($params->get('link_titles') && $params->get('access-view')) : ?> <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($displayData->slug, $displayData->catid)); ?>" itemprop="url"> <?php echo $this->escape($displayData->title); ?></a> <?php else : ?> <?php echo $this->escape($displayData->title); ?> <?php endif; ?> </h1>
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
March 8, 2016 at 7:46 am #896460@adam M thanks,
i made the change but I noticed that they also increase the headlines in the introductory pages and forms. You ‘can leave them h3 ones? I attach screenshots
- Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
March 8, 2016 at 4:20 pm #896679Hi @willer,
In this case, you will have to duplicate file templates/ja_teline_v/html/layouts/joomla/content/blog_style_default_item_title.php and rename the new file to something like video_style_default_item_title.php.
In file blog_style_default_item_title.php, we will keep the original code (unchanged) and in file video_style_default_item_title.php, please update as suggested in previous reply.
Next, open file templates/ja_teline_v/html/layouts/joomla/content/item/video.php and look for this line :
<?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>
and change as below :
<?php echo JLayoutHelper::render('joomla.content.video_style_default_item_title', $item); ?>
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by Adam M 8 years, 8 months ago.
The topic ‘Seo problems in the video, events and galle section in the template ja Teline V.’ is closed to new replies.
Jump to forum