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. Mobile image size not correct / too big

Mobile image size not correct / too big

Scheduled Pinned Locked Moved Bug Reports
16 Posts 2 Posters 524 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.
  • L Offline
    L Offline
    leo01
    wrote on last edited by leo01
    #2

    Also i encounted another issue.
    The full screen cover image does not show on mobile devices (iOS and Android)
    eg.: https://www.leopoldfiala.com/neonoir/

    Actually it does not show on Desktop as well. Very strange!

    Any idea how to fix that?

    Best
    Leo

    Screenshot 2021-11-04 at 10.15.38.png

    Cover shows on mobile and is not visible on desktop (the cover text is visible though)

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

      Dear Leo

      @leo01

      Cool website!, could you please confirm the following before other debugging:

      Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

      Any custom CSS or JS that may interfere is temporarily removed.

      Any third-party plugins are de-activated to see if this resolves the issue.

      If using a WordPress Cache plugin, disable it or clear your cache.

      If your WordPress Dashboard shows a warning "PHP Update required”
 Please update your PHP version in your webhost control panel.

      Possibly your website is running PHP 8.0 this has been known in some cases to cause issue.


      Talk soon Leo and have a great day 🌻
      Richard
      L 1 Reply Last reply
      0
      • RichardR Richard

        Dear Leo

        @leo01

        Cool website!, could you please confirm the following before other debugging:

        Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

        Any custom CSS or JS that may interfere is temporarily removed.

        Any third-party plugins are de-activated to see if this resolves the issue.

        If using a WordPress Cache plugin, disable it or clear your cache.

        If your WordPress Dashboard shows a warning "PHP Update required”
 Please update your PHP version in your webhost control panel.

        Possibly your website is running PHP 8.0 this has been known in some cases to cause issue.


        Talk soon Leo and have a great day 🌻
        Richard
        L Offline
        L Offline
        leo01
        wrote on last edited by
        #4

        THANKS!

        @Richard said in Mobile image size not correct / too big:

        Dear Leo

        @leo01

        Cool website!, could you please confirm the following before other debugging:

        Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

        JES

        Any custom CSS or JS that may interfere is temporarily removed.

        No but it worked before. I do have some custom css in the laytheme options

        Any third-party plugins are de-activated to see if this resolves the issue.

        Not many active, just realised the issue comes from Imagify. It serves WEP images for the website

        This setting causes the error:
        Screenshot 2021-11-08 at 16.44.23.png

        If i switch it to rewirite it works.
        Can you recommend that setting.

        If using a WordPress Cache plugin, disable it or clear your cache.

        Done before checking

        If your WordPress Dashboard shows a warning "PHP Update required”
 Please update your PHP version in your webhost control panel.

        Possibly your website is running PHP 8.0 this has been known in some cases to cause issue.


        Talk soon Leo and have a great day 🌻
        Richard

        Best
        Leo

        1 Reply Last reply
        0
        • L Offline
          L Offline
          leo01
          wrote on last edited by
          #5

          Actually i realized that the cover option is still not disabled on mobile. but i did check that setting in laythme settings. Cover options > Disable Cover for phone.

          But it still shows.
          would be great to disable that.

          Best
          Leo

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

            Dear Leo

            @leo01

            Thanks for the above info, great to know and happy you solved one of the issues.
            Regarding the 'Cover' Still visible on Mobile, can we test in an Ingocnito window to make sure it's not your Browsers Cache & also test on a true mobile device to make sure it's not the use of a Desktop or Laptop (but in Mobile width) that is triggering the Cover response.


            Best wishes Leo! 🌞
            Richard
            1 Reply Last reply
            0
            • L Offline
              L Offline
              leo01
              wrote on last edited by
              #7

              Hey.

              Yes cover is visible on a real mobile as well :(

              Best
              Leo

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

                Dear Leo

                @leo01

                Thanks for testing. Unsure why you are having issue, due to exact setup, but we can easily disable the Cover region manually if you want to.

                The following code can be added into > Lay Options > Custom CSS & HTML >
                If you want the cover to only be disabled for Mobile then add the code into the "Mobile CSS" area or if you want it disabled for both Desktop and Mobile then just add it to "Custom CSS" Area.

                .cover-region {
                    display:none;
                }
                

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


                Talk soon Leo and let me know how you go! 🌝
                Richard
                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  leo01
                  wrote on last edited by leo01
                  #9

                  @Richard said in Mobile image size not correct / too big:

                  .cover-region {
                  display:none;
                  }

                  Thanks Richard.
                  Very stange i added the code in the css mobile field. Purged cache and minify Cache and still the same - cover shows on mobile (iphone in incognito mode)Screenshot 2021-11-10 at 11.38.21.png image url)

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

                    Dear @leo01

                    Sorry that my initial code didn't work. Here when testing on Mobile within a Browser it's fine:
                    Screen Shot 2021-11-16 at 10.01.51 AM.png

                    But within a Mobile Simulator (& true mobile device) its not:
                    Screen Shot 2021-11-16 at 10.01.38 AM.png

                    Could you please also add the following code in the Mobile CSS Area & let me know how you go:

                    .first-row {
                    display:none;
                    }
                    

                    Talk soon Leo, once again sorry that it was correct the first time 🌻
                    Richard
                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      leo01
                      wrote on last edited by
                      #11

                      Hi.

                      I deleted the first Mobile css aoption and replced it.

                      Still the same problem.
                      In Iphone 11 at least.

                      Clearecd Cache and all after changing as well

                      IMG_FF7DCDB72B3A-1.jpeg

                      This is all the CSS i have in the Mobnile css section:

                      .thumb .titlewrap-on-image.on-image.lay-textformat-parent .title {
                      font-size: 22px;
                      }

                      .first-row {
                      display:none;
                      }

                      Best
                      Leo

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        leo01
                        wrote on last edited by
                        #12

                        @Richard
                        You still here?

                        Best
                        Leo

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

                          Dear Leo

                          @leo01

                          I am here 🌻sorry for delay - I have sent you a message via 'Chats' & hope to talks soon, have a wonderful weekend and best wishes

                          Richard

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

                            Dear Leo

                            @leo01

                            You have a number of Third-party plugins installed. This is likely the cause of issue. Problems with Jetpack and Yoast SEO are known, also a large stored Cache.

                            After de-activating to test, I see on Mobile devices the "cover-region" is working as it should - 'Not Visible' as set within > Lay Options > Cover Options.

                            Here testing on a true mobile device (this is the first row of your layout and not the "cover-region"):
                            Screen Shot 2021-12-08 at 10.40.09 AM.png


                            Hope this helps & best wishes ✨
                            Richard
                            1 Reply Last reply
                            0
                            • L Offline
                              L Offline
                              leo01
                              wrote on last edited by
                              #15

                              ? Im sorry but the screenshot shows the cover that should be hidden.
                              That is the cover (row) image with the text.

                              Maybe we talk different subjects?

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

                                Dear Leo

                                @leo01

                                Sorry but there may be a mis-understanding. The Cover is the first row.

                                Screen Shot 2021-12-09 at 9.50.09 AM.png

                                https://laytheme.com/documentation.html#covers

                                If you do not want this image on mobile you can just delete the row?


                                Originally i thought the issue was "Cover is disabled for phone"

                                Screen Shot 2021-12-09 at 9.53.20 AM.png

                                Was applied but the cover behaviour was still there. Now everything is working fine no? the ROW exists but the cover behaviour does not.

                                " The cover will disappear underneath your content when you scroll down. A Cover is always browser filling."


                                Happy to help however i can Leo and reach a solution that you want.

                                Best wishes ✨
                                Richard

                                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