-
AuthorPosts
-
May 31, 2013 at 5:19 pm #24142
So…i’ve done everything I could to get this portfolio looking right.
The thumbnails pictures are at 180 x 180.
I put this code
[av_portfolio categories='11' columns='4' items='8' contents='title' preview_mode='custom' image_size='no scaling' linking='' sort='yes' paginate='yes']
AND the image sizes are still bigger than 180×180…. whats the ‘no scaling’ for then?…..this is crazy.
Help please.
June 1, 2013 at 5:23 am #122512Hi,
It is because they are inheriting the size of the columns. If you want to change the portfolio thumbnails, you can edit functions.php then find this code
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Change the size then regenerate the thumbnails. You need to edit the size of the columns via CSS. Can you give us a screenshot of what you are trying to accomplish? You can send an image using clipular, dropbox, mediafire etc.
Regards,
Ismael
June 1, 2013 at 9:25 pm #122513I did that change
Right now it’s
http://i42.tinypic.com/34nnm1s.jpg
And i want it to be something like this
http://i43.tinypic.com/2a0jhn7.jpg
way smaller…..i did the change you said and nothing….is there a support e-mail so maybe i can share an admin/pass for these changes to be made?
Thank you so much.
June 3, 2013 at 12:12 pm #122514Hi jomcot,
If you can share the url here (use something like http://goo.gl/ to create a temporary url) we can inspect the code and see what you have now.
You may need to use something like http://wordpress.org/extend/plugins/simple-image-sizes/ and change the image size in addition to regenerating your image sizes (which *must* be done after making any change to thumbnail sizes).
Regards,
Devin
June 4, 2013 at 2:57 pm #122515Hello, this is the url http://goo.gl/Ul9XJ
and i’m already using simple image size….but i must be doing something wrong i guess….please help, thank you.
June 4, 2013 at 5:05 pm #122516The thumbnail doesn’t determine the size of the grid, the column count does.
You need to use larger images that can be shrunken down so that there is no crop or anything like that. For example the new image for “Rob Wolf” is 225×296, if it was 257 wide to start with it wouldn’t be increased in size to fit the space (keeping the same proportions to give you the portrait effect).
-
AuthorPosts
- The topic ‘Portfolio Driving me nuts…thumbnail’ is closed to new replies.