Flowdrops
Forum Replies Created
-
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requestsNice, glad you solved it.
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requestsNo. It probably means that you didn’t add the callback function name in the plugin settings. Any URL?
Unfortunately not at this time
The plugin works only on single posts / pages.
I will look into this issue next week. Thanks for reporting.
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requestsHey Emil,
I guess its how IE interprents the return message thats the issue
Same guess here as the response actually looks good.
However, I think I’m not going to fiddle around to support IE6 ??
Thanks again for digging into this!
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requestsHi Emil,
thanks for diggin’ into this. ??
Can you have a look what the XMLHttpRequest.responseText is? (insert alert(XMLHttpRequest.responseText); at line 114 for ex.)
If ”1.WholeText’ is null or not an object’ then WP is returning not a standard error (like wp_die()). I’m extracting the first paragraph on line 114, so, that one is missing thus getting NULL.
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Feature requestsHi Emil
The plugin itself does 1 validation: it checks if the comment field is not empty prior submitting the form. This is done via jQuery, see ‘js/ptm-ajax-comments.dev.js’ lines 78 – 83.
All other validations are done by WordPress, the plugin just returns the built-in messages, see ‘lib/Class.PTM_AJAXCommentsFront.php’. URL is never required anyway, there is no validation for that field.
What is the exact error you are getting?
Then again, IE6? C’mon, it’s 2011. ??
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.
Thanks Joseph
Ditto, same error here.
Hello Susan,
you can use the comments.php from the twentyten theme, but you also must use the function twentyten_comment() which starts is in function.php, line 288 until line 340. Just copy & paste all lines into the functions.php file in your theme. If you don’t have a functions.php, simply create one.
When you have done that, all you need to do is add the callback name in the plugin settings (first option), which is ‘twentyten_comment’.
If you need help in setting up your files, you can contact me directly at https://www.flowdrops.com/contact/
HTH ??
You can also change the function call so it shows empty cats:
– file ’88-autochimp-settings.php’, line 168, change to:
$category_args = array( 'orderby' => 'name', 'order' => 'ASC', 'hide_empty' => 0 );
Most likely you will have to provide the ‘callback’ parameter in the plugin settings:
* open the file comments.php in your theme folder
* look forwp_list_comments('type=comment&callback=your_callback');
* enter the callback name (your_callback) on the plugin settings page (General -> Callback Function)HTH
Forum: Plugins
In reply to: [wordTube] [Plugin: wordTube] Support for JW Player for HTML5?OK. Thanks for your feedback.