Hi there,
To fix it, place following code at the end of wp-content/themes/CURRENT_THEME/functions.php (in the root folder of your website) before ?> (if ?> is not there, simply place the code at the end of the file) and save the file back. CURRENT_THEME is your active theme:
function the_champ_custom_css(){
?>
<style type="text/css">
div.fb-comments iframe{
height: 900px !important;
}
</style>
<?php
}
add_action('wp_head', 'the_champ_custom_css');
Do let me know if you need assistance or custom solutions going forward.
Hi,
The comment box is now fixed, thanks !
Also do you have any advise for the warnings ? http://i.imgur.com/1wXUQdB.jpg (I dug a bit and found this only happen when this plugin is active).
Thanks again !
Thanks for reporting this. I have noted this down and will fix it in next release.
(@penserchanger)
11 years, 2 months ago
Hi,
Your pluggin is really great and fit greatly my needs, however I have some minor issues with it:
The button on the Facebook’s comment box is a bit covered by the end of the box, like you can see here:
http://i.imgur.com/iuJHv91.jpg (You could see it yourself here, for example: http://www.penserchanger.com/comment-sortir-ses-projets-de-limpasse/ )
Also on my console I could see some warnings: http://i.imgur.com/aCPzTZ6s.jpg
How could I fix all of this ?
Thank you for your reply.
https://ww.wp.xz.cn/plugins/super-socializer/