Error While Commenting on Posts
-
I also need help to Remove Breadcrumbs from Homepage.
I tried from previous queries, but couldn’t find the php line to edit.
@js and cookie error
not sure if this is theme related error. theme did not control cookie etc on browser.@breadcrumbs
open lib/functions/hook-functions.php edit line 438
$showOnHome = 1;
to
$showOnHome = 0;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;its mesocolumn/lib/functions/hook-functions.php not mesocolumn/functions.php
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’ );
}
}again its
mesocolumn/lib/functions/hook-functions.phpNOT NOT NOT…
mesocolumn/functions.php
you need ftp access to edit this. not through wp-admin->editor.
or add this to customizer->general->custom css for simplest solution
body.home #breadcrumbs { display:none !important; }Thank you Richie!
Its workingResolved
The topic ‘Error While Commenting on Posts’ is closed to new replies.

(@needitnow)
10 years ago
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