• yashbee

    (@yashbee)


    [ Moved to the Fixing WordPress sub-forum. ]

    For some reason, some pages (including homepage) of one of my WP sites (maheshseva.com) are loading only partially. Same theme, with same WP version with same settings and plugins is working fine on my local server. I have tried re-uploading the theme, but no use.
    When checked the source code in the browser, it also is not loading fully. Please help. Please tell me whatever information you need to solve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • pxforti

    (@pxforti)

    Looks like the text is there, but it’s the same color as the background.

    Change the text to white and you’ll see it. Or, select the blank area and you’ll see it.

    Thread Starter yashbee

    (@yashbee)

    @pxforti
    Yes, I am aware of the text being there. But there is more content on the right column than what is being loaded. Also, the background color is white and looks fine on my local machine.

    Thread Starter yashbee

    (@yashbee)

    The problem seems to be in this part of the code:

    <?php
    
        $args = array(
            'post_type' => 'family-members',
            'posts_per_page' => -1
        );
        
        $the_query = new WP_Query( $args );
    
    ?>
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Some pages not loading fully’ is closed to new replies.