Shape 5

Joomla Templates => TheClassifieds - Club => : Dward February 20, 2017, 03:51:39 PM



: Remove Social Icons (not on home page)
: Dward February 20, 2017, 03:51:39 PM
Hello, I have attached a picture of some social media icons that are on one of my pages that I want to remove. I looked in the index.php file and noticed that the social media icons that are there are the icons for the home page. Can you please tell me how I can remove the icons?

FYI, they are not modules.


: Re: Remove Social Icons (not on home page)
: jonahh February 21, 2017, 11:28:52 AM
Hello,

It looks like you are using some 3rd party extension to display the products, the boot in your attached image. The social icons are coming from this and you'd need to contact the author of this component and seek help from them to display them.


: Re: Remove Social Icons (not on home page)
: Dward March 05, 2017, 08:51:02 PM
After research on your initial response to this issue....

Im trying to remove a social media toolbar from my site.

The class for the toolbar is: <div class="add_detail_socialtoolbar add_newadd_header_selected"> which is located in the file: t_details_ad.tpl.

I've looked to see if this is a setting  in my joomla which I can change but I'm unable to find it. I tried renaming the file above yet I didn't see a change. Are you able to assist me in removing the social toolbar? As this seems to be a template issue


: Re: Remove Social Icons (not on home page)
: jonahh March 06, 2017, 12:02:31 PM
The file:

t_details_ad.tpl

Is not a template file. Its a file to whatever component you are using to display the shoes. But you could add the CSS for it as follows and I believe this should hide it although it still will generate in the page code:

:
.add_detail_socialtoolbar.add_newadd_header_selected {
display:none !important;}


: Re: Remove Social Icons (not on home page)
: Dward March 06, 2017, 05:00:31 PM
Thanks this worked!