www.chrismurrayhockey.com I have a message board and I have done everything to enable comments and I have added comments, but they are not displaying. Also, on the contact page, how do I remove the column on the right. I have changed all my pages to the wide page template, but the contact page has a bunch of mess to the right that I would like to remove Thank you
Hello, 1. Go to the template-fullwidth.php file present in your theme directory and paste the code given below as shown in the image given below. Code: <!--Start Comment Section--> <div class="comment_section"> <!--Start Comment list--> <?php comments_template( '', true ); ?> <!--End Comment Form--> </div> <!--End comment Section--> This will solve your comment issue. 2.Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .contact .sidebar { display: none; } This will remove the sidebar from the contact page.
The comment field is now there only when someone is logged in, and I want to accept comments from people without requiring them to 'log in': how do I fix that?
Hello, Could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/enable-comments-not-working.11289/ Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] . We will check and try to resolve your issue.
Thank you, how do I remove fields? I would like to simply have Name and comment. (in the players section I want to remove website name field and make email address an optional field. Also, now all of my pages that do not allow comments have the words "comments are closed" and these words are sometimes interfering with the look of the site: how do I remove those words? For an example visit page: http://chrismurrayhockey.com/03-ice-pirates/kamloops-mini-tournament/
Hello, To remove website field. Open "comment.php" file and remove code as shown in the image. And for mail field open "wp-comments-post.php" exist in the WordPress root directory. And comment code as shown in the image. To remove "comments are closed" Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #commentsbox .nocomments { display: none; } Thanks & Regards Nitesh Raghuwanshi