• My homepage shows a preview of the text in each post, but when I click into any post, there’s no text, just the title. When previewing, I recall being able to navigate through each page while previewing and I can’t seem to do that anymore either – clicking just loads for a second and then nothing happens.

    The only custom CSS I have is font and padding related from a few years ago:

    /* Enter Your Custom CSS Here */
    
    .title-font {
    font-weight: 600!important;
    }
    
    .comment-content {
    font-weight: 600!important;
    }
    
    .title-font,
    #top-menu * {
    font-weight: 600!important;
    }
    #secondary h1.widget-title,
    .mega-container.content .content,
    #colophon,
    .freak .featured-thumb {
    border-color: #6E6E6E!important;
    }
    .postedon .date,
    .single .entry-header-bg {
    background: #6E6E6E !important;
    }
    
    .single .wp-post-image { display: none; }
    
    .entry-title a:hover {
    color: #FF7F50 !important;
    }

    And none of my installed plugins seem related at all. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This is not a CSS issue. Your site is erroring out before finishing the page. You have a coding error somewhere.

    Errors like this are logged. Check the error log on your server. If you can’t find the log, please contact your host.

    Meantime, enable wp_debug and wp_debug_log and after an error, look at wp-content/debug.log to see if anything gets logged there. https://codex.wordpress.org/Debugging_in_WordPress

    You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you cannot access wp-admin, there are other ways to deactivate plugins.

Viewing 1 replies (of 1 total)

The topic ‘Site not loading correctly’ is closed to new replies.