Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter jamiecim

    (@jamiecim)

    Thank you!
    Could you please let me know how did you identify the issue through developer tools?
    I would like to replicate the identification.

    Thread Starter jamiecim

    (@jamiecim)

    Could you tell me how did you identify?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disqus on posts is extremely slow’ is closed to new replies.