Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums WordPress Themes Elvyre – Retina Ready WordPress Theme Portfolio crops my images in the "classic" pages Reply To: Portfolio crops my images in the "classic" pages

#3312
Vladimir
Keymaster

Hi Julien,

You can change cropping in code. I suggest that you create Child theme first and follow instructions for overriding Content Manager elements (Documentation -> Customizations -> Customizing Content Elements).

After that you can modify your “portfolio / portfolio.php” on line 66:

$params = array('width' => 584);

and line 68:

$params = array('width' => 1168);

You can change this directly in theme (“wp-content / plugins / elvyre-core / includes / content-manager/ portfolio / portfolio.php) which I don’t recommend because you won’t be able to update theme without loosing modifications.

Vladimir