Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • _robo_ Friend
    #663016

    I’m using the Magazine layout.
    One leading article and under that, 6 intro-articles with small image.

    I’d like to remove the image of the leading article, but still want the images for the intro-articles.

    How do i do that?

    Pankaj Sharma Moderator
    #663107

    Hi
    So that i can assist you better , kindly share your working site url here .

    _robo_ Friend
    #663213

    http://nspv.be/jl/nl-nl/

    It’s the ‘big’ picture on the left i want to get rid off.

    I want to have this as a result (edited with Chrome)

    Pankaj Sharma Moderator
    #663222

    Hi
    Open the article Politiebonden willen niet meestappen in defil? wegens ‘onnodig risico’
    and remove the Intro article image from images and links options.

    _robo_ Friend
    #663791

    Like i said: that’s the obvious solution, but not a good solution, because when i do that, the images in the intro-articles beneath also disappear. And i want to keep those.
    Guess i need to remove some code for that, but where?

    _robo_ Friend
    #746128

    Like i said: that’s the obvious solution, but not a good solution, because when i do that, the images in the intro-articles beneath also disappear. And i want to keep those.
    Guess i need to remove some code for that, but where?

    _robo_ Friend
    #663827

    Found the solution myself:

    Open: /templates/purity_iii/html/com_content/category/magazine_featured.php

    Go to line 150.

    Find this code:

    <?php if (count ($links)): ?>
    <div class="magazine-links magazine-featured-links">
    <?php foreach ($links as $item) :?>
    <div class="magazine-item link-item">
    <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>
    <?php if ($useDefList && in_array('link', $info_positions)) : ?>
    <aside class="article-aside clearfix">
    <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $item, 'params' => $params, 'position' => 'above')); ?>
    </aside>
    <?php endif; ?>
    </div>
    <?php endforeach; ?>
    </div>
    <?php endif ?>

    Remove

    Replace with:

    <?php echo '<p align="center"><img src="path/name.ext" width=70% border=0></p>'; ?>

    _robo_ Friend
    #746164

    Found the solution myself:

    Open: /templates/purity_iii/html/com_content/category/magazine_featured.php

    Go to line 150.

    Find this code:

    <?php if (count ($links)): ?>
    <div class="magazine-links magazine-featured-links">
    <?php foreach ($links as $item) :?>
    <div class="magazine-item link-item">
    <?php echo JLayoutHelper::render('joomla.content.blog_style_default_item_title', $item); ?>
    <?php if ($useDefList && in_array('link', $info_positions)) : ?>
    <aside class="article-aside clearfix">
    <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $item, 'params' => $params, 'position' => 'above')); ?>
    </aside>
    <?php endif; ?>
    </div>
    <?php endforeach; ?>
    </div>
    <?php endif ?>

    Remove

    Replace with:

    <?php echo '<p align="center"><img src="path/name.ext" width=70% border=0></p>'; ?>

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  _robo_ 9 years, 2 months ago.

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