Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • dejansoftware Friend
    #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


    1. 1
    2. media_1372419115328
    jooservices Friend
    #557564

    Hi there,
    Please provide your site URL for checking.

    Thank you,
    Viet Vu

    dejansoftware Friend
    #557565
    jooservices Friend
    #557566

    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

    dejansoftware Friend
    #557569

    great 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 Friend
    #557588

    Hi there,
    For another issue please create new topic. Each topic should have only one issue.

    Thank you,
    Viet Vu

    dejansoftware Friend
    #557647

    ok, 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 Friend
    #557736

    Hi there,
    If you do hack core than yes it’ll be override.
    Thank you,
    Viet Vu

    dejansoftware Friend
    #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?

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, 10 months ago.

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