Okay
  Public Ticket #2657607
portfolio / AC fileds update
Closed

Comments

  •  20
    Hilke started the conversation

    Hi,

    I have a question about the portfolio. I would like to have the row align. (I know that with Dynamic Image Height this is the solution), but than it cut the square images ( see attached file)

    thx

  • [deleted] replied

    Hi hilkes,

    I don't see the problem that you described in your screenshot (see video), it seems that you already solved this, right?

    If not, can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thanks!

  •  20
    Hilke replied

    Hi Ylli,

    No, it isn't solved. It depends on how long the title is. If the title has two rows the next post is not aligned.

    If I put no dynamic image height off, it cuts the square images.

  • [deleted] replied

    Hi hilkes,

    I've added this code in functions.php of child theme and the problem is fixed:

    add_filter( 'kalium_portfolio_loop_thumbnail_size', function( $size ) {
        return 'original';
    } );
    
    The result:

    medium
    (view large image)

    I hope you like this fix.

  •  20
    Hilke replied

    Perfect!!

    I really appreciate your fast answers!!

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!

    I will set this ticket as solved from here.

  •  20
    Hilke replied

    hello,

    I made another pega with portfolio items.

    Where do I have to put the

    add_filter( 'kalium_portfolio_loop_thumbnail_size', function( $size ) {    return 'original';
    } );

    at?

    https://clinicaalejandria.es/divulgacion


  • [deleted] replied

    Hi hilkes,

    You already have that code, you don't need to add it again.

    Thanks!