lightbox not working
-
Hi
Although the lightbox checkmark is on, it doesn't work on my site. Here's my example:
http://www.alessiapennetta.com/poster-designWhat can I do?
Maybe it's because i recently did some addings via code, see our previous talk:http://laythemeforum.com:4567/topic/1568/adding-text-slide
But the previous problem is resolved perfectly. Thanks for that.
Best!
Alessia -
Hi Alessia!
Alright. That makes sense.
My fault.
The class
.hide
and.show
is already taken by LayTheme and causes an error.Try this code instead:
.button-hide { display: none; } .button-show { display: block !important; }
<script> jQuery(document).on("click", ".button", function(event) { jQuery(".button-hide").toggleClass("button-show"); }); </script>
Best!
:-)
Marius
-
Perfect. In the first time it didn't worked, but I changed the first .button of your code into button-show, and now it works, hope I am right like this?!
Thank you a lot for your big help!!
Best!
Alessia -
Hi Alessia!
Great! I f you have more questions – let us know!
Best!
Marius
Before you post
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. Now see if your problem solved itself
5. Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it