I switched from Abundance to Replete because the portfolio but I am not able to set it like I want.
I want to set some size for picture. I tried with the "Simple Image Size" plug-in but and "Regenerate Thumbnails" that
nothing working right (change de image size but not the display size). Finally, after searching the forum, I tried to
modify the functions.php but it work just a little better (but not right).
In addition, the "Responsive Layout" seems to enlarge or upscales images (by blurring them)
that is confusing. So, after a few nights to try, I have some questions for you:
----------------------------------------------------------------------------------------------------
1- Is it possible to prevent the enlarging (and bluring) of portfolio thumbnail and big picture ? (reducing images
size are ok, but not enlarging them; everything becomes blurred)
If not, is it possible to keep the responsive layout for the website but desactivate it into the portfolio page ?
----------------------------------------------------------------------------------------------------
2- Because I have some images not available larger or because copyright, I can not display
very big image. I would like to display the big portfolio images to something like 500 pixels wide maximum
and 500 pixels height maximum, so, rectangular horizontal will be something like 500x300 and
rectangular vertical image will be something like 300x500.
I was able to do the first part (horizontal image at 300x300) but I am not able to restrict the vertical image to 500 height max ...
I used these settings in config.php:
$avia_config['imgSize']['fullsize'] = array('width'=>500, 'height'=>500, 'crop'=>false); // big images for lightbox and portfolio single entries
(work only in non responsive layout...)
I also tried this for the thumbnails:
$avia_config['imgSize']['portfolio_small'] = array('width'=>75, 'height'=>75 ); // images for portfolio 4 columns
But I never obtain the right size ! (I obtain something like 220 x 220px ?)
----------------------------------------------------------------------------------------------------
3- I was wondering if there a better way to create portfolio faster than creating a "portfolio item" for each photo.
This is rather long if the portfolio is large ...
----------------------------------------------------------------------------------------------------
Can someone explain how the portfolio work ?
Thanks !
Alain














