TacoCode
Forum Replies Created
-
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Conflict with jquery-ui.minMultiple comment forms on the same page are not supported. Also if you load your comment form via ajax, the script would have to be re-initialized to attach to the freshly loaded form.
Should be fixed, try the latest version.
Forum: Plugins
In reply to: [PTM AJAX Comments] [Plugin: PTM AJAX Comments] Paginate option?Might add to next version, no promise though ??
Glad you solved it ??
The plugin will not work without using a callback function. You can easily adapt that for your theme.
Please post the contents of your comments.php and the callback function here.
URL?
This can be caused by preceding whitespace in a PHP file. Check your functions.php and comments.php
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workPlease mark the topic as resolved, thanks
The easier way would be to change your themes
<ul id="commentlist">
to<ol class="commentlist">
.You can, however, use ptm-ajax-comments.dev.js and make the appropriate changes at line 200. Rename ptm-ajax-comments.js to ptm-ajax-comments.min.js and similarly rename ptm-ajax-comments.dev.js to ptm-ajax-comments.js and you should be good to go.
Be aware that your changes will be lost whenever you update the plugin with the WordPress updater.
HTH
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workThis should give you a start:
<a href="#" onclick="jQuery('#comments').toggle();">Show/Hide Comments</a>
You can set the comments area via CSS to display:none and show/hide it with the above link.
HTH
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workTested on that particular post and it’s working fine. (used FF4 Win)
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workCan’t see something wrong. Maybe it’s interfering with the ‘Social Connect’ plugin. Try disabling that one and test again.
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workI don’t see the plugin installed/activated on that site.
Forum: Plugins
In reply to: [Weaver] Can not get [Plugin: PTM AJAX Comments] to workURL?