Dear bingjie2680, thanks for the great plugin!
It works perfectly and I like it very much. I have only one issue.
As you know, many WordPress themes (including default TwentyTwelve) have “no comments” message in comment.php, if there is no comments yet. Usually it wrapped in:
<p class="nocomments"> ... </p>
How can I make this message disappear after submitted comment?
Thanks!
]]>Hi,
i have been trying to implement your plugin into my custom made theme that uses comment part from twenty eleven, 2 things are not working:
1. when i click on reply the ajax doesn’t work
2. when i click on numbers in pagination the window doesn’t go back to top of the list so it looks bad
Can you help me solve this?
Best regards,
Veljko Simovic
]]>Hey there,
Great plugin and I am using it for posts on this blog:
https://www.webninja.ca/blog
It works well with my theme, but there is only one small problem. The font in the respond textarea has changed from black to light grey. Is there a CSS Styling in the plugin that would cause this, and how would I fix it? i.e DO I just add a new CSS class?
Cheers and Thanx!!
]]>Well it seems not working with mxs2 theme.Fatal error shown
]]>Fatal error: Cannot redeclare register_mysettings() (previously declared in /home/intervie/public_html/wp-content/plugins/smooth-slider/settings/settings.php:546) in /home/intervie/public_html/wp-content/plugins/wp-comment-master/wp-comment-master.php on line 151
I got that when trying to activate it.
]]>There is an issue with the plugin with the page repositioning during pagination. Here is a fix for this issue.
The plugin is hiding the comment list then fading it back in when paging. This removes the height of the comment list, which changes the height of the page.
On the cm.js file on line #74 there is this code: $list.hide().slice(currentPage*comPerPage,(currentPage+1)*comPerPage).fadeIn();
Change this to: $list.hide().slice(currentPage*comPerPage,(currentPage+1)*comPerPage).show();
That will get a simple hide and show with no fading animation and no page re-positioning. To fade the comment list out and in add this code underneath: $(‘ol.commentlist’).animate({ opacity: 0 },0).animate({ opacity: 1 });
Will new code should read like this:
$list.hide().slice(currentPage*comPerPage,(currentPage+1)*comPerPage).show();
$(‘ol.commentlist’).animate({ opacity: 0 },0).animate({ opacity: 1 });
Ajax seems to work and my post gets a confirmation after submission, but it does not then appear in the comments area. Is it supposed to? If it is, what can I troubleshoot?
]]>Hello Friend!,
I just tried to install your plug-in on our website https://www.welovecontroversy.com
but it is showing fatal error. could you please help me to fix this bug?
Thanks and waiting for your further reply.
]]>Hi,
Is it possible to hide WP Comment Master in wp-admin page for every role except webmaster?
Now also editor can visit that settings-page and I don’t want that.
Guido
]]>Hi,
Since I’ve updated to current version of WP 3.3.1 my plugin WP comment master ís not working anymore…
Are there more users with this problem? Is there a solution?
Guido
]]>Hi,
If I don’t fill in all required fields I get a system message in red:
. There was an error submitting the form. Check below to see what happened.
Does anybody know where I can edit this line?
I could not found it in the theme I use (shell-lite), not in this plugin and not in WordPress language.
Guido
]]>When clicking on Next or in some page, the page repositions in an arbitrary position and not in the top of the 1st comment for that page.
Any fix for this?
It’s not happening in all pages.
]]>Hi,
I have noticed that the ajax form validation doesn’t work on pages (the JS code below the form is missing for that pages).
I fixed while replacing
if(is_single())wp_enqueue_script('paginating_js', WP_PLUGIN_URL.'/wp-comment-master/cm.js',array('jquery'),'',true);
with
if(is_single() || is_page())wp_enqueue_script('paginating_js', WP_PLUGIN_URL.'/wp-comment-master/cm.js',array('jquery'),'',true);
I don’t use the pagination function, so in my opinion you should show the JS code only on pages where the comment form is included. What do you think?
]]>Is there a way to change the order of the pages so that it shows the LATEST page first? Currently, it shows “Page 1” first, which has the oldest comments on it.
]]>Is it possible for me to replace the thank you text with a code for a random thank you message? where would I place this code. It’s php btw.
]]>i am using a custom theme and I love your plugin, it gives me exactly what I need with style.
Thank you for this, however another main feature im looking for is the ajax pagination.
Unfortunately, it does not work on my site. Every other feature so far works, I have set the comments on each page to 5 and show 3 page numbers, I have 6 comments.
The comments dont paginate.
Check out the problem here. Thank you for your help!
]]>Hi there,
This works perfectly in Firefox, but I.E seems a little buggy.
For example, if I put 4 as how many comments need to display per page and I added “3” as the number of page-number to show. Firefox displays 4 and only displays 2 page numbers, which is fantastic.
However, in IE it’s displaying 2 comments per page and 4 page numbers.
Any idea what i did wrong? or what I should look for?
Any help would be greatly appreciated.
]]>Hi there,
This works perfectly in Firefox, but I.E seems a little buggy.
For example, if I put 4 as how many comments need to display per page and I added “3” as the number of page-number to show. Firefox displays 4 and only displays 2 page numbers, which is fantastic.
However, in IE it’s displaying 2 comments per page and 4 page numbers.
Any idea what i did wrong? or what I should look for?
Any help would be greatly appreciated.
]]>Hi,
But, I have some issues using this plugin. I’m using it here https://goo.gl/ujYBG = But, every comment is waiting moderation. Even the admin’s comment is waiting for moderation. How to solve this ?
Also, I have set as 5 comments per page and I need to show comments such that the latest comments should be at top and oldest comments at back, on other pages.
Both seems buggy in that site. Can you please help ?
Thanks in advance.
Jaz
Hi, first off, great plugin. But unfortunately I’m having an issue with it. All seems to work fine on the first run. Pagination works, and I can send in either a new comment or a reply comment to a thread.
However after the initial comment is sent and posted, the comment form disappears completely and trying to click on a ‘reply’ link brings up the following message: ERROR: Can’t Find the CommentFormId DIV
Can you help?
]]>i visited the main website to test the plugin. i thought i’d paste a quote to be silly but, unfortunately, i was unable to. pasting isn’t allowed. is this intentional?
]]>Fatal error: Cannot redeclare register_mysettings() (previously declared in /home/vol2/byethost11.com/b11_3519629/ma7abah.com/blog/wp-content/plugins/simple-xml-sitemap/simple-sitemap.php:32) in /home/vol2/byethost11.com/b11_3519629/ma7abah.com/blog/wp-content/plugins/wp-comment-master/wp-comment-master.php on line 151
]]>This works ALMOST seamlessly on my site, except for the error stated in the title.
During my testing, I wrote a comment, hit submit, then it shows “Error: please type a comment.” eventhough I filled out the comment box. I have to click submit button for the second time to register the comment.
You can try visiting my site (mypandacan.com) and write a comment on one of the topics if you want to see it yourself.
Any idea how to fix this issue? Thanks in advance!
Version: WordPress 3.0.3
Theme: Atahualpa 3.5.3
Just did not work
]]>Hi there,
I think the wp-comment-master plugin doens′t work with the Thematic theme, right?
Thanks!
]]>I’ve noticed that even after the comment has registered (say if I load the page in a new window), the animated circle is still working and continues to do so for quite a while before showing the new comment.
I use the w3 cache plugin. Could that be causing the problem?
]]>If you are interested in doing a project to extend your plugin and get paid – please contact me at b at ezid.com.
Thanks,
Barry
]]>Within one day of posting a list of feature requests on Bingjie’s demo page, the plugin has already been updated with two of the requests. =)
I figured we could make it easy on the author by writing all requests in this thread.
]]>why do you recommend this?
Reposition the comment form before comments Enable (*recommended) Disable
Usually visitors will scroll down to read all comments and if not wanting to reply to a specific one will then simply type their comment into the box BELOW the comments without having to scroll up again.
Any drawback if I disable this?
]]>