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

#3325
Vladimir
Keymaster

Hi,

You are right. Image on Portfolio element doesn’t load full size image, on Portfolio page it does.

Here is how this can be changed:

Open “wp-content / plugins / elvyre-core / includes / content-manager/ portfolio / portfolio.php” and change line 64 from:

$image = wp_get_attachment_image_src($images[0], 'large');

to

$image = wp_get_attachment_image_src($images[0], 'full');

I didn’t understand right what was the issue so you can ignore my reply above.