• Resolved needitnow

    (@needitnow)


    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

    (@needitnow)

    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

    (@rkcorp)

    @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;

    Thread Starter needitnow

    (@needitnow)

    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

    (@rkcorp)

    its mesocolumn/lib/functions/hook-functions.php not mesocolumn/functions.php

    Thread Starter needitnow

    (@needitnow)

    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

    (@rkcorp)

    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

    (@rkcorp)

    or add this to customizer->general->custom css for simplest solution

    body.home #breadcrumbs { display:none !important; }

    Thread Starter needitnow

    (@needitnow)

    Thank you Richie!
    Its working

    Thread Starter needitnow

    (@needitnow)

    Resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Error While Commenting on Posts’ is closed to new replies.