Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28689

    Is there a way i can showcase my portfolio entries in a portfolio grid with more columns? I am trying to use portfolio grid as a method of showcasing my products but the featured images are way too big and unequal. Will having more columns make the images equal and smaller?

    #138330

    Bumpssssssss

    #138331

    Hi promowl,

    The portfolio grid can be set to as many as 4 columns. The grid image size can be set either automatically or manually from the “Portfolio Grid Image Size”.

    With that said, if you are getting images that are unequal you may want to use this plugin to change the portfolio image option to crop so that your images are all cropped to the exact same size: http://wordpress.org/extend/plugins/simple-image-sizes/

    The downside of this is that it hard crops your images to the size needed so you’ll get clipped images in some cases.

    What I typically suggest as the best option is to put all product photos on an empty canvas in your image editor of choice so that all of your uploaded product images are the exact same size. This gives the best possible front end view and WordPress doesn’t need to do anything funky with image sizes to get a semi workable view.

    Regards,

    Devin

    #138332

    Are you trying to say that it is not possible to set the portfolio grid to more columuns? and that the maximum is 4?

    #138333

    Hey,

    You can add another column. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    __('2 Columns', 'avia_framework' )=>'2',
    __('3 Columns', 'avia_framework' )=>'3',
    __('4 Columns', 'avia_framework' )=>'4',
    /* __('5 Columns', 'avia_framework' )=>'5', */
    )),

    Replace it with:

    "subtype" => array(	/* __('1 Column',  'avia_framework' )=>'1', */
    __('2 Columns', 'avia_framework' )=>'2',
    __('3 Columns', 'avia_framework' )=>'3',
    __('4 Columns', 'avia_framework' )=>'4',
    __('5 Columns', 'avia_framework' )=>'5',
    )),

    Edit your portfolio page then configure the Portfolio Grid element. Select “5” on the Column option.

    Regards,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Portfolio Grid images size’ is closed to new replies.