Adapt theme + Support not open

Home Forums Adapt Theme Support Adapt theme + Support not open

This topic contains 1 reply, has 2 voices, and was last updated by  Wes 1 year ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #983

    turnystudios
    Member

    Hi there,

    I can’t seem to be able to login to the support forums so I thought this would be the next best thing.

    I’ve been using the Adapt theme and customizing it for this site: http://nicole.turnystudios.com/

    I’m running into a couple problems however.
    1) Using the exact same code the homepage portfolio boxes show up and the portfolio page ones are cut off on the right side. Here’s an example: http://nicole.turnystudios.com/boudoir/

    2) The home-feature-1 images crop when a vertical image is set as the feature image but the portfolio page items don’t. Here’s an example: http://nicole.turnystudios.com/commercial/

    Other than that I’m really loving how easy it is to customize this theme!

    Thanks!!

    #984

    Wes
    Moderator

    It looks like you haven’t set an image size for the new version of the portfolio thumbnail you created in your functions.php. It should look something like this –

    add_image_size( 'portfolio-thumbnail', 210, 150, TRUE );

    The images in the adapt portfolio demo show a width of 210px because the portfolio-thumbnail is set in the page_portfolio file. The image size references the code in the functions.php file (just like the code above) .

    Your site shows the images are around 600px in size (the adapt demo has these all set at the same size). So I’m guessing that when you made a duplicate version of the portfolio code, you probably didn’t create the image size in your functions file.

    …..that could explain the 2nd issue as well

    Does that make sense?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.