Hello
I have a gallery page of portfolio items with customised dimensions.
When I have clicked through from there to a 'single portfolio page' and then select a category from the meta under the photo, it selects the elements from that category but displays them on a page with what I think is 'Gallery post type' formatting. The photos are the wrong size and proportions and they are cropped.
In the functions.php I already have ['post-format-image'] set at the size I had wanted, as you can see below.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36 ); // small preview pics eg sidebar news
$avia_config['imgSize']['post-format-image'] = array('width'=>480, 'height'=>726, 'crop'=>false); // big images for post format image and gallery posts
$avia_config['imgSize']['fullsize'] = array('width'=>480, 'height'=>726, 'crop'=>false); // big images for lightbox and portfolio single entries
$avia_config['imgSize']['featured'] = array('width'=>930, 'height'=>340); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['portfolio'] = array('width'=>480, 'height'=>726); // images for portfolio entries (2,3,4 column)
$avia_config['imgSize']['new_portfolio_left'] = array('width'=>480, 'height'=>726, 'crop'=>false); // custom portoflio item page left image
I am a little confused that portfolio items are being pulled into what I think is a post format. Especially when I seem to have changed the sizes for that anyway !
http://emilyzhukov.com/portfolio_entries/sculpture/ here you can see what I am talking about. The images seem tnumbnails created at 480 x 340. They must then be magnified because they look wider than 480 pixels to me. This page also has a sidebar, which only exists on the blog page.
Ideally I would display the chosen category in a way that doesn't crop the photos. Another option I'm considering is removing the meta for portfolio categories that appears below the single portfolio page's photograph.
I've been looking through a bunch of files but it's quite confusing. Are you able to help please.
This is quite possibly a WordPress issue
thanks
Tim














