Topic-icon how i can remove the social buttom from the top

Active Subscriptions:

None
Hi dear,
I need to remove this button from the top please check the attachment to see or visit this URL :
almandebnews.com/hadramout-news/item/348-339.html
This problem just show in the K2 items, i need to remove them from the top

File Attachment:


Regards,,
The topic has been locked.
Support Specialist
11 years 3 months ago #51803 by mel
Looking at the source on the page, I am not convinced those are coming from JFBConnect. We put a div around our buttons with classes that we style, and those Facebook buttons don't have any divs. Please investigate whether your template or any other extensions on your site are adding them and let me know what you find.

-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 3 months ago - 11 years 3 months ago #51804 by Mustafa El Ju
Hi Melissa,
Before posted here I tried a lot of things to fix that but i can't i checked the Div on the template and disable the plugins but i didn't find the reason..
wish you able to help me.
Last edit: 11 years 3 months ago by Mustafa El Ju.
The topic has been locked.
Support Specialist
11 years 3 months ago #51805 by mel
If you want to PM me credentials to take a look through the backend settings/K2 items, please click on the envelope underneath my avatar picture and I'll take a look.
The topic has been locked.
Active Subscriptions:

None

mel wrote: If you want to PM me credentials to take a look through the backend settings/K2 items, please click on the envelope underneath my avatar picture and I'll take a look.

i PMed you.
thank you so much.
The topic has been locked.
Support Specialist
11 years 3 months ago #51818 by mel
Looking at your page, something (not JFBConnect) is inserting the following into your HEAD section.
<div
  class="fb-like"
  data-share="true"
  data-width="450"
  data-show-faces="true">
</div>

This will need to be removed. I logged in with your credentials and didn't see any other settings that should control this, which leads me to believe that it is hard-coded in your template somehow. Please make sure that it is not in your template's index.php file or any of your other files for your template. Other extensions should be smarter than to put something into the head like that, but that would be the next step if you can't find it in the template.

The reason that it is showing up on the K2 pages is that you have our content plugin enabled. When our plugin is enabled, we basically set a flag telling Facebook to interpret code like above as Facebook widgets.

-Melissa
The topic has been locked.