Okay
  Public Ticket #1308745
Max-Height gallery mobile bug
Closed

Comments

  •  1
    Superluna started the conversation

    Goodmorning,

    I created a carousel portfolio element with a max-height of 900px. On desktop it works properly, but when I test it on a smartphone it doesn't get a properly aspect. Carousel continue to keep the previous dimensions and it looks ugly.

    Will you fix this problem? I think that it is a quite important bug and not a secondary one.

    Best

  • [deleted] replied

    Hi Superluna,

    Yes you are right, we have been struggling with this problem since very beginning of Kalium. We are planning to develop a new version of this portfolio item type that will be responsive and mobile friendly.

    You can add this temporary CSS that will fix this issue on mobile:

    @media screen and (max-width: 768px) {
    .gallery-slider .gallery-item {
    max-width: 480px !important;
    }
    }

    I hope this works fine for you.

  •  1
    Superluna replied

    Hi Arlind, 

    Yes it partially patch my problem, thank you.

    But I have another question about this slider on mobile: I set "Auto play" option to zero to make it static. On desktop mode it works fine, but on mobile the auto play function is activated. Why?

    Can you help me with this problem?

    Thank you again.

  • [deleted] replied

    Hi  Superluna,

    I have checked the JS file to see what is wrong there and you were right, so I have managed to fix this and it doesn't auto-play on mobile when it is set 0 seconds.

    Download this file and replace it in this directory (of the theme): /assets/js

    If you don't see the change immediately, please hard-refresh your browser (CTRL/CMD+R) because it takes longer to load the changes, as they are saved in browser cache. Another option is to open new private/incognito window and try if it works.


  •  1
    Superluna replied

    It workes properly.

    Thank you very much for your help!

  • [deleted] replied

    You're welcome Superluna and thanks for reporting this problem

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have an amazing weekend!