Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • geffers Friend
    #976437

    Hi everyone,

    i build a webpage with purity 3. In every article on the top right corner is an "cog"-shaped icon.
    I would love to change(and or remove) the icon and the position of the icon (to the bottom right) of every article.

    My page so far:
    GSO-Bremen

    Thanks,
    Thomas


    1. Icon
    Pankaj Sharma Moderator
    #976947

    Hi
    Did remove the icon , I saw it is not showing on your site now : http://prntscr.com/cv8577
    If you want to move the icon go to template folder /html/com_content/article/default.php file
    and move the code below

     <!-- Aside -->
      <?php if ($topInfo || $icons) : ?>
      <aside class="article-aside clearfix">
        <?php if ($topInfo): ?>
          <?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $params, 'position' => 'above')); ?>
        <?php endif; ?>
    
        <?php if ($icons): ?>
          <?php echo JLayoutHelper::render('joomla.content.icons', array('item' => $this->item, 'params' => $params, 'print' => $this->print)); ?>
        <?php endif; ?>
      </aside>  
      <?php endif; ?>
      <!-- //Aside -->
    

    After line 106 to move it after article footer .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

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