Title: Error While Commenting on Posts
Last modified: August 31, 2016

---

# Error While Commenting on Posts

 *  Resolved [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/)
 * Hi Richie,
 * Users are not able to comment on my blog posts.
    The following message is displayed,
   whenever they try to comment
 * ERROR: JavaScript and Cookies are required in order to post a comment.
 * Please be sure JavaScript and Cookies are enabled in your browser. Then, please
   hit the back button on your browser, and try posting your comment again. (You
   may need to reload the page.)
 * I have checked browser settings, it’s fine.
 * please help
 * regards
    Raf

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Thread Starter [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425101)
 * I also need help to Remove Breadcrumbs from Homepage.
 * I tried from previous queries, but couldn’t find the php line to edit.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425127)
 * [@js](https://wordpress.org/support/users/js/) and cookie error
    not sure if 
   this is theme related error. theme did not control cookie etc on browser.
 * [@breadcrumbs](https://wordpress.org/support/users/breadcrumbs/)
    open lib/functions/
   hook-functions.php edit line 438 $showOnHome = 1; to $showOnHome = 0;
 *  Thread Starter [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425130)
 * Thank you Richie for the super quick response.
 * I couldn’t find this in functions, neeed more help
 * open lib/functions/hook-functions.php edit line 438
    $showOnHome = 1; to $showOnHome
   = 0;
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425135)
 * its mesocolumn/lib/functions/hook-functions.php not mesocolumn/functions.php
 *  Thread Starter [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425141)
 * Hi Richie
 * I found the following code, but $showOnHome not found.
 * /* check parent and child theme for hooks-functions.php */
    if( is_child_theme()&&‘
   mesocolumn’ == get_template() && file_exists( get_stylesheet_directory() . ‘/
   lib/functions/hooks-functions.php’ ) ) { include( get_stylesheet_directory() .‘/
   lib/functions/hooks-functions.php’ ); } else { if ( file_exists( get_template_directory().‘/
   lib/functions/hooks-functions.php’ ) ) { include( get_template_directory() . ‘/
   lib/functions/hooks-functions.php’ ); } }
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425153)
 * again its
    **mesocolumn/lib/functions/hook-functions.php**
 * NOT NOT NOT…
 * **mesocolumn/functions.php**
 * you need ftp access to edit this. not through wp-admin->editor.
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425154)
 * or add this to customizer->general->custom css for simplest solution
 * `body.home #breadcrumbs { display:none !important; }`
 *  Thread Starter [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425161)
 * Thank you Richie!
    Its working
 *  Thread Starter [needitnow](https://wordpress.org/support/users/needitnow/)
 * (@needitnow)
 * [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425162)
 * Resolved

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Error While Commenting on Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mesocolumn/1.6.5.1/screenshot.
   png)
 * MesoColumn
 * [Support Threads](https://wordpress.org/support/theme/mesocolumn/)
 * [Active Topics](https://wordpress.org/support/theme/mesocolumn/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mesocolumn/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mesocolumn/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 9 replies
 * 2 participants
 * Last reply from: [needitnow](https://wordpress.org/support/users/needitnow/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/error-while-commenting-on-posts/#post-7425162)
 * Status: resolved