Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. General Discussion
  3. Iphone / Safari - Html element Blinking & Disappear with fullscreen slider (magnetic slide) add-on

Iphone / Safari - Html element Blinking & Disappear with fullscreen slider (magnetic slide) add-on

Scheduled Pinned Locked Moved General Discussion
19 Posts 4 Posters 708 Views
  • 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.
  • benjaminmugnierB Offline
    benjaminmugnierB Offline
    benjaminmugnier
    wrote on last edited by
    #1

    Hello Everybody, I'm developing a simple Launching website with the fullscreen slider and the Wonderful lay theme! thx for this very cool tool.

    I don't find why on Safari Desktop & mobile my html element on top of my row blink or disappear ...

    Someone can help me ? Same issue ?

    Problem over here : https://2021.ani.ma/#worldgame and the two row after...

    Thank you all

    1 Reply Last reply
    0
    • RichardR Offline
      RichardR Offline
      Richard
      Global Moderator
      wrote on last edited by
      #2

      Dear Benjamin

      @benjaminmugnier Nice website 🌝

      Just to clarify: This 'blinking' is what you mean when the slide loads and appears or there is a constant blinking?
      When viewing in safari i don't yet see the blink sorry, but i do notice the point where it transitions from the background gradient to the video load - to do with Lazy Loading.

      Wish to help, sorry that i don't see fully yet Benjamin.


      Talk soon & best wishes 🏖
      Richard
      1 Reply Last reply
      0
      • benjaminmugnierB Offline
        benjaminmugnierB Offline
        benjaminmugnier
        wrote on last edited by
        #3

        Thanks for your quick reply Richard. On desktop it load after the gradient I guess, but still here. The real problem is on the mobile version, it appears, and disappears one second after to never coming back.

        We cannot read the legend sur les vidéos...

        For the gradient & the video I need to remove lazy loading in general settings ? I tried but nothing change.

        Maybe, I need to active the moving gradient background on specific row? but no idea how to do that right now.

        Best!

        1 Reply Last reply
        0
        • dafvD Offline
          dafvD Offline
          dafv
          wrote on last edited by dafv
          #4

          Hey @arminunruh and @Richard, I think i'm having the same issue.

          I made a page with the Fullscreen Slider activated, with each row having a text element. After some scroll, the texts starts to disappear and/or flashing. This only happens in Safari (macOS). Also tested in IOS and the same thing happens.

          When i activate the Scroll Element Transitions the page reacts different, with some of the texts transitioning and others don't. And only the first row text disappears (after some scroll).

          I already tried to turn off all custom CSS, turning off the scroll transitions, etc. Nothing works. Can you please fix this?

          For what i can see, this issue traces back to 2021 at least. There's also another post...not sure if it's related to this: http://laythemeforum.com:4567/topic/7606/fullscreen-slider-images-flash-in-safari

          Here's the page, if you want to check it:
          https://www.daniel-martins.com/homepage/

          1 Reply Last reply
          0
          • arminunruhA Offline
            arminunruhA Offline
            arminunruh
            Global Moderator
            wrote on last edited by
            #5

            i think its because of the looping, can you try to turn this off and see if it works?

            Screenshot 2023-10-10 at 10.50.43.png

            1 Reply Last reply
            0
            • arminunruhA Offline
              arminunruhA Offline
              arminunruh
              Global Moderator
              wrote on last edited by
              #6

              in lay options -> fullscreen slider addon

              1 Reply Last reply
              0
              • dafvD Offline
                dafvD Offline
                dafv
                wrote on last edited by
                #7

                hey @arminunruh

                I already tried that before, but the issue persisted.
                I left it off now, so you can see.

                1 Reply Last reply
                0
                • arminunruhA Offline
                  arminunruhA Offline
                  arminunruh
                  Global Moderator
                  wrote on last edited by
                  #8

                  so what i see is not blinking but its the disappearing of the text

                  i see i see

                  can you put this css into lay options → custom css

                  .type-text{
                  transform: translate3d(0,0,0);
                  }
                  

                  does that fix it?

                  1 Reply Last reply
                  0
                  • dafvD Offline
                    dafvD Offline
                    dafv
                    wrote on last edited by dafv
                    #9

                    it worked @arminunruh!
                    At least the text is not disappearing anymore.

                    However, when i activate the Scroll Element Transitions, the transition only happens one time (the first time the row appears on screen) — when you scroll again to the same row, the text transition doesn't happen again as it should (in Safari and Orion browser).

                    Do you have any idea what's causing this?

                    1 Reply Last reply
                    0
                    • arminunruhA Offline
                      arminunruhA Offline
                      arminunruh
                      Global Moderator
                      wrote on last edited by
                      #10

                      yes it is because we use the aforementioned css!

                      try this css instead:

                      .type-text.in-view{
                      transform: translate3d(0,0,0);
                      }

                      1 Reply Last reply
                      0
                      • dafvD Offline
                        dafvD Offline
                        dafv
                        wrote on last edited by
                        #11

                        hey @arminunruh

                        With this CSS (instead of the previous) the texts start to disappear again :/
                        I already tried an '!important' but it does nothing...

                        1 Reply Last reply
                        0
                        • arminunruhA Offline
                          arminunruhA Offline
                          arminunruh
                          Global Moderator
                          wrote on last edited by
                          #12

                          well the setting:

                          Screenshot 2023-10-20 at 18.33.38.png

                          needs to be enabled if you want to use that css

                          1 Reply Last reply
                          0
                          • arminunruhA Offline
                            arminunruhA Offline
                            arminunruh
                            Global Moderator
                            wrote on last edited by
                            #13

                            the website u did is really nice!!

                            1 Reply Last reply
                            0
                            • dafvD Offline
                              dafvD Offline
                              dafv
                              wrote on last edited by
                              #14

                              Thank you @arminunruh!

                              Regarding the CSS, I tried activating the on Scroll Element Transitions but it was buggy, with the text on the first row disappearing and the transitions only happening the first time. I left it on for you to see.

                              Between those CSS options i would prefer using the first one, but it's still not ideal :/

                              1 Reply Last reply
                              0
                              • arminunruhA Offline
                                arminunruhA Offline
                                arminunruh
                                Global Moderator
                                wrote on last edited by
                                #15

                                so to be clear:
                                what you want is:

                                1. the texts to slide in from the bottom as when "activate on scroll element transition" is enabled.
                                2. texts should obviously not blink or disappear
                                3. texts should do that animation not just once but when you scroll up again and scroll down again, that animation should show again

                                is that it?

                                1 Reply Last reply
                                0
                                • arminunruhA Offline
                                  arminunruhA Offline
                                  arminunruh
                                  Global Moderator
                                  wrote on last edited by
                                  #16

                                  will work on this rn mmh

                                  1 Reply Last reply
                                  0
                                  • arminunruhA Offline
                                    arminunruhA Offline
                                    arminunruh
                                    Global Moderator
                                    wrote on last edited by
                                    #17

                                    can you remove your custom css, then update the fullscreen slider addon?
                                    then see if it works!

                                    if not:
                                    can you send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?

                                    1 Reply Last reply
                                    0
                                    • dafvD Offline
                                      dafvD Offline
                                      dafv
                                      wrote on last edited by
                                      #18

                                      Hey @arminunruh,
                                      Unfortunately that didn't fix the issue :/

                                      I'll send you an email with that information right now!
                                      Thank you

                                      1 Reply Last reply
                                      0
                                      • arminunruhA Offline
                                        arminunruhA Offline
                                        arminunruh
                                        Global Moderator
                                        wrote on last edited by
                                        #19

                                        will try and look into it tomorrow

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        I also code custom websites or custom Lay features.
                                        💿 Email me here: 💿
                                        info@laytheme.com

                                        Before you post:
                                        1. When using a WordPress Cache plugin, disable it or clear your cache.
                                        2. Update Lay Theme and all Lay Theme Addons
                                        3. Disable all Plugins
                                        4. 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:
                                        1. Post a link to where the problem is
                                        2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                                        3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                                        Online Users
                                        Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                                        laytheme.com
                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Recent
                                        • Tags
                                        • Popular
                                        • Users
                                        • Search