Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #475285

    I’ve done some searching and I can’t find a way to customize my 404 not_found page without changing code in the php file (I’m not comfortable doing that) or using a plugin but I need to know if maybe I just haven’t found the right solution?

    This is my biggest problem: When the not_found page comes up, it shows ALL of my pages, including pages that should only be available to certain people i.e. those that sign up for my email list and get to that link specifically. If I can’t easily customize this page, can I at least take these pages out or hide them from the page listing that shows up on the sidebar??

    #475549

    Hey Julie!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #479933

    Weird, I posted a response a week ago but it never showed up. No wonder no one responded …

    I posted the link in the private content section.

    There are sidebars that have links to pages I DO NOT want people to see! (There are screenshots in the initial request for support above)

    #480261

    Hi!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove sidebar on error 404 page

    .error404 .sidebar,.search .sidebar { display: none !important; }
    .error404 .content,.search .content { width: 100% !important;  border: none; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.