Member
Member
mensur   2010-08-25, 12:59
#1

I love this theme but it's been a lot more difficult than I expected to increase the size of the main image being viewed from 500px to 700px. Doing so has caused a number of other issues which I have eventually figured out but one still remains.

I have sub galleries which now due to other things I've had to change have a wider cell size for the thumbnailed images than the images themselves. The images are 267x100 and I can't find any place to change this. There are settings in gallery.php and search.php for 267x100 which I changed. This changed the size of the thumbs on the main page but not in subfolders.

Can anyone tell me how to change this?

Here is the site:

http://markwiles.com (contains some nsfw material)

And here is an example of a gallery where the issue occurs:

http://markwiles.com/Travel/ (sfw)

Member
Member
mensur   2010-08-25, 13:00
#2

I love this theme but it's been a lot more difficult than I expected to increase the size of the main image being viewed from 500px to 700px. Doing so has caused a number of other issues which I have eventually figured out but one still remains.

I have sub galleries which now due to other things I've had to change have a wider cell size for the thumbnailed images than the images themselves. The images are 267x100 and I can't find any place to change this. There are settings in gallery.php and search.php for 267x100 which I changed. This changed the size of the thumbs on the main page but not in subfolders.

Can anyone tell me how to change this?

Here is the site:

http://markwiles.com (contains some nsfw material)

And here is an example of a gallery where the issue occurs:

http://markwiles.com/Travel/ (sfw)

Member
Member
mensur   2010-08-25, 13:00
#3

Crap, sorry for the double post!

Administrator
Administrator
acrylian   2010-08-25, 14:34
#4

I am not familiar with this theme but generally you have to look on album.php as well (goog time to read the theming tutorial by now...;-)).

Member
Member
NaturalEnquirer   2010-08-25, 15:25
#5

I also had to look hard to find easy way to increase final image size. And it's not in album.php like you'd expect. Once I found it, it's very easy. Look in the header.php file.

`

`
e.g. in my case I was ok with 500 pixel size for images on album pages, but wanted a larger image on the image pages so I changed the 500 to 640, e.g.

As to changing album thumbsize, I think you'll have to edit the album.php file. E.g. change the following line to your preferred dimensions.

`
">

`
If you change the width from original 267 which I didn't, you'll also have to go to the screen.css file and change the block size (add 6 pixels to your image's size):

div#album-wrap ul li{width:273px;display:block;float:left; margin:10px 20px 10px 0; padding:0;list-style-type:none; background:none;}
Hope this steers you in right direction.

Member
Member
mensur   2010-08-27, 14:40
#6

Thanks, perhaps I entered the code at the wrong space in album.php but lots of php errors. I'm a sysadmin so I'm not computer illiterate but I know basically nothing about coding.

I was able to change the settings in header.php before making my first post but it's all the changes that occurred as a result of that which I am having problems with.

I had to widen the entire page

This caused the album thumbs to be shifted to the right instead of centered. Though centering them would have been a simpler fix, I prefer them larger.

So, I increased the size of the album thumbs but it appears to have only been effective on the main page.

Member
Member
mensur   2010-08-27, 19:51
#7

Also, somewhere I lost random thumbs for subgalleries and now have fixed ones. What did I mess up?

Member
Member
sbillard   2010-08-27, 20:50
#8

Please remember to use Zenphoto terminology. We do not have "subgalleries", just your gallery and its albums. Anyway, check the album option for thumbnails and be sure it is set to "random"

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.