Okay
  Public Ticket #1555305
Mobile Version of Masonry Portfolio
Closed

Comments

  •  1
    stellabru started the conversation

    Hi there!

    I'm trying to edit the look of the homepage on mobile, but I can't find it anywhere. In particular I'd like the portfolio to reflect the desktop version. I found a thread where it says it will be possible soon (that was 2 years ago). Could you help me with where I can find these settings? Thanks!

    Stella

  •  1,559
    Laborator replied

    Hi Stella,

    Can you please tell us exactly what you want to achieve? If you're trying to remove the responsiveness of the theme on mobile phones and use a desktop version on it instead then I have to tell you that is impossible, the whole site is built upon Bootstrap and cannot be set to un-responsive. 

    If your question does not have to do with this, please explain it more to us so we have a better vision of what you want to achieve.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    stellabru replied

    Hey Art! 

    Basically, I want the portfolio to look good on mobile, as well. In the desktop version, I have uploaded the images for the portfolio in exactly the right aspect ratio so they would fit together like a puzzle in the masonry. That was a lot of work! But now the mobile version displays the images all weird, all in the same shape. 

    I'm looking for ANY way to influence what the images look like on mobile. Ideal would be if I could get the masonry effect on mobile as well, but I'll take anything that makes it look good. 

    Thanks! 

    Stella

  •  1,559
    Laborator replied

    Hi Stella,

    I see the problem, 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

  •   stellabru replied privately
  •  1,559
    Laborator replied

    The problem is fixed now, I have installed the child theme and added this code to the functions.php file of your child theme:

    function kalium_portfolio_masonry_mobile_image_large( $size ) {
        return 'large';
    }
    add_filter( 'kalium_portfolio_masonry_mobile_image', 'kalium_portfolio_masonry_mobile_image_large', 100 );
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    stellabru replied

    Thanks for the fast fix!! :)

  •  1,559
    Laborator replied

    You're welcome

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group