Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Borja Gardu?o

    (@tamasco)

    You were right. I was waiting for WordPress telling me automatically to update, but I have done it manually. I now can see the bug fixed.

    Thanks for all your support!!

    I now just need to solve the Disqus problem. Do you know where could be the problem?

    Regards,
    Borja

    From what I saw, the issue is with the line 143 of the theme’s js/custom.js file. That line sets a deliberate height for the #entries element, most likely to make sure the main block has at least the same height as the sidebar. The thing is that code is probably run before the Disqus iframe is loaded, so the set height is too small.

    You can try to change the line 143 to this:

    $et_entries.css( 'min-height',$et_sidebar.height() - 58 );

    By setting a minimal height instead of a fixed height you should avoid overflows.

    Thread Starter Borja Gardu?o

    (@tamasco)

    Hi Charlie,

    I have try it, but it doesnt work. I will maybe have to raise an issue with the Disqus support.

    Thanks for your help so far, also with things that weren′t from your plugin! You can now set this issue as Solved ??

    Regards,
    Borja

    No problem!

    You should contact the theme developer instead of Disqus, though, in the end the issue is with the theme, not with the Disqus plugin ??

    Thread Starter Borja Gardu?o

    (@tamasco)

    Ok, thanks for the advice!
    I will try it, or solved it by myself.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Display Categories First Page Issue’ is closed to new replies.