forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: riyahfinessence on July 06, 2010, 12:41:49 am

Title: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: riyahfinessence on July 06, 2010, 12:41:49 am
Hi  ;D My problem is that I set my items in filmstrip to five, but not all thumbnails are fitting.  They did before I updated to 1.5.6 a few days ago. But when I did update it changed.  I did everything in the manual to update my 1.4.x theme.  I went over it one billion times lol 

The table cuts the 5th thumbnail off and although the thumbnails are not the same size they used to have an even amount of space between them but now they don't.  I've included a screenshot (with arrows) and my gallery is http://www.riyahfinessence.net/riyahgallery/index.php

I hope this is the right place to post this. Wasn't sure if this should be in themes...
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: Joe Carver on July 06, 2010, 12:52:48 am
Have you tried adjusting the settings in:

Config >> Album list view >> Width of the main table
and/or
Config >> Image view >> Width of the table for file display
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: riyahfinessence on July 06, 2010, 01:02:08 am
I just tried both and nope...yes the tables expanded but it seems like some other "width" is set smaller within the table...
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: Αndré on July 06, 2010, 11:22:13 am
The film strip width is calculated in that way:
Code: [Select]
$CONFIG['max_film_strip_items'] * ( $CONFIG['thumb_width'] + 4 )
If you decrease the padding for
Quote
.thumb {
height:100px;
margin-left:75px;
padding:5px;
}
(to e.g. 2px) it should work.
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: riyahfinessence on July 06, 2010, 04:49:09 pm
thanks! that worked, but they're off to the side (left). any idea how i can center them? thanks...
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: Αndré on July 06, 2010, 05:21:17 pm
Please have a look at this (http://documentation.coppermine-gallery.net/en/dev_tools.htm#dev_tools_web_development). I also recognized, that your prev/next buttons in the film strip aren't visible. Maybe it's related to your non-centered film strip issue.
Title: Re: Film Strip Thumbnails Under Intermediate Image Not Fitting All of Thumbnails
Post by: riyahfinessence on July 06, 2010, 05:31:10 pm
okay, thanks :)