Homepage › Community Forums › Ally Theme Support › Portfolio Page Layouts Odd
Tagged: portfolio
http://www.tcgihost.com/~miernikd/art-for-sale/
As I’m adding posts to the category that populates the portfolio page, strange things happen with the layout of the posts listed on the portfolio page. This changes with the number of posts that are displayed. It looks like there is a strange behavior with the post-listings floating right and problems with divs clearing the way they should. But these all show to be set to float left in Firebug. With certain numbers of posts displaying, all appears fine.
Is this a known issue? I’m using Genisis 1.9.1
No this doesn’t appear to be an issue with the theme itself as you can see its working fine here – http://demo.appfinite.com/ally/portfolio/ and I can’t replicate the issue on my local install. I would double check any custom code that you’ve created (css, html, etc).
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Well, if you run into it again with anyone else, I think it’s an issue related the height of the divs and possibly tied to the number of characters or words in the content that’s restricted.
I added #content .portfolio {height: 325px} and that fixed it, at least for now. I’ll watch.
Thanks for pointing that out. I’ll run it by Wes to see if we need to make some edits to the css.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Hi, I think I might be having this same problem. On my portfolio page, the layout of my image thumbnails gets thrown off for some reason. I had not changed anything in the CSS or functions or template page at the time (now I have). There should be 4 columns but sometimes, various rows only have 1 or 2 images while the next row will have all 4.
I installed the Genesis Grid plugin and that seemed to fix the problem. But, I don’t want my Blog page to be in a grid format, so I am not sure what to do. I can’t share the site publicly just yet as I am not finished with it and it is password protected. For the moment, I am simply trying to figure out how to turn off the genesis grid on just my blog/news page.
Thanks!
My link above should be updated as the site is live: http://www.miernikdesign.com/hot-rod-art-for-sale/
Just out of curiosity, if you add
#content .portfolio {height: 325px}
to your style.css file, does that fix it? (You might need a different pixel height…also I don’t know what other ramifications that might cause but it worked for my needs).
Yay! Thank you. That worked. I had to make the height 500px because I changed my thumbnail size, but it worked. Thanks for taking the time to let me know that. I appreciate it and you saved me SO much time trying to figure it out.
Also, I had to add the #content.portfolio {height: 100%} in the Responsive section.
