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:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it