Tagged: x
-
AuthorPosts
-
March 18, 2017 at 2:27 am #1411907
kimmikennedyParticipantAm 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/
March 18, 2017 at 7:50 am #1412090
ChristopherModeratorHi there,
Would you please provide us with URL of page in question and let us know what the problem is?
Thanks.
March 18, 2017 at 12:19 pm #1412203
kimmikennedyParticipantHuh, 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?
March 18, 2017 at 1:55 pm #1412245
kimmikennedyParticipantAlso how do I get rid of the download button on the player? Dont want people to easily be able to download video.
March 19, 2017 at 4:50 am #1412620
ChristianModeratorHey 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.
March 19, 2017 at 5:07 am #1412633
kimmikennedyParticipantThe 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.
March 19, 2017 at 9:09 pm #1413159
RadModeratorHi there,
Does it work okay now with Flowplayer? And thanks for sharing, let us know if you have further issues.
Thanks!
March 19, 2017 at 10:39 pm #1413199
kimmikennedyParticipantHey 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.
March 20, 2017 at 5:49 am #1413470
ChristianModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1411907 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
