All pages except homepage gone

Home Support Medical Way All pages except homepage gone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11273
    Anonymous
    Inactive

    I went onto the website I’m building and we really like the theme but now none of the pages besides the homepage are showing up. I used Elementor to build the other pages and they worked but now they’re all blank.
    I tried creating a new page without Elementor but it’s still showing up blank. The website is http://www.azpatientsafety.org/

    #11280
    nirav
    Keymaster

    Hello kduncan,

    Greetings of the day!

    Thank you for using our theme.

    We have reviewed your site and it seems that content is already loaded.
    You have added custom CSS to hide the content area.
    The below code cause the issue.

    #content {
        display: none;
    }

    You can either remove the above code or add new code to custom CSS area.

    To add new code follow the below steps.
    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”.
    3) Paste the below code in “Additional CSS” and save it afterward:

    #content {
        display: block;
    }

    Hope it will work for you.

    Thank you

    • This reply was modified 5 years ago by nirav.
    #11282
    Anonymous
    Inactive

    Don’t know how that code got there! Perfect now, thanks so much!!

    #11305
    nirav
    Keymaster

    Hello kduncan,

    Thank you so much for your kind words of appreciation!

    We are happy to help you. Feel free to contact us if you need further help.

    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘All pages except homepage gone’ is closed to new replies.