• Resolved summerock

    (@summerock)


    The ajax output of the comment made doesn’t match my other comments, which file do I edit to change that? I can’t seem to find it.

    I want to reformat tmpComment

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Most likely you will have to provide the ‘callback’ parameter in the plugin settings:

    * open the file comments.php in your theme folder
    * look for wp_list_comments('type=comment&callback=your_callback');
    * enter the callback name (your_callback) on the plugin settings page (General -> Callback Function)

    HTH

    Thread Starter summerock

    (@summerock)

    Thank you so much. Works perfectly.

    I’m at a lost here I’m trying my best not to ask, but I have to – there is no callback function in my theme to my knowledge, I’ve looked all over for it, all the form ID’s and classes appear to be the same, however the H3 Id doesn’t seem to exist. Anyways its just taking it to a new page just for the new comment when posting, and staying there….I’m sure this is something simple here and Im just missing something, but can you take a look and help me? I’ve made lots of alterations on this theme trying to learn/do as much as i can (not on there now, testing plugin by plugin and change by change then saving code that works/does what i need)…i’ve spent weeks now stuck on this and really dont wanna start over – please if you can take a look i would be much appreciated…www.greenstudiohostel.com

    @donovan575

    Had a look at your site and tried to debug remotely. Seems the ‘submit’ event is not getting fired. Have your tried when deactivating all other plugins? Maybe Facebook Connect is interfering here.

    There is a DIV with ID ‘respond’, so don’t worry about that H3.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: iF AJAX Comments For WordPress] Theme compatibility’ is closed to new replies.