-
AuthorPosts
-
joomlafans Friend
joomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
September 30, 2016 at 8:15 pm #972572Hello.
addthis script is slowing my site significantly and I decided to do without it. I will use JA social buttons or any other non invasive social extension.My question is how do I remove addthis from my website completely. is removing the script from (After ) enough? this also removes the print and email buttons. how do I get them back?
And how can I position the new social button extension along with the Print and Email buttons in the same place addthis buttons were?
Please see attached screenshot for reference
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 3, 2016 at 4:32 am #972893Hi
Did you change the code? Please restore it back first.
To remove Addthis from template, you can go to Backend of your site > Extensions > Templates > open JA Teline V template style:
- General tab: disable the option: Show Sharing Tools: http://prntscr.com/cp59rt
- Custom code tab: remove addthis code.
joomlafans Friendjoomlafans
- Join date:
- April 2014
- Posts:
- 74
- Downloads:
- 8
- Uploads:
- 16
- Thanks:
- 32
- Thanked:
- 9 times in 1 posts
October 3, 2016 at 6:59 am #972922I followed your steps and removed the typography tools and sharing options from the side all together. the article looks much better this way.
How can I add typography tools and share options at the bottom of the article instead?
Thank you
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 3, 2016 at 8:17 am #972947You can do that by opening the file: ROOT/templates/ja_teline_v/html/layouts/joomla/content/item/default.php
Look for the snippet of code which renders these article-tools:
<?php if ($tools): ?> <div class="article-tools"> <?php if ($icons): ?> <div class="default-tools"> <h6><?php echo JText::_('TPL_DEFAULT_TOOL_TITLE') ?></h6> <?php echo JLayoutHelper::render('joomla.content.magazine_icons', array('item' => $item, 'params' => $params)); ?> </div> <?php endif; ?> <?php if ($typo_tools): ?> <?php echo JLayoutHelper::render('joomla.content.typo_tools', array()); ?> <?php endif ?> <?php if ($sharing_tools): ?> <?php echo JLayoutHelper::render('joomla.content.sharing_tools', array()); ?> <?php endif ?> <?php if (isset ($item->toc)) : ?> <?php echo $item->toc; ?> <?php endif; ?> </div> <?php endif ?>
Move it before the < /article> tag at the end of file.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Saguaros 8 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
s7.addthis slowing down my site
Viewing 4 posts - 1 through 4 (of 4 total)