Plugin Contributor
ryanv12
(@ryanv12)
This isn’t exactly a plugin issue, but the issue looks like there’s a conflict with this bit of CSS on your site:
.post iframe {
float: left;
margin: 0 0 1px 0;
}
Because the selector is fairly generic (it applies to ALL child iframes in .post elements), it also ends up affecting the Disqus iframe that’s loaded.
To fix this I’d modify that CSS a bit to be more specific about which iframes you’re targeting, rather than applying to all of them.
Thank you!
Could you please let me know how did you identify the issue through developer tools?
I would like to replicate the identification.
Could you tell me how did you identify?
(@jamiecim)
11 years, 9 months ago
Hi,
I have integrated Disqus both on posts and pages.
On pages it loads perfectly like here:
http://aroundbeyond.com/acerca-de/
However on posts, when you click on disqus to leave a comment, the widget disappears and loads back after 4-5 seconds. This is very frustrating.
Check it here:
http://aroundbeyond.com/milano-ti-amo/
Any solution please?
https://wordpress.org/plugins/disqus-comment-system/