By Atomsk on
Hi,
I'm pulling my hair out over an issue I am having with what I thought would be a simple think. I am using Views along with CCK, Imagecache, Lightbox2, & Taxonomy to create a few image galleries. I set the view to display 16 items per page in a 4x4 grid. The problem I am having is that it is displaying way more than 16 items, and the grid is all out of alignment. Here is a pic of my view setup, and here is how the gallery comes out. I've been round and round with it and not made any progress.
Thanks!
Comments
Your views settings look
Your views settings look correct. Have you checked if your theme is adding any css that may be affecting your views grid? If you still can't figure it out, feel free to post a link to your site so I can take a look at the output.
I've dug through the CSS and
I've dug through the CSS and can't seem to find anything myself. Here is a link to one of the galleries http://www.eaglemountainguideservice.com/?q=fishgal
Looks a little different than the screenshot because I have since set table width to 100%
Thank you again!
I took a look and changing
I took a look and changing the css won't do anything since there are some problems with the views settings.
The first thing that I noticed was that there was almost 40 pictures on the page, instead of the 16 that you wanted for the 4x4 grid. Double check that your settings are being applied to the correct display on the view. Also, check the settings on the grid layout (the css I looked at is definitely for a grid, so that's right :) ):
-"Fill up single line" should be checked
-horizontal alignment
-Number of columns should be 4
The page display has all the
The page display has all the same settings as default. I double checked the grid settings (here), and everything seems to be correct other than I don't see the "fill up single line" option
Anyone else have any ideas?
Anyone else have any ideas? I am still struggling with this
Do you have more than one
Do you have more than one image per node? Your views setting that limits the view to 16 actually limits the view to 16 nodes, if I'm not mistaken. If you have multiple uploads per nodes, then more than 16 images will display.
Anthony Pero
Project Lead
Virtuosic Media
http://www.virtuosic.me/
If that is the case it could
If that is the case it could be the problem. They are attaching multiple images to each node.
Will do some testing and see if it works.
Thanks!
That did it! Thank you thank
That did it!
Thank you thank you thank you so much
Also, what is the purpose of
Also, what is the purpose of the Relationship Content:Image... how are you using that relationship?
Anthony Pero
Project Lead
Virtuosic Media
http://www.virtuosic.me/
Nothing really, it was me
Nothing really, it was me trying completely random things to see if they had any effect