I would like to keep the social share function on the news articles, but is there a way to turn it off for everything else? Also, can you help me remove the word "Share" as well?

    stimulus Hi

    I suggest you add a new page class + add css rule for it + add into the menu item you want to hide this sharing feature.

    For example:

    Remember to add a space before the class name and add this custom css:

    .view-article.noSharing .share-social {
        display: none;
    }

      saguaros

      Thanks! And if I wanted to just remove it all together and use a third-party social share extension? How would I do that?

        stimulus This share feature is implemented in the override layout view of article in template. May I know which extension you want to use? You can share the URL + super admin account so I will check if it's possible.

          saguaros

          We usually use this extension: https://www.roosterz.nl/joomla-extensions/tagz. I haven't installed it yet because I wanted to see what all you were able to do and I don't want to cause any issues to the test site.

          Also, if you remove it, will it stay removed when we do future updates? We have had issues making override changes directly to the template and then it being replaced when we update the site.

            5 days later

            stimulus Hi there,

            To be honest, I've not used this extension before. If it works well with article + Cassiopeia template, then it will works fine with JA Vega 🙂

            You can clone your site to a test site and test there first.

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