Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335322

    On the ‘../portfolio-item/page – the image shown (from the feature image of that item) is not the full image but a thumbnail (x321) version. How do we change this so that the full feature image is shown and not some half hacked thumbnail image?

    Thanks.

    #1335361

    Hey Cactusman07,

    Thank you for the inquiry.

    To change the thumbnail, you have to modify the single-portfolio.php file and look for this code around line 29.

     $avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
                        get_template_part( 'includes/loop', 'portfolio-single' );
    

    Replace “entry_with_sidebar” with “full”. You can also adjust the default size of the “entry_with_sidebar” thumbnail using the Simple Image Sizes plugin.

    Best regards,
    Ismael

      #1335364

      Awesome, thanks.

      #1335366

      Hi,

      Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

      Best regards,
      Rikard

    Viewing 4 posts - 1 through 4 (of 4 total)
    • You must be logged in to reply to this topic.