Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411907
    kimmikennedy
    Participant

    Am I missing something, is iLightbox no longer an included plugin?
    If it is, I do not have it in my downloaded package.. The documentation still shows:

    https://community.theme.co/kb/shortcode-walkthrough-lightbox/

    Responsive Lightbox

    #1412090
    Christopher
    Moderator

    Hi there,

    Would you please provide us with URL of page in question and let us know what the problem is?

    Thanks.

    #1412203
    kimmikennedy
    Participant

    Huh, provide a URL to what page? I was asking if iLightbox is still included with the theme?

    Which it appears it is but no need to install it..

    The shortcodes shown on this page are really limited compared to all that iLightbox can do.

    I’m using Integrity light.. but for the lightbox I want a dark modal.. how do I change the white background to black using shortcode?

    #1412245
    kimmikennedy
    Participant

    Also how do I get rid of the download button on the player? Dont want people to easily be able to download video.

    #1412620
    Christian
    Moderator

    Hey there,

    iLightbox is still included in X. The options utilized in the Lightbox shortcode are the ones that are only needed for a simple lightbox functionality. If you wish to extend the features, custom development would be required. Regretfully, that is outside the scope of our support.

    To change the modal color, please add the code below in your Appearance > Customize > Custom > Global CSS

    .ilightbox-holder.light {
        background: #000;
    }

    The lightbox shortcode does not include a download button. That might be included in your video embed code. Please check with your video embed provider.

    Thanks.

    #1412633
    kimmikennedy
    Participant

    The CSS to make the background black / dark is:

    
    .ilightbox-overlay.light {
        background-color: #000000 !important;
    }
    
    

    Secondly, I’m not using an embed provider for video. I’m simply using video from directory right in WP. And using the shortcode provided by your documentation, and it does in fact have a download button on the lightbox player.

    [image src=”image-1.jpg” link=”true” href=”//www.mysite.com/directory/videofile.mp4″ lightbox_video=”true”]
    [lightbox]

    After too much time spent on this I’m using Flowplayer for this now.

    #1413159
    Rad
    Moderator

    Hi there,

    Does it work okay now with Flowplayer? And thanks for sharing, let us know if you have further issues.

    Thanks!

    #1413199
    kimmikennedy
    Participant

    Hey Rad, yes it works flawlessly with flowplayer. And to top it off I’m using the flowplayer shortcode INSIDE of X’s column shortcode! And all of the flowplayer features and js is working perfectly! And believe me flowplayer has alot of js going on, I’ve had js conflict probs with other plugins etc.. but with X not a single issue and my Flowplayer setup is busy with custom js / functions.

    But anyways.. thanks for the help Christian & Christopher.

    #1413470
    Christian
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1411907 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>