Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990933
    Christopher
    Moderator

    Hi there,

    I’m sorry it didn’t help. I would like to check WP dashboard again but provided credentials no longer work.

    Thanks.

    #991650
    legalfab
    Participant

    Does the credential work now?

    #991915
    Rad
    Moderator

    Hi there,

    Yes it works now, please follow the fix here https://community.theme.co/forums/topic/header-issues-underline-issue-on-edge/#post-881406

    And you will be replacing these lines,

    $wp_query->is_404            = false;
    $wp_query->is_page           = true;

    with these lines,

    $wp_query->is_404            = false;
    $wp_query->is_page           = true;
    $wp_query->is_singular       = true;

    Actually, we just added a line of code on the provided code on that thread 🙂

    Thanks, that should fix it 🙂 Cheers!

    #992237
    legalfab
    Participant

    Hi! I copied the entire code into my custom 404 and the entire add-on disappear after the error message – not a valid plugin header shows up.

    #992238
    legalfab
    Participant

    SOS

    #992253
    legalfab
    Participant

    Works now. Had to edit the output file instead. Thanks a million for all your help!

    #992328
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-897876 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>