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
Also, I am using the Title for the Titles of the 3 footer items. Below is what I am seeing in the editor:
However, when I view in browser they look like below:
Please advise.
Thanks for your help
Greg
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.
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.
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/
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.


