-
AuthorPosts
-
May 6, 2014 at 6:53 pm #260898
I have a portfolio section on my website that i have broken down into categories.
Products Section – http://www.zeutscheluk.co.uk/?page_id=2270
This works great but the issue i have is that when you click on the category you want to view the products that appear are all different sizes and there is no sidebar.
For example – Book Scanners Section – http://www.zeutscheluk.co.uk/?portfolio_entries=book-scanners
Any ideas….
May 8, 2014 at 8:13 am #261677Hey masseyn!
The guideline is that the featured image must to be bigger than the defined thumbnail size or it must at least equal the thumbnail size. I.e. the portfolio thumbnail size is defined in functions.php with
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Some of your images (i.e.: http://www.zeutscheluk.co.uk/wp-content/uploads/2014/04/OS12002_advanced_plus-280×400.jpg or http://www.zeutscheluk.co.uk/wp-content/uploads/2013/11/OS12002_comfort-280×400.jpg ) are smaller than the thumbnail size of 495 x 400 and thus wordpress won’t resize (and crop) them. WordPress won’t upscale the images but it will only crop/shrink images if they’re bigger than the defined thumbnail dimensions.
You’ve 2 options:
1) Upload bigger images with a dimension of at least 495x400px
2) Change the thumbnail size (with i.e. http://wordpress.org/plugins/simple-image-sizes/ ) and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/ – make sure that the thumbnail size is 280×400.
Regards,
PeterMay 8, 2014 at 9:38 am #261693Hello,
I know it’s offtopic.
I love the way you’ve structured your catalog. How is this done? I mean is this a page with portfolio gallery, which links into galleries? I don’t know the difference between a “page” with gallery inside, or portfolio items.Thank you.
May 9, 2014 at 7:14 am #262173Hey!
For the above page that is a regular page with images set as links inside of columns to set up the layout.
Best regards,
Devin -
AuthorPosts
- You must be logged in to reply to this topic.