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

    Hi,

    I want to edit the 404 page, but i don’t know any HTML, can i edit it as i edit the pages?
    please help me.

    Best regards,

    Tommy

    #244134

    Hey Tommy!

    Unfortunately you cannot edit 404 page as normal pages. You are going to need to modify error404.php file inside Enfold/includes folder

    Cheers!
    Yigit

    #244139

    Hi,

    Thanks for your promptly reply.

    If i just want to change the sidebar, to use the same sidebar as i used in my blog, how can i do?

    Thanks and best regards,

    Tommy

    #244452

    Hi!

    Thank you for using the theme!

    If you want the 404 page to show the same sidebar as the blog, please edit 404.php. Find this code on line 39:

    //get the sidebar
    $avia_config['currently_viewing'] = 'page';
    get_sidebar();

    Replace it with this:

    //get the sidebar
    $avia_config['currently_viewing'] = 'blog';
    get_sidebar();

    Add widgets on the Sidebar: Blog widget area located on Appearance > Widgets. I hope this helps.

    Best regards,
    Ismael

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