Facebook Comments showing below footer, and other

Posted in: Newspaper
Post count: 6

Hi,
I have a couple of issues.

I created a page for my footer. I also use a plugin for Facebook comments.

What is happening is the FB comments are showing below the footer. I have also disabled FB Comments for Footer page. See below

Selection_014

Also, I am using the Title for the Titles of the 3 footer items. Below is what I am seeing in the editor:

Selection_013

However, when I view in browser they look like below:

Selection_015

Please advise.

Thanks for your help

Greg

  • This topic was modified 8 years by gregfox.
  • This topic was modified 8 years by gregfox.
  • This topic was modified 8 years by gregfox.
Post count: 20688

Hi,

I could take a look, please provide a link to your website if possible. Does the Facebook section disappear if you deactivate the plugin? maybe I could remove it with CSS.

Thanks

Post count: 6

https://vu.gfoxmedia.com/

Look at the Blog or Articles.

>Does the Facebook section disappear if you deactivate the plugin?

Yes.

Thanks.

  • This reply was modified 8 years by gregfox.
Post count: 20688

On the blog page it seems to no appear – https://www.screencast.com/t/NpsgzVI2L0
I could give you a code to remove it for all the website pages, enter this in Theme panel->Custom code CSS section

.td-footer-page .fb_iframe_widget_fluid {
display: none;
}

Then the Facebook comments section should be removed from below the footer on the whole website.

Post count: 6

It won’t show up on the blog page, but look a an individual article. Everywhere the FB comments are, it is in the footer.

I added your code, but it is still there.

For example, https://vu.gfoxmedia.com/faces-places-art-documentary-road-movie/

Post count: 20688

It should work, in my tests it seems to work – https://www.screencast.com/t/cd6xxZBmBA

.td-footer-page .fb_iframe_widget_fluid {
display: none!important;
}

Remove it and enter it like that. If you have a caching plugin clear the cache. Let me know.

Post count: 6

That did the trick.

Thanks…

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.