Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   4 columns grid view (http://forum.bytesforall.com/showthread.php?t=11728)

bender57 Dec 14, 2010 09:08 AM

4 columns grid view
 
Hi,

after reading (and failing) topics on 2 columns grid posts, I am looking for a way to implement a 4 columns grid view.

My ultimate goal is to build a similar layout than : http://photojojo.com/store/



Materials I've found on Internet:
- http://www.transformationpowertools....sts-grid-style

My questions are :
- Where to add the code ?
- How to avoid the full size pictures of the post and only the excerpt?

Thanks a lot for sharing your knowledge with a small-potatoe. :p

bender57 Dec 15, 2010 02:07 AM

I managed to find a solution but generating another issue:

IN POST CONTAINER :
HTML Code:

display: inline-block;
width: 200px;

Result:
http://kamenwong.com/testsite/

HOWEVER, when I click on the post, I style have to width of 200 px !

How to specify a post style for homepage and posts pages?

Thanks a lot !:)

bender57 Dec 15, 2010 02:59 AM

Unbelievable, I've found the solution by myself but happy to share !

in ATO > style POST / CONTAINER > POST CONTAINER

HTML Code:

<?php if( is_home() ) { ?>
width: 200px;
display: inline-block;
<?php } ?> 

I love this theme !:p

aravere Mar 9, 2011 09:31 AM

Will this approach allow me to achieve the different sections as shown in green as shown here? http://forum.bytesforall.com/attachm...1&d=1299688120

I want to be able to divide the post window into sections to list different items.

Thanks for any clarification, and how-to help.

cafemag Mar 21, 2011 05:08 PM

i tried this and I have albums inserted into a page from NextGEN Gallery.. right now its just showing them in one single column and its going off my page as well. I just want to show this in s 3-4 column grid with only 6 thumbnails per pagination page.. this is really annoying that this cant be easily done..

cafemag Mar 21, 2011 06:58 PM

Hey anyone out there?? I am about to move away from this theme because after all the work I put into making a horizontal dropline menu.. i find out the body only is one column and I cant make a portfolio page with thumbnails in a 3 column grid with pagination after 6 thumbnails per page..

anyone have an answer for this.. seems this has been going on two years now and the solutions are thin

cafemag Apr 1, 2011 11:32 AM

BUMP this for some help!!

harpek Aug 20, 2012 11:45 AM

Quote:

Originally Posted by bender57 (Post 52175)
in ATO > style POST / CONTAINER > POST CONTAINER
HTML Code:

<?php if( is_home() ) { ?>
width: 200px;
display: inline-block;
<?php } ?> 


I just had to update this thread... I am using Atahualpa 3.7.7 and discovered that this awesome solution wasn't working until I removed the php brackets, just leaving the width and display parameters. Below is my code: also in ATO - POST CONTAINER, I pasted this:

HTML Code:

width: 155px;
display: inline-block;
margin: 0px 31px 31px 0;

...and bingo, bango—it works! Check it out at http://kemeya.com/design

cognosco Aug 31, 2012 05:42 PM

Thanks for the update!

This is exactly what I was searching. I only have one problem: my posts are also in a small column now. I only would like to have those small columns on the homepage and categorie pages, but not in a single post page. How could I solve this?

harpek Feb 27, 2013 01:36 PM

Hey Cognosco—I found the same to be true on my site (re: narrow post pages). I don't know the solution :-(

juggledad Feb 27, 2013 02:00 PM

harpek: what is teh url?


All times are GMT -6. The time now is 11:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.