Lay Theme Forum

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

    latest update 2.6.8

    General Discussion
    2
    17
    592
    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.
    • T
      Toby last edited by Toby

      Hi Marius

      I just updated to 2.6.8 and now experience a bug - before the update I set up an id class on my info text
      to hide and show project info on the rollover with the below code

      </style>
      <script>
      jQuery(document).on("hover", ".info", function(event) {
      	 jQuery(".hide").toggleClass("show");
      });
      </script>
      

      However on rollover now, I get a white page with a search box safari, a continuing flicker between project page and search page 0n google chrome and nothing on rollover in firefox

      Any ideas why?

      www.tobyneilan.com

      Cheers
      Toby

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

        Dear @Toby
        I think I replied in another post, right?

        Best!

        Marius

        1 Reply Last reply Reply Quote 0
        • T
          Toby last edited by

          yes - here's what I typed on that post.

          if you visited my website it's working now because I've reverted back to 2.6.7 this morning.
          Are you saying that code will work with the new update?

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

            Dear @Toby

            <script>
            jQuery(document).on("mouseenter", ".info", function(event) {
            	alert("TEST");
            });
            </script>
            
            

            Does that work?

            Best!

            Marius

            1 Reply Last reply Reply Quote 0
            • T
              Toby last edited by Toby

              Hi Marius

              Ok I added the above text and when I hovered over info I got this - see attachment

              0_1544443557148_TEST.jpg

              Oh and once I click close the alert reappears and I have to click again and then the search page flashes up briefly too.

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

                Dear @Toby
                in the code which I provided I made an alert pup up to see if the mouseenter call works.

                You might want to have a look into the basics of jQuery. That might help you in the future.

                Best!

                Marius

                1 Reply Last reply Reply Quote 0
                • T
                  Toby last edited by

                  Thanks
                  but before the upgrade I had the code working ie -

                  css

                  .hide {
                      display: none;
                  }
                  
                  .show {
                      display: block !important;
                  }
                  
                  

                  Jquery

                  
                  </style>
                  <script>
                  jQuery(document).on("hover", ".info", function(event) {
                  	 jQuery(".hide").toggleClass("show");
                  });
                  </script>
                  
                  

                  so why has it stopped working now?

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

                    Dear @Toby
                    I would not go for the hover but for mouseenter and mouseleave.

                    Otherwise the page or the element is flickering.

                    Give it a shot :-)

                    Best!

                    Marius

                    1 Reply Last reply Reply Quote 0
                    • T
                      Toby last edited by Toby

                      Hi Marius

                      The problem is, since the upgrade the hidden text, that was revealed on "hover" in the project pages to let the viewer know more about my projects no longer works. It doesn't matter what code i use "mouseenter" - "hover" - "click", it doesn't display my text, but a page that says "search" ???

                      Cheers
                      Toby

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

                        Dear @Toby

                        Best is if you write me a PM and include your username, password and a link to this conversation.

                        Marius

                        1 Reply Last reply Reply Quote 0
                        • T
                          Toby last edited by

                          Thanks PM has been sent.

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

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • mariusjopen
                              mariusjopen Global Moderator last edited by

                              Dear @Toby
                              the class hide is used for the search function now.

                              I changed it to

                              jQuery(document).on("hover", ".info", function(event) {
                              	 jQuery(".hide-info").toggleClass("show-infos");
                              });
                              

                              and used this CSS

                              .hide-info {
                                  display: none;
                              }
                              
                              .show-infos {
                                  display: block !important;
                              }
                              

                              And in the projects you need to change the info box class from hide to hide-info.

                              That should do the job.

                              Let us know :-)

                              Marius

                              1 Reply Last reply Reply Quote 0
                              • T
                                Toby last edited by Toby

                                Hi Maurius

                                Thanks that code works - unfortunately still getting the carousel problem (images showing on top of one another) along with the wrong background colour and menu colours - it does however correct itself on a page refresh - see attachment.

                                www.tobyneilan.com

                                0_1545054032604_Screenshot 1a.jpg 0_1545054018541_Screenshot 1b.jpg

                                Thanks
                                Toby

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

                                  Dear @Toby
                                  I cannot reproduce this error. The Carousel shows right.
                                  And the page is grey all the time.

                                  It helps to clean up the CUSTOM CSS code to get rid of dead-code and to have a better overview of what is going on.

                                  Is the problem still there after the last update?

                                  Best!

                                  Marius

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Toby last edited by

                                    Hi Marius

                                    Latest update to 2.8.0 corrected the problem

                                    Cheers
                                    Toby

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

                                      Hi @Toby
                                      great! Thank you for letting us know!

                                      Marius

                                      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

                                      M
                                      7

                                      Recent Topics

                                      • M

                                        komische boxen auf der Website

                                      • S

                                        Theme crashed - because of Polylang?

                                      • J

                                        Split Screen just on front page / subpages without the split?

                                      • Y

                                        image quality dropped

                                      laytheme.com