Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197749
    oldOtter
    Participant

    Hey guys,

    I have a custom 404 page using your extension. I just noticed that the breadcrumb shows the title of my most current blog post, and not the 404 Page Title “404 Page Not Found”. Any way I can change this or turn off breadcrumbs for just this page?

    Thanks,
    T.J.

    #1198131
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1200738
    oldOtter
    Participant
    This reply has been marked as private.
    #1200792
    Rupok
    Member

    Hi there,

    Perhaps you are using custom login URL so can’t login to your site using the usual paths. Let’s provide us the login path so that we can check seems your site is under construction mode.

    Meantime you can add this under Custom > CSS in the Customizer.

    .error404 .x-breadcrumbs-wrap {
      display: none;
    }

    Hope this helps.

    #1200837
    oldOtter
    Participant
    This reply has been marked as private.
    #1201063
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-509322 .delimiter, .page-id-509322 .current {
        display: none;
    }
    

    Hope that helps.

    #1201126
    oldOtter
    Participant

    That kind of worked. It now just shows the HOME icon. Which is acceptable. But, I would like it to show THIS page’s name, “Page Not Found 404”. Is that possible?

    #1201514
    Rupok
    Member

    Hi there,

    I can help with that. Let’s remove the CSS and add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) { 
      $('.page-id-509322 .current').text("Page Not Found 404"); 
    } );

    Hope this helps.

    #1202214
    oldOtter
    Participant

    That is what I was after. Thank you for the help!

    #1202266
    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-1197749 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>