Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #324025

    Hello,

    I am wondering how I might set the 404 error page to be full width, without any sidebars. I am currently using the plugin ‘Custom 404 Error Page’ which allows you to use any page as the 404 page but the standard 404 layout messes it up. I tried to edit the 404.php but couldn’t get it right.

    I have included a sample page to show the issue.

    Thanks.

    #324345

    Hi Neil!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #324428

    Thanks Yigit, but that did not seem to work. I created a custom page for the 404 and instead of showing a full screen background for the color section it always reverts back to a 180 X 180 square regardless of the size I state.

    #324434

    Hey!

    Please add following code to Quick CSS as well and change the link to your image

    .error404 div#av_section_1 {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
    background-size: cover!important;
    }

    make sure background image is big enough to cover the page

    Best regards,
    Yigit

    #324447

    Still nothing. would it help If I provided back end access?

    #324450

    Hey!

    Yes it would. Please post the link of the image you would like to use as well

    Cheers!
    Yigit

    #324455
    This reply has been marked as private.
    #324458

    Hi!

    Can you provide “Authorization code” as well?

    Regards,
    Yigit

    #324470
    This reply has been marked as private.
    #324475

    Hey!

    Can you please change user role to administrator, so we can apply custom CSS code?

    Best regards,
    Yigit

    #324481
    This reply has been marked as private.
    #324485

    Hi!

    It does seem to work fine on my end – http://i.imgur.com/CNyrzwG.jpg
    Please flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #324492

    I see it now, but there are two white bars still present at the top and the bottom. any ideas on getting rid of those?

    #324493

    Hi!

    Please add following code to Quick CSS as well

    .error404 #main, .error404 #after_section_1 {
    display: none !important;
    }

    Best regards,
    Yigit

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