Tagged: cornerstone
-
AuthorPosts
-
March 15, 2017 at 3:59 pm #1408602
Matt Morse
ParticipantI have tried without success to find another forum topic regarding this. I want to change the color, or opacity, of the white stock border around the lightbox images/videos. I have a black overlay with .9 opacity behind my lightbox and this white border is just jarring and distracting. Is it possible to remove or change the style of this border? Thanks in advance.
March 15, 2017 at 8:01 pm #1408914Prasant Rai
ModeratorHello Matt,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.ilightbox-holder { background: #ddd !important; }
Thanks.
March 16, 2017 at 10:54 am #1409781Matt Morse
ParticipantI had to change the color value to “black” instead of the hex value above but that worked! Thanks!
I have another question regarding the lightbox. I have multiple images linked to light boxes on one page. I do not want the carousel of all the page’s videos when the lightbox is activated. I want only the video linked in the image shortcode visible at a time. How is this attainable?
Also, I don’t like the odd lightbulb thing that pops up at the top of the screen when the lightbox is activated. Is there a way to deactivate that?
March 16, 2017 at 3:27 pm #1410120Joao
ModeratorHi There,
In order that you dont have all the images on the lightbox you need to use a different lightbox selector to each image.
In order to remove the loader, please enter the following code to Appereance Customizer Custom CSS
.ilightbox-loader.light div { display: none; }
Hope it helps
Joao
March 20, 2017 at 4:53 pm #1414230Matt Morse
ParticipantThis reply has been marked as private.March 21, 2017 at 6:03 am #1414778Christian
ModeratorIn that case, each image link must have its own lightbox shortcode with its unique selector. See https://community.theme.co/kb/shortcode-walkthrough-lightbox/ for more details.
Thanks.
March 21, 2017 at 9:46 am #1414995Matt Morse
ParticipantDid you look at my page? Each video image does have its own class assigned and it is still not working.
March 21, 2017 at 11:25 am #1415157Joao
ModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
March 22, 2017 at 10:18 am #1416333Matt Morse
ParticipantThis reply has been marked as private.March 22, 2017 at 2:49 pm #1416700Joao
ModeratorHi There,
Please clean your browser cache and test it again, it seems to be working on my end and each video is being loaded alone in the lightbox.
Let us know how it goes,
Joao
April 6, 2017 at 11:49 am #1429067Matt Morse
ParticipantWe good. Thanks!
April 6, 2017 at 2:23 pm #1429091Joao
ModeratorGlad to hear it and thanks for letting us know!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1408602 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>