Okay
  Public Ticket #2605338
Masonry media grid lightbox
Closed

Comments

  •  2
    stiglitz started the conversation

    Hello,

    I implemented a masonry media grid and when I click on an image it opens in an old fashioned lightbox instead of the theme or portfolio lightbox.

    Is it a way to change this or to customize this lightbox?

    Thank you for your answer.

    Stiglitz

  • [deleted] replied

    Hi Stiglitz,

    Can you please send me your Wordpress credentials, because I need to login to your site and test this.

    To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.

    Thanks!

  •   stiglitz replied privately
  • [deleted] replied

    Hi Stiglitz,

    Problem solvedsmile.png

    See video: https://d.pr/v/Brtgzf

    Have a great day!

  •  2
    stiglitz replied

    Thank you so much Ylli, it works perfectly!!!

    Kind regards

    Stiglitz

  • [deleted] replied

    Always nice to hear those wordssmile.png

    I wish you all the best!

    P.S: If you enjoy our theme, you can head over to your Downloads tab and give it 5 stars. We will love you forever.

  •  2
    stiglitz replied

    Hi,

    Everything is working like a charm but I have another question related to your theme lightbox.
    Is it a way to disable your lightbox for mobile devices?

    Thanks for your answer

    Stiglitz

  • [deleted] replied

    Hi Stiglitz,

    I'm happy to hear those nice wordssmile.png

    As for your last question:

    You can achieve that by disabling gallery clicking for that area on screen sizes that are 768px and below:

    Please just add this CSS code to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .kalium-lightbox-entry{
            pointer-events: none;
            cursor: default;
        }
    }
    
    Have a nice day!

  •  2
    stiglitz replied

    Hi Ylli,

    Thank you for your answer!

    I had to add a class from visual composer and it works perfectly!
    Your the king of the lightbox!!! ;))

    Have a nice day

    Stiglitz

  • [deleted] replied

    Great, I'm happy to hear that everything is good nowsmile.png

    Have a great day and stay safe!

    Will set this ticket as solved from here.