I have discovered there is a stray piece of text at the end of just articles. I'm attaching a screenshot, but you can see the article and "Share:" on the following page:

3 Rivers Community Health

I tried plugins, modules, templates, and couldn't find it. Can you figure it out?

Pat Vanden Bosche

Hi patvandenbosche,
I have checked and see that this is Social share of the addthis. However, this plugin doesn't support the joomla. I have helped you remove the following code from the /templates/ja_phio/html/com_content/article/default.php line 149.

	<div class="share-social">
		<span class="txt"><?php echo Text::_('TPL_SHARE');?></span>
		<div class="addthis_inline_share_toolbox"></div> 
	</div>

If you want to use the Social share, you can download the JA Social share.

9 months later

jcstauring

try this
go in the language override
choice your language es. english - site

  • New
    insert the constant (TPL_SHARE)
    empty the text field
    save and close

jcstauring If you're using another layout for that article, try to edit the associated PHP file in this folder:

/templates/ja_phio/html/com_content/article/

Write a Reply...
You need to Login to view replies.