OK Eliott I honestly tried really hard on my own to get this. The code you provided me with to resize the full size post full image works awesome and I now have a perfect full size version. In case others may want to know This is the code to edit provided by our code ninja elliott:
/wp-content/themes/awake/lib/includes/template-portfolio-single.php on line 41,
$portfolio_full = webtreats_image_resize($height=516,$width=882,$portfolio_full); ?>
What I really was trying to do was to re-size the portfolio post image with side bar size. (in this case I of course have the normal blog layout option checked so I can have the side bar on some posts) It defaults to 240(h)x582(w) which I would like to change.
I tried to just edit the height in line 53 in Awake/single.php but that just removed the bottom of the picture frame and the image not resizing in height as I asked it to, but I suspect I was playing with the wrong file. so I restored my modification there so it's back to normal.
This should be my last change I need to make for some time till I get to the lightbox behavior once the blog is built.
Cheers,
Mike.













