[Support request] Theme Crashed after Moving to Static Page

Home Forums Support [Support request] Theme Crashed after Moving to Static Page

Home Forums Support Theme Crashed after Moving to Static Page

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

    Hello, Recently I moved my blog to a Static Homepage. After that, My Theme getting Crashed and Elements of the Web page are getting misplaced.

    Here is the Screenshot: https://imgur.com/a/LbJNm

    #504715
    Leo
    Staff
    Customer Support

    Hi there,

    I’m not seeing anything unusual from the code stand point.

    Are you using any caching plugins? something like breeze-minification?

    #504875
    MC

    Yes. I Checked everything Buddy.

    Here is what I need to Achieve: https://imgur.com/a/uAshK

    Here is the Custom CSS I’m using. And I can’t hide Posted date also. Both Posted and Updated dates are showing.

    
    body {
        background-color: #ffffff;
        color: #535a5f;
    }
    
    .separate-containers .inside-article {
        box-shadow: 0 0 35px 0 rgba(214, 231, 233, 0.35);
        border: 1px solid rgba(0,0,0,.05);
        border-radius: 3px;
    }
    
    .inside-right-sidebar {
        box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.35);
        border: 1px solid rgba(0,0,0,.05);
        border-radius: 3px;
    }
    
    .comments-area .comments-area{
        box-shadow: 0 0 27px 0 rgba(214, 231, 233, 0.35);
        border: 1px solid rgba(0,0,0,.05);
        border-radius: 3px;
    }
    
    .entry-summary a {
        border-bottom: 2px solid rgba(45, 130, 230, 0.4);
    }
    a, a:visited {
        color: #277ee4;
        text-decoration: none;
    }
    
    .entry-title {
        font-weight: 700;
    }
    
    .posted-on .updated {
        display: block;
    }
    
    a.read-more {
        display: inline-block;
        background: white;
        color: black !important;
        padding: 15px;
        border-radius: 1px;
    		float: right !important;
    }
    
    .cat-links, .tags-links {
        display: none;
    }
    #505267
    Leo
    Staff
    Customer Support

    I’m not seeing the CSS to hide the posted date?

    https://generatepress.com/forums/topic/modified-post-date/#post-171970

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