Ravi Shakya
Forum Replies Created
-
I dont understand the third one. Can u please explain again ?
To show Name and email field …
1. Open the edit comment form
2. Tick on Show User Name Field and Show User Email Field under form settings.To remove Leave a Reply add this code to your style.css
.wpad_comment_fields_wrapper > h3 {
display: none;
}Forum: Plugins
In reply to: [WP Advanced Comment] How to add 2 column of comments to a single postFirst of all WP Advanced Comment has no option to create multiple comment forms in one post/page. If you want to submit comment and links then there is a custom field URL. The feature you are asking is not available in this plugin. For that you have to create a custom plugin. The link you have shown me will insert comment to the post that is exactly what i have been using but in a different style.
The feature you are asking is possible to create but i dont think you will find any plugin that can submit two or more comment form in one post. For that custom coding can be done.
Forum: Plugins
In reply to: [WP Advanced Comment] Comments form showing on some pageTo use WP Advanced Comment you should create a form. Did you ??
If you havent then on the admin panel see on the left side there should be WP Advanced Comment Menu. Click on WP Advanced Comment > Comment Forms > Click on add new and create a form.
If you have created that form then sent me a screenshot of that edit form.
Forum: Plugins
In reply to: [WP Advanced Comment] Comments form showing on some pageI have installed the klasik theme and it is working fine. Can you attach the Edit comment form screenshot that you are using, so i can look deeper.
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageput this shortcode on the page [wpad-comment-form id=”YOUR_COMMENT_FORM_ID”].
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageDid you get your comment form ??
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageNo no .. page.php will be for all pages. just put the comment_form() tag on the page.php file under the_content() tag or anywhere in that file.
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageThats seems to be new …. Can you still edit that page ??
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageYou should put comment_form() on the page.php file. Did you ??
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageand you should have comment_form() tag on that page.
Forum: Plugins
In reply to: [WP Advanced Comment] Cannot display comment form on the pageThe shortcode was remove on the latest version. Sorry for that. but you can still show the comment form on pages. On the edit form see How do you want to show the comment form ? on the right side. Click on Choose Pages / Posts and a drop down will appear and choose your page and save it.
Forum: Plugins
In reply to: [WP Advanced Comment] custom_field in Custom layout not displaying correctlyIf it is possible you should make css changes to the default comment form of wp advanced comment because on the next update the custom layout will not be supported because custom layout will only work on single comments not in the nested comments. The pro version has nested comments and the custom layout is not supported on the nested comments so i have decided to remove on the next update. It is a cool feature but have also demerits. Sorry for that……
Forum: Plugins
In reply to: [WP Advanced Comment] TranslateOn the next update i will make some changes and you can do that.