Li-An,
I’m sorry you are having trouble with OSD Social Media Sharing. Could you please be more specific in explaining what exactly is breaking with Contact Form 7? We use WPCF7 on many of our sites and we have no issue. There shouldn’t be any conflict with the code considering they are both simply shortcodes. Are the forms just not displaying? Are forms unable to be submitted? We will need more information before we can start to understand the issue.
Thread Starter
Li-An
(@li-an)
Have you some email where I can send you the URL of my test blog ?
Thread Starter
Li-An
(@li-an)
OK, problem ONLY with Hueman theme so we can consider it’s not related directly to the plugin.
Li-An,
Thank you very much for the URL. It is a styling issue on the theme¹s
part. WPCF7 has some floated elements inside that are causing issues. You
have several simple fixes you can do in the stylesheet:
.wpcf7 {
overflow: hidden;
}
or
.wpcf7:after {
content: “”;
display: block;
clear: both;
}
Thread Starter
Li-An
(@li-an)
Thanks for the tip. Do you think I have to warn Hueman developper or not for this ?
That is entirely up to you. It should definitely be fixed in the theme. Not clearing a container element with floated children can cause huge issues with layouts and functionality (as you have just seen).
I am glad we were able to get this issue resolved. Good ratings are appreciated!