Could you show me on your URL?
try turning off jetpack comments for a moment to see if that fixes it …
actually I think I found the issue, its happening with the disqus tab as well, give me a few minutes and I’ll push out an update
Thanks for the quick reply! And the plugin is a great work!
Cheers,
Gee Are
1.5.2 has been pushed, that should clear up your problems I think, let me know
Thanks for the fix. The comment sections for WordPress and Disqus are not overlapping on top any more for me, but now they are overlapping the content below.
http://redeemingpress.com/welcome/
Ok, I got the wordpress section to work by disabling the Jetpack comments.
Now am working on the Disqus tab.
Ok, to fix the Disqus tab, I edited the plugin.css and got rid of the
position:absolute
in
.embed-container iframe
so it now looks like this:
.embed-container iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
Not sure if that will work for everyone, but it worked for me…
err actually that will be in 1.5.4 sorry ( with other shortcode fixes )
1.5.4 works now correctly. Thanks!
Cheers,
Gee Are
Could it be that for Disqus the counter for the number of comments is not working?
Have a look at this:
http://miapple.me/2013/07/20/airplay-fixing-airparrot-sound-and-video-problems-on-windows-7-8-and-8-1-preview/
There are two Disqus comments, but (0) is shown…
Cheers,
Gee Are
you’ll want to update to 1.5.5 ( you are still running 1.5.4 ) it has disqus comment count fixes
I updated to 1.5.5, but it still doesn’t work. Have again a look at the above mentioned link. Thanks!