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. Bug Reports
  3. Full Screen Slider slides overflowing on PHONE

Full Screen Slider slides overflowing on PHONE

Scheduled Pinned Locked Moved Bug Reports
18 Posts 2 Posters 670 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.
  • T Offline
    T Offline
    treh16
    wrote on last edited by
    #9

    Hi @Richard I have applied it, however unfortunately it did not fix the issue.

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

      Dear @treh16

      When looking at the code, you may have entered it with a typo? (space-between 100vh & !important)
       .png

      html.is-iphone.is-safari #custom-phone-grid .fp-section {min-height: 100vh!important}
      

      However If you would like, as it may speed things up for you, please send me your Login details via 'Chats' and i will have a closer inspection. šŸ”

      (NOTE: do not disclose private info on the thread itself)

      Talk soon & best wishes šŸŒ
      Richard
      T 1 Reply Last reply
      0
      • RichardR Richard

        Dear @treh16

        When looking at the code, you may have entered it with a typo? (space-between 100vh & !important)
         .png

        html.is-iphone.is-safari #custom-phone-grid .fp-section {min-height: 100vh!important}
        

        However If you would like, as it may speed things up for you, please send me your Login details via 'Chats' and i will have a closer inspection. šŸ”

        (NOTE: do not disclose private info on the thread itself)

        Talk soon & best wishes šŸŒ
        Richard
        T Offline
        T Offline
        treh16
        wrote on last edited by
        #11

        @Richard this is what I have in and still not working:

        iPhone 11Pro, ios 15.0.2, Safari. No issue on Chrome on the same phone.

        alt text

        alt text

        Sending you the login info.

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

          Dear @treh16

          Thank you for the login details - so i was wondering why....
          Then i realised- Only on Iphone - Only on Safari!
          The area down the bottom is meant to be this way because of the menu bar at the bottom of Safari on Iphone:
          251110140_416507896686100_4180820985885987636_n.png

          I believe this is built in for that purpose because you would lose content due to the menu bar - sorry i did not think of this initially!!

          When viewing within Safari responsive mode this is not taken into account - Maybe there is still issue you can see so let me know your thoughts and if i can help further šŸŒ


          Best wishes @treh16 & have a great day
          Richard
          T 1 Reply Last reply
          0
          • RichardR Richard

            Dear @treh16

            Thank you for the login details - so i was wondering why....
            Then i realised- Only on Iphone - Only on Safari!
            The area down the bottom is meant to be this way because of the menu bar at the bottom of Safari on Iphone:
            251110140_416507896686100_4180820985885987636_n.png

            I believe this is built in for that purpose because you would lose content due to the menu bar - sorry i did not think of this initially!!

            When viewing within Safari responsive mode this is not taken into account - Maybe there is still issue you can see so let me know your thoughts and if i can help further šŸŒ


            Best wishes @treh16 & have a great day
            Richard
            T Offline
            T Offline
            treh16
            wrote on last edited by
            #13

            @Richard the new iOS 15 has put Safari's address bar on the bottom, is that what you meant? This is not my customisation -> this is how all new iPhones Safaris look like now.

            If yes, how can we make sure that all people on iOS 15 Safari would be able to view the site without this problem?

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

              Dear @treh16

              "If yes, how can we make sure that all people on iOS 15 Safari would be able to view the site without this problem?"

              I have added some small code to fix the issue, could you confirm on your end no problems? please test in incognito windows to be sure its not the old cache coming through.


              Best wishes ✨
              Richard
              T 1 Reply Last reply
              0
              • RichardR Richard

                Dear @treh16

                "If yes, how can we make sure that all people on iOS 15 Safari would be able to view the site without this problem?"

                I have added some small code to fix the issue, could you confirm on your end no problems? please test in incognito windows to be sure its not the old cache coming through.


                Best wishes ✨
                Richard
                T Offline
                T Offline
                treh16
                wrote on last edited by treh16
                #15

                @Richard thanks, this solved it for Portrait view. When I flip the phone to landscape, the slider is not fullscreen anymore and has lot's of content overflow.

                See video below:

                alt text

                T 1 Reply Last reply
                0
                • T treh16

                  @Richard thanks, this solved it for Portrait view. When I flip the phone to landscape, the slider is not fullscreen anymore and has lot's of content overflow.

                  See video below:

                  alt text

                  T Offline
                  T Offline
                  treh16
                  wrote on last edited by
                  #16

                  @Richard any update on this? Thx!

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

                    Dear @treh16

                    Could you please put the Custom CSS from earlier into the main CSS Area rather than mobile, I think the Browser width when the device rotates is not respecting the Mobile CSS media query. I would do this myself to save you the trouble of testing but i am unable to login as earlier.

                    .is-safari #custom-phone-grid .fp-section {
                        min-height: 100vh !important;
                        height:100vh !important;
                    }
                    
                    .is-iphone #custom-phone-grid .fp-section {
                        min-height: 100vh !important;
                        height:100vh !important;
                    }
                    .is-safari #custom-phone-grid .fp-auto-scroll {
                        min-height: 100vh !important;
                        height:100vh !important;
                    }
                    

                    Screen Shot 2021-11-10 at 2.05.24 PM.png


                    Talk soon @treh16 & best wishes
                    Richard
                    T 1 Reply Last reply
                    0
                    • RichardR Richard

                      Dear @treh16

                      Could you please put the Custom CSS from earlier into the main CSS Area rather than mobile, I think the Browser width when the device rotates is not respecting the Mobile CSS media query. I would do this myself to save you the trouble of testing but i am unable to login as earlier.

                      .is-safari #custom-phone-grid .fp-section {
                          min-height: 100vh !important;
                          height:100vh !important;
                      }
                      
                      .is-iphone #custom-phone-grid .fp-section {
                          min-height: 100vh !important;
                          height:100vh !important;
                      }
                      .is-safari #custom-phone-grid .fp-auto-scroll {
                          min-height: 100vh !important;
                          height:100vh !important;
                      }
                      

                      Screen Shot 2021-11-10 at 2.05.24 PM.png


                      Talk soon @treh16 & best wishes
                      Richard
                      T Offline
                      T Offline
                      treh16
                      wrote on last edited by
                      #18

                      @Richard said in Full Screen Slider slides overflowing on PHONE:

                      .is-safari #custom-phone-grid .fp-section {
                      min-height: 100vh !important;
                      height:100vh !important;
                      }

                      .is-iphone #custom-phone-grid .fp-section {
                      min-height: 100vh !important;
                      height:100vh !important;
                      }
                      .is-safari #custom-phone-grid .fp-auto-scroll {
                      min-height: 100vh !important;
                      height:100vh !important;
                      }

                      Hi @Richard , tried that, unfortunately didn't help. This is not an issue only with Safari, the same on mobile Chrome, or Desktop's Safari "Responsive design mode feature"

                      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