Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
October 14, 2016 at 5:21 pm #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-BremenThanks,
Thomas
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 17, 2016 at 3:06 am #976947Hi
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 .
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum