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. mobile site crashes

mobile site crashes

Scheduled Pinned Locked Moved General Discussion
24 Posts 3 Posters 1.3k 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.
  • mariusjopenM Offline
    mariusjopenM Offline
    mariusjopen
    Global Moderator
    wrote on last edited by
    #2

    Dear @Toby
    oh wow! Looks like a bug!

    We will look into this!
    Which plugins do you have activated?

    Best!

    Marius

    www.mariusjopen.world

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Toby
      wrote on last edited by
      #3

      Thanks Marius
      Only have Lay Theme Carousel , Lay Theme Fullscreen Slider and Lay Theme Lightbox.
      Nothing else

      Cheers
      Toby

      1 Reply Last reply
      0
      • mariusjopenM Offline
        mariusjopenM Offline
        mariusjopen
        Global Moderator
        wrote on last edited by
        #4

        Dear @Toby
        ok. We will have a look.

        Best!

        Marius

        www.mariusjopen.world

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

          Did you add any custom code?

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Toby
            wrote on last edited by Toby
            #6

            Hi Armin

            Here's my custom code for for desktop and mobile - I have built separate layouts for the slideshow, shop and profile pages for the mobile

            and this source code is written within project description of my shop images (desktop)

            
            <p><img class="aligncenter" src="http://tobyneilan.com/wp-content/uploads/2019/01/BUY.png" /></p>
            
            

            Desktop css

            
            .type-project .sitetitle{
            display: none;
            }
            .hide-info {
                display: none;
            }
            
            .show-infos {
                display: block !important;
            }
            
            .type-category .descr{
            display: none !important;
            }
            #lightbox-region #lightbox-inner.cursor-left img,
            #lightbox-region #lightbox-inner.cursor-right img,
            .cursor-left,
            .cursor-right,
            body,
            a,
            .lightbox-css-on #lightbox-region .close-lightbox,
            .lightbox-css-on #main-region .col[data-type="img"] img,
            .scrolltotop,
            a{
            cursor: url(http://tobyneilan.com/wp-content/uploads/2019/01/dot_arrow_pink.png) 17 17, auto !important;
            }
            body {
            cursor: url(http://tobyneilan.com/wp-content/uploads/2019/01/dot_arrow_pink.png) 17 17, auto !important;
            }
            
            .col.above{
            	transform: translateY(-90px);
            	opacity: 0;
            }
            
            .col.below{
            	transform: translateY(90px);
            	opacity: 0;
            }
            
            .col.transition-in{
            	transform: translateY(0);
            	opacity: 1;
            }
            
            .col{
            	transition: transform 0.5s cubic-bezier(0.165, .84, .44, 1), opacity 0.5s cubic-bezier(0.165, .84, .44, 1);
            }
            
            

            Mobile css

            .burger{
            display:none;
            }
            
            .hide-info {
                display: none;
            }
            
            .show-infos {
                display: block !important;
            }
            .col.above{
            	transform: translateY(-90px);
            	opacity: 0;
            }
            
            .col.below{
            	transform: translateY(90px);
            	opacity: 0;
            }
            
            .col.transition-in{
            	transform: translateY(0);
            	opacity: 1;
            }
            
            .col{
            	transition: transform 0.5s cubic-bezier(0.165, .84, .44, 1), opacity 0.5s cubic-bezier(0.165, .84, .44, 1);
            }
            
            

            jQuery

            <script>
            jQuery(document).on("hover", ".info", function(event) {
            	 jQuery(".hide-info").toggleClass("show-infos");
            });
            </script>
            
            <style>
                .scrollto{
                    cursor: pointer;
                }
            </style>
            

            Thanks
            Toby

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

              Hey

              So that page does not crash for me on an iphone 7, neither does it on an iphone 6.
              0_1548950376012_Screenshot 2019-01-31 at 16.58.59.png

              You could try to remove your custom javascript and see if that changes anything.

              1 Reply Last reply
              0
              • arminunruhA Online
                arminunruhA Online
                arminunruh
                Global Moderator
                wrote on last edited by
                #8
                This post is deleted!
                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  Toby
                  wrote on last edited by Toby
                  #9

                  Hi Armin

                  I removed my custom javascript, cleared my history and web data on iPhone and it still crashes

                  including when rotated

                  Cheers
                  Toby

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

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

                    Marius

                    www.mariusjopen.world

                    T 1 Reply Last reply
                    0
                    • mariusjopenM mariusjopen

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

                      Marius

                      T Offline
                      T Offline
                      Toby
                      wrote on last edited by
                      #11

                      @mariusjopen - email has been sent

                      Thanks in advance
                      Toby

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

                        Hi @Toby
                        we are still on it.

                        0_1549279637000_Bildschirmfoto 2019-02-04 um 09.25.11.png

                        0_1549279695968_Bildschirmfoto 2019-02-04 um 09.25.21.png

                        Best!

                        Marius

                        www.mariusjopen.world

                        1 Reply Last reply
                        0
                        • T Offline
                          T Offline
                          Toby
                          wrote on last edited by
                          #13

                          Hi @mariusjopen / @arminunruh

                          Any news?

                          Cheers
                          Toby

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

                            hey again, so i managed to reproduce this on phone rotation and it's rlly unclear to me why this would happen.
                            i will need to look at this more closely, however, this week we have an important launch for another project so i don't have time to look into this more right now.

                            1 Reply Last reply
                            0
                            • T Offline
                              T Offline
                              Toby
                              wrote on last edited by
                              #15

                              Hi @arminunruh

                              Any news!?

                              Cheers
                              Toby

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

                                Nope sorry

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  Toby
                                  wrote on last edited by
                                  #17

                                  Hi @arminunruh

                                  Any news!?

                                  Cheers
                                  Toby

                                  1 Reply Last reply
                                  0
                                  • T Offline
                                    T Offline
                                    Toby
                                    wrote on last edited by
                                    #18

                                    Hi @arminunruh

                                    Any news!?

                                    Cheers
                                    Toby

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

                                      Hi @Toby
                                      sorry for the delay. I forwarded it again.

                                      Best!

                                      Marius

                                      www.mariusjopen.world

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

                                        No. I have too many other things to do at the moment and also this bug is rlly hard to fix. I've written it down and will try to fix it one day.

                                        T 1 Reply Last reply
                                        0
                                        • arminunruhA arminunruh

                                          No. I have too many other things to do at the moment and also this bug is rlly hard to fix. I've written it down and will try to fix it one day.

                                          T Offline
                                          T Offline
                                          Toby
                                          wrote on last edited by
                                          #21

                                          @arminunruh

                                          OH!

                                          it also effects the iPad too!

                                          1 Reply Last reply
                                          1
                                          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
                                          A
                                          adam
                                          P
                                          peterroden
                                          arminunruhA
                                          arminunruh
                                          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