Okay
  Public Ticket #1165289
image sizes
Closed

Comments

  •  1
    Christina Black started the conversation

    I would like to make the home page and blog post images unique sizes.  What is the easiest way to do this?

  •  1,559
    Laborator replied

    Hi Christina,

    Are you talking about the blog posts in the  homepage and the blog posts in the blog page? On your homepage I can see the blog posts while clicking on your blog page it does link to an external link.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    Christina Black replied

    Hi Art,

    What I really need is for the second portfolio row to line up nicely all at the same height on the home page.  Some have an extra row of title text and then that pushes the image below out of alignment.  What can I do to have them line up?  I attached a screen shot.  Thanks!

    Christina Black



  •  1,559
    Laborator replied

    Hi Christina,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Christina Black replied privately
  • [deleted] replied

    Hi,

    I have added the following code in functions.php and now portfolio images are shown at their proportional height and aligned in rows properly:

    // Portfolio images will be shown at their proportional height
    if ( function_exists( 'laborator_immediate_return_fn' ) ) {
    add_filter( 'kalium_portfolio_loop_thumbnail_size', laborator_immediate_return_fn( 'large' ) );
    }

    The result:


    (view large version)

    So keep that code for future use when you update the theme.

  •  1
    Christina Black replied

    Thanks that is perfect!

  •   [deleted] replied privately