Hi,
Double content after "share" addons - I would like to delete this function at all. Please give me more help - I look up for this everywhere.
https://stronywtoruniu.com.pl/cennik
Double content after "share" addons
- Edited
domir21 Hi
It seems that you don't set intro text vs full text for article on your site so that Joomla consider fulltext as intro text as well so it displays duplicated content.
I updated this file: root/templates/ja_artsy/html/com_content/article/default.php
and change this line:
<?php echo $this->item->text; ?>
to:
<?php echo $this->item->fulltext; ?>
and remove this code which renders that share button:
<div class="sharing-content">
<div class="txt-share"><?php echo '<span>'. JText::_('TPL_SHARE_SOCIAL').'</span>'; ?></div>
<div id="share-social" class="share-social">
<div class="addthis_inline_share_toolbox"></div>
</div>
</div>
Kindly check.
Perfect!! thanks a lot!
- Edited
saguaros
But if you check the page: https://stronywtoruniu.com.pl/galeria
addons don't work and adding modul also ;/
- Edited
Hi saguaros,
I find one more page with it.
https://stronywtoruniu.com.pl/propozycje-zwiedzania/15-przewodnik-chelmno/60-zwiedzanie-chelmna-z-przewodnikiem
I think it should be deleted too. Colud you delete all this "share" stuff from all page?
- Edited
saguaros & phinb so many thakns!
but did you notice it masthead doesen't work now? CHeck the modul settings ID Masthead 97 - I should look the same on subpages but cennik and galeria sites are different.
- in code there is link to the picture: https://stronywtoruniu.com.pl/templates/ja_artsy/images/bg-masthead.jpg (I changed the original picture to the same like in other subpages)
- masthead module don't react for changes description or title on pages: /cennik & /galeria
please send me some help