ThemeForest

PhotoPurePress - WordPress for Photographers

My photo slider is not working in Opera. How can I fix it?

To fix opera bug, open style.css, search for #slideshow ul and change it to #slideshow ul { padding-left:225px; width:32500px; list-style: none; }

How can I change thumbnails size?

By default, container of thumbnails is 940px wide. So 3 rows of thumbs, each 280px + 10px margin. If you want to change size of thumbnail, you need to do the math or just experiment. So what you have to change. First. Open index.php and look for line with “h=280&w=280&zc=1” These are parametrs for timThumb script, to resize images. As you probably guess, h is for height, w is for width. Just change it to your values. Do the same with ” width=”280px” height=”280px” ” which are in the same line. Now open style.css in main directory, and look for .thumb { width:280px; ... } change it to the same value as for timthumb script. That’s all! You can also play with margin and padding to fit new thumbs in your page.

if you’re using WP thumbs you need to open purepress-function.php from backend folder, and look for line set_post_thumbnail_size(280, 280, true); and change values. Probably you will need also generate new thumbs or use some plugin for thumbnails regeneration.

by
by
by
by
by