Hello , please how hide headind "Share articles with icon" after article. I know how hide icon that will be disable plugin System - JA Social Share. But i dont wantr this after one single article. Template set like default.
Hide header or plugin "Share articles with icon"
Hi @helpdesk-aku,
Follow some below steps to override the article detail layout and hide the headline "Share articles with icon".
- Step 1: Create a override folder in the JA Fresco template. (ja_fresco/local/html/com_content/article/)
- Step 2: Copy the default.php fild in "ja_fresco/html/com_content/article/" folder to "ja_fresco/local/html/com_content/article/".
- Step 3: Open the default.php file and delete below code section:
<div class="share-social">
<div class="title-txt">
<h6><?php echo Text::_('TPL_SHARE_ARTICLE'); ?></h6>
</div>
<div class="ja-share-button" services="facebook,twitter,linkedin" layout="default" ></div>
</div>
Save and reload your website.