Viewing 15 replies - 1 through 15 (of 26 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    What’s not working? When I load your blog I see the posts in a grid.

    Thread Starter Jack

    (@moxie)

    Just like on the category pages and archive pages it should have one full width post and then the grid.

    Hello i′m having the same issue, its not working, it would be great if works to my jobs,

    i′m using WordPress 3.9 – Modern Portfolio Pro Theme.

    To watch the issue here: https://www.screenr.com/nwgN

    Thanks!

    Plugin Author Bill Erickson

    (@billerickson)

    There’s two possible issues, both caused by your theme (not this plugin).

    1. You don’t have column classes in your CSS. It should be included in all Genesis child themes, but there’s a chance it might not be in your theme. Open your style.css file and search for one-half. If nothing comes up, you’re missing this section: https://gist.github.com/4198285 This seems to be the issue with Andre’s site since all the posts are full width.

    2. You have more specific styles that are breaking the CSS. This is most often caused by not using border-box as the box-sizing and then adding padding to the individual entries. If you’re using content-box (the default), when you define a width, the ACTUAL width is your width + padding. With border-box, the actual width is your defined width + padding, so usable width is less. IE: if I say width: 200px, padding-right: 10px; the usable area with content-box is 200px, with border-box is 190px. This is typically the issue if you see your posts showing up small but not actually floating next to each other correctly.

    Thread Starter Jack

    (@moxie)

    Hi Bill,

    I will check with Eric from Dynamic Website Builder, because both points you suggest don’t apply to my website.

    I found the one-half here in Media Queries:

    [ 2,096 lines of CSS moderated. Either use pastebin.com or just post a link to the CSS directly. ]

    Neither seem to apply to my site. Everything was fine before. It’s only my front page suffering this issue. There must be something else to it?

    thanks ??

    Since the previous version worked fine, does anyone know where I can download it? thanks ??

    Found the 1.2 version and reverted..all is normal again ?? Why would this thread be marked resolved when it clearly is not?

    I’ll look for version 1.2 too. I’m having the same problem – it was working absolutely beautifully until I upgraded!

    Thanks! That set everything right again.

    Awesome. It’s plain to see it’s the plugin no? ?? have a great day!

    Well, it’s definitely that the upgrade and my child theme aren’t playing well together, anyway! I’m not sure which it is, but needed a quick fix and reverting to the older version was the quickest way to take care of it.

    I really love the way this plugin looks on the sidebar. Thanks Bill!

    I’m using Lifestyle Pro, I love the plugin also. Hope whatever it is will be figured out soon:)

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Not working on homepage / blog’ is closed to new replies.