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/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
.hideand.showis 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