bibliosalut
Hi, How should I edit the file below ?
<?php
/**
@package Joomla.Site
@subpackage Layout
@copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
@license GNU General Public License version 2 or later; see LICENSE.txt
/
defined('JPATH_BASE') or die;
?>
<div class="sharing-tools">
<h6><?php echo JText::_('TPL_SHARING_TOOL_TITLE') ?></h6>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_sharing_toolbox"></div>
</div>
The 2nd inline text from AddThis is:
<!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_inline_share_toolbox_xn2w"></div>
Thanks
PS I did the obvious and edited the Tools in AddThis dashboard and got my choice of buttons. Not sure if the 2nd line of code had any effect.
BTW I checked with Chrome at https://www.joomlart.com/demo/ja-teline-v and I don't see any READING MODE button on article pages. ??? I do with Firefox.
Tim
CORRECTION I don't see READING MODE button on your demo site with either browser. ??