-
AuthorPosts
-
December 4, 2014 at 11:58 am #203293
Something happen to my post so I am writing it again.
I would like to set front page (Featured) articles to wider position, I supposed that this has something with Category Blog Layout, but I am not sure how to find it.
here is what I want:
In my menu item (marked with star) I can’t find this:
Help pls.
Thanks-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 4, 2014 at 12:21 pm #557564Hi there,
Please provide your site URL for checking.Thank you,
Viet VuDecember 4, 2014 at 12:29 pm #557565Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 4, 2014 at 12:34 pm #557566Hi there,
It’s template hard code
<!-- Intro image -->
<div class="col-md-4">
<?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
</div><div class="col-md-8">
<?php if ($params->get('show_title')) : ?>
<?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $this->item, 'params' => $params, 'title-tag'=>'h2')); ?>
<?php endif; ?>
Please check and remove
<!-- Intro image -->
<div class="col-md-4">
<?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
</div>
And set
<div class="col-md-8">
to
<div class="col-md-12">
templatespurity_iiihtmlcom_contentcategoryxblog_item.php
Note:// You can use search string to locate layout file by easy way.
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
December 4, 2014 at 1:27 pm #557569great it works.
Just 2 more questions on this:
1. If new version of Purity template comes out, will it overwrite this changes?
2. Youtube video clips on front page is not responsive, template looks amazingly beautiful in all screen sizes but when it comes to Youtube, then I have problem. How can I slove this?Thanks a lot
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 4, 2014 at 5:01 pm #557588Hi there,
For another issue please create new topic. Each topic should have only one issue.Thank you,
Viet VuDecember 5, 2014 at 6:58 am #557647ok, I have posted second as new tread.
Can you answer for the firs one:
If new version of Purity template comes out, will it overwrite this changes?
Thanks
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
December 6, 2014 at 10:28 am #557736Hi there,
If you do hack core than yes it’ll be override.
Thank you,
Viet VuDecember 16, 2014 at 12:24 pm #558814<em>@jooservices 456127 wrote:</em><blockquote>Hi there,
It’s template hard code
<!-- Intro image -->
<div class="col-md-4">
<?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
</div><div class="col-md-8">
<?php if ($params->get('show_title')) : ?>
<?php echo JLayoutHelper::render('joomla.content.item_title', array('item' => $this->item, 'params' => $params, 'title-tag'=>'h2')); ?>
<?php endif; ?>
Please check and remove
<!-- Intro image -->
<div class="col-md-4">
<?php echo JLayoutHelper::render('joomla.content.intro_image', $this->item); ?>
</div>
And set
<div class="col-md-8">
to
<div class="col-md-12">
templatespurity_iiihtmlcom_contentcategoryxblog_item.php
Note:// You can use search string to locate layout file by easy way.
Thank you,
Viet Vu</blockquote>Ok, so It looks like this is core hack, which new template version will overwrite it, is there another solution for it which template update will not affect this setting?
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by dejansoftware 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-