Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress comments in modal window

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #29007

    Hello all,

    I’m trying to figure out how to display WordPress comments in a modal window. Any ideas would be welcome.

    Cheers,

    D.

    #75542
    Chris Coyier
    Keymaster

    They should be all wrapped in a DIV to begin with, so just display: none; that DIV. Then have a link that when clicked triggers FancyBox on that DIV.

    http://wordpress.org/extend/plugins/fan … wordpress/

    #58875

    Chris,

    Thank you for the input. So simple. I’m giving it a try first thing in the morning.

    Cheers,

    D

    #80695

    OK. Two months later, I’m finally getting around to implementing this. I’m using NyroModal, with the same effect. What I’ve done is added comments_popup_script to the head – and at the bottom, I have:

    Code:
    <div class="comments">
    <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’, ‘nyroModal comments-link’, ”); ?>
    </div>

    The modal window works just fine, but the comment box still pops up, along with it. Any ideas?

    Stripped down example here: http://test.youdontexist.com/

    Cheers,

    D

    #116116
    xefned
    Member

    Use the regular comments link instead of the popup link. It defeats the purpose of using a modal box if you’re also creating a new popup window.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.