Hi,
Please provide a link to the page with the problem.
Sincerely,
Support Team
Hi,
We hope your problem has been resolved. If you have any questions, please feel free to contact us via our support forum http://support.bestwebsoft.com/
Sincerely,
Support Team
http://srbin.info/…
Unfortunately, I have not solved the problem.
Hi prezla,
We need a link to the page where fb button is supposed to be located. Otherwise we won’t be able to help you.
Sincerely,
Support Team
Hello. I have the same problem. I want the button to appear at the bottom of each page. If I click on “Like,” a comment box appears that is partly off the bottom of the page or hidden by the footer part of my WordPress theme. Please advise on how to fix this problem as it looks bad. My site is http://www.purrhealing.ca
Thank you
Michelle Kyle
Your problem on css style.css : 215
.main-holder {
height:1%;
/* overflow:hidden; it blocks pop show window*/
padding-top:45px;
}
and style.css : 200
#main .main-area {
width:980px;
display: table; /* and add this to fill the entire page. */
margin:0 auto;
padding:43px 0 5px;
}
my problem is on any blog. eg:
http://srbin.info/2013/…-i-mene/
Or in style.css : 39
#fcbk_share {
clear: both;
/* Increase for 200px to provide space for the popup window*/
height: 240px;
}
My suggestion is that you add some content below the button, to make it look nicer.
eg similar articles, the latest news, galleries and the like. then the window showed over the content and not through the the footer.
Thanks Prezia, but how can I add content below a button that automatically appears after all the content? Whatever I add, the button will automatically go below it. What change do you suggest I make to the CSS to fix this problem? Thank you!
#fcbk_share {
clear: both;
/* Increase for 200px to provide space for the popup window*/
height: 240px;
}
Hi Prezia. I figured out what you meant and where to put it, and it worked. Thank you!
http://www.purrhealing.ca/wordpress/wp-admin/theme-editor.php
in style.css line 39
#fcbk_share {
clear: both;
height: 240px;
}
In plugin css file write below code
#fcbk_share span{
width:450px !important;
}
Please help me, look at my button at http://soleh.net , when clicked it only shows not even quarter of the comment box…
Thanks a lot Sushma Reddy, just noticed your tips, it works!