• Resolved philipwhitford

    (@philipwhitford)


    To start off i love this theme and that is why i trying to stick with it and get this resolved.

    I basically want a static homepage, with select posts, then a blog page with all the posts.

    The problem is when i use the ‘posts in page’ plugin all formatting seems to go out the window. I don’t even get to to see the image. I have tried following these guides and still had no luck. I don’t seem to be starting off at the right place as those guys are seeing the feature image etc. where as i don’t even get that. I have tried amending style sheet/ function page with all the bits of advice but it wont change anything. I have just deleted everything and went back to default and still the same lol.

    Any advice would be great.

    Phil

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Phil,

    I just checked out the site and I’m seeing posts listed successfully on the Home page and the Marketing Blog page. Have you found a method already that is working well for your site?

    When you’re making CSS changes and you don’t see any updates to your site, this is often due to caching. If you have a caching plugin active on your site, make sure to empty the cache after making any changes to force them to show up on the site.

    Thread Starter philipwhitford

    (@philipwhitford)

    Gave it one more go and seem to have got somewhere with it! Only issue being the black box under the white segment on the first post on the homepage? cCan’t seem to shift it! Otherwise we are nearly there!

    Thread Starter philipwhitford

    (@philipwhitford)

    Should have included this.. this is my additional css to date:

    .home .entry {
      width: 100%; 
      background: none;
      padding-top: 0;
    }
    .home .entry-header {
      display: none; 
    }
    .home .entry-container {
      padding: 0 !important;
    }
    .home .entry-content {
      margin-top: 0; 
    }
    .home .site-header {
      padding-left: 0; 
      padding-right: 0; 
    }
    .page-id-447 .entry-container {
      padding: 5.55% !important;
    }
    .singular .excerpt .featured-image {
      margin: 0 !important;
    }
    .singular .excerpt a {
      text-decoration: none !important;
    	margin: 0 !important;
    }
    .singular article .excerpt:nth-child(even) .excerpt-container {
      float: right;
    }
    .singular article .excerpt:nth-child(even) .featured-image {
      right: auto;
      left: -1px;
    }
    
    
    Theme Author Ben Sibley

    (@bensibley)

    Sweet thanks for posting that for everyone.

    Here’s the last bit of CSS you need to fix the space below the white background of the posts:

    .home .entry {
      padding-bottom: 0;
    }
    Thread Starter philipwhitford

    (@philipwhitford)

    Fantastic! Cheers for your help! Just love the simple style of this theme!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome, glad I could help ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Home Page and Seperate Blog Page’ is closed to new replies.