Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • idhla Friend
    #780310

    HEllo,

    I would like to eliminate the large image that is at the top of the article, under the article title. How can this be accomplished? Also, I would like the Previous/Next Article buttons to appear after the article, not before. How can I do this?

    Thanks in advance.


    1. screen-2
    Saguaros Moderator
    #791518

    Hi @idhla,

    You will need to edit a bit in code for the markup of article content layout.

    Go to file: /root/templates/ja_teline_v/html/layouts/joomla/content/item/default.php

    Then comment or remove this section:

        <section class="article-intro-media">
            <?php echo JLayoutHelper::render('joomla.content.image.intro', $displayData); ?>
            <?php $title = $item->category_title; ?>
    
            <?php if ($params->get('show_category')) : ?>
                <?php echo JLayoutHelper::render('joomla.content.info_block.magazine_category', array('item' => $item, 'params' => $params)); ?>
            <?php endif; ?>
        </section>
    
        <section class="row article-navigation top">
            <?php if (isset ($item->pagination)) echo $item->pagination ?>
        </section>

    It will look like this: http://prntscr.com/9cegol

    idhla Friend
    #791603

    Brilliant, worked like a charm, thank you!

    Saguaros Moderator
    #791605

    You are welcome!!!

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 8 years, 11 months ago.

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