Hi!
I am using the plugin Social on our site so gather comments from Facebook and Twitter into standard blog posts. One example can be found at atlasmma.se/2015/10/kimura-counter-pa-single-leg.
The problem is that when using Enfold, I can either see the comments, or the comment box, but never the two at the same time. Using Twenty fifteen, the layout seems fine. The plugin itself has a setting to select if you want to use the theme’s layout, or the plugin’s layout, with various results.
Here are the 4 variants on theme and plugin settings:
1) Enfold with plugin layout
screenshot
All comments are shown, but not the comment box.
2) Enfold with theme layout
screenshot
Built in comment and comment box is shown, but not the Social box, nor facebook comments.
3) 2015 with plugin layout
screenshot
Everything is shown, but kind of ugly formatting.
4) 2015 with theme layout
screenshot
All comments and built-in comment box is shown, but not the Social box.
– Is there anything that can be done to Enfold to be able to show all as one would hope? Right now it is set to use the plugins layout.
Hi wieslander!
Add this to your custom CSS.
#social { clear: both !important; }
Regards,
Elliott
Lovely, Elliott! That worked super duper.