Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    lightbox not working

    Addons
    2
    4
    401
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alessia.pennetta last edited by

      Hi
      Although the lightbox checkmark is on, it doesn't work on my site. Here's my example:
      http://www.alessiapennetta.com/poster-design

      What 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

      1 Reply Last reply Reply Quote 0
      • mariusjopen
        mariusjopen Global Moderator last edited by mariusjopen

        Hi Alessia!

        Alright. That makes sense.

        My fault.

        The class .hideand .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

        www.mariusjopen.world

        1 Reply Last reply Reply Quote 0
        • A
          alessia.pennetta last edited by

          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

          1 Reply Last reply Reply Quote 0
          • mariusjopen
            mariusjopen Global Moderator last edited by

            Hi Alessia!

            Great! I f you have more questions – let us know!

            Best!

            Marius

            www.mariusjopen.world

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            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

            Thanks!

            Online Users

            H
            S
            S

            Recent Topics

            • S

              New fade-in / opacity bug?

            • A

              Unable to update lay theme / to login wp admin

            • A

              New button feature not available

            • S

              Theme crashed - because of Polylang?

            laytheme.com