Home Forums Themes Support Frames Grid Links to LIghtbox Only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11075
    FrankieFilms
    Supported

    Hello! In the video grid is there a way that the hyperlink is only to the lightbox and not to a seperate page?

    #11077

    Hi,
    Thanks for contacting us and choosing our product!
    About your question please make sure you set Player play in Popup in Filmmaker Settings -> Player -> Video Player Popup:
    https://prnt.sc/aVoJXs47ewcf
    Then go to Appearance -> Customize -> Additional CSS & add this code:

    .video-item .video-item__title a {
      pointer-events: none;
    }
    .video-item .video-item__category a {
      pointer-events: none;
    }
    .video-item .video-item__thumbnail > a {
      pointer-events: none;
    }

    Then only player button can click and Play video on the Popup.
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11100
    FrankieFilms
    Supported

    This is great! Thankyou, is there anyway the thumbnail can link to the lightbox as well?

    #11108
    This reply has been marked as private.
    #11127
    FrankieFilms
    Supported

    This worked great, thankyou!

    Another question, is there anyway to change the theme colour in dark mode? Instead of Red.

    #11132

    Hi,
    Sorry but currently we don’t allow to change Color in the Dark Mode because it can break design layout.
    and primary color will use for both color mode.
    We’ll research about change color in the dark mode later.

    ****
    Regards,
    HaruTheme

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.