Missing page content

Home Forums Jevelin Theme Missing page content

Home Forums Jevelin Theme Missing page content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • agphotography
    Participant

    I’m having a problem when setting up new pages.

     

    After adding content, it doesn’t appear when uploaded. All I see is the header and the footer.

     

    http://angelagilesphotography.com/real-estate-photography/

    Hi @agphotography,

     

    Sorry to hear of the problem you are having.

     

    It seems this is happening on your shared site due to the following custom CSS code used in the site.

     

    #wrapper .sh-page-layout-default {
        display: none;
    }

     

    To resolve the issue either remove the above CSS code from your site or add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #wrapper .sh-page-layout-default {
        display: block !important;
    }

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)