• Resolved DynaBMan

    (@dynabman)


    I am using WordPress 3.5 and Atahualpa 3.7.9 as my theme. When I activate WP-Ajaxify-Comments and post a comment, it tells me it was successful, but the comment does not show up until I refresh the page. I have left the comment form selectors at the default values and if I change them, the page refreshes when I post the comment.

    http://wordpress.org/extend/plugins/wp-ajaxify-comments/

Viewing 6 replies - 16 through 21 (of 21 total)
  • Hi jan,

    I have spent same time investigating it but still cant put my finger on it..

    Here is my work in progress. Its without DynaBMan fix now..
    http://pavelon.cz/pilotni-denik/

    Thanks for your time m8!

    It is working now. I have bent it for my need.

    Awesome plugin!! Thanks!

    wp-ajaxify-comments.js

    var submitName = form.attr("name");
    wpac_options.selectorCommentsContainer = "#"+submitName;
    var oldCommentsContainer =jQuery(wpac_options.selectorCommentsContainer);

    comments.php

    <div class="mycomments" id="c504" >
    comments.php code
    </div>
    
    <form name="c504" id="commentform" class="form-vertical" method="post" action="http://wp-comments-post.php">

    @janjonas

    Your changes work with my Atahualpa theme – thanks for an awesome plugin!

    @pakonik: Which theme do you use? I would like to try to add out-of-the-box support to this theme in my plugin.

    What i use is this WordPress Bootstrap. It is more like a front-end framework to handle all those WP latest bells and whistles.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Comment success, but hidden’ is closed to new replies.