Lay Theme Forum

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

    Images not showing in the website after update

    Installation Problems
    3
    16
    68
    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.
    • Gonzalo
      Gonzalo last edited by

      Hello Armin, after the update no images are showing on the website: www.kominekominekominek.com
      Images are visible in the admin but not in the frontend.
      Thank you
      Gonzalo

      1 Reply Last reply Reply Quote 0
      • jenswindolf
        jenswindolf last edited by

        Same here: https://jnswndlf.com

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

          oh yea wait a few minutes please and then update again

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

            ok you can update now and then it should work

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

              @Gonzalo

              your code throws a few errors

                  Frontend.GlobalEvents.on("newpageshown", function(layoutObj, type, obj){
                      $blackRows = jQuery(".blackrow");
                      $nav = jQuery("nav");
                      $nav.removeClass("white");
                  });
                  
                  jQuery(document).on("scroll", function(){
                      $blackRows.each(function(){
                          var rect = this.getBoundingClientRect();
                          if(rect.top - offset < 0 && rect.bottom - offset > 0){
                              $nav.addClass("white");
                              return false;
                          }else{
                              $nav.removeClass("white");
                          }
                      });
                  });
              

              try this instead:

                   var offset = 50;
                      var $blackRows;
                      var $nav;    
              
              window.laytheme.on("newpageshown", function(){
                      $blackRows = jQuery(".blackrow");
                      $nav = jQuery("nav");
                      $nav.removeClass("white");
                  });
                  
                  jQuery(document).on("scroll", function(){
              if( typeof $blackRows != 'undefined'){
                      $blackRows.each(function(){
                          var rect = this.getBoundingClientRect();
                          if(rect.top - offset < 0 && rect.bottom - offset > 0){
                              $nav.addClass("white");
                              return false;
                          }else{
                              $nav.removeClass("white");
                          }
                      });
              }
                  });
              
              Gonzalo 1 Reply Last reply Reply Quote 0
              • Gonzalo
                Gonzalo @arminunruh last edited by

                @arminunruh Thank you Armin! it works now, and thank you for the code.
                There are some things regarding the "customize" section of the admin that are not responding as they should, for example the project description's space top and the site title in the mobile version, I had this set up to hide but its always visible.
                Thank you for your super fast reply.
                Gonzalo

                1 Reply Last reply Reply Quote 0
                • jenswindolf
                  jenswindolf last edited by

                  The mobile site title and navigation are not showing correctly. Furthermore the mobile element grid just place images among each other although it should have columns.

                  Anyhow, thanks for your super fast reactions the last days.

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

                    hey @jenswindolf

                    oh yea so the site title position and site title itself on mobile should work.

                    go to customize -> mobile -> mobile site title and set your mobile site title and position there

                    however, yea the positioning of the mobile menu that is a desktop style mobile menu doesn't work properly again, if you update lay theme later today it should work again

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

                      @Gonzalo said in Images not showing in the website after update:

                      There are some things regarding the "customize" section of the admin that are not responding as they should, for example the project description's space top and the site title in the mobile version, I had this set up to hide but its always visible.

                      Oh yea please update later today and it should be fixed then

                      Gonzalo 1 Reply Last reply Reply Quote 0
                      • Gonzalo
                        Gonzalo @arminunruh last edited by

                        @arminunruh Great, thank you.
                        One thing I noticed is that when one scrolls down a page with the fullscreen slider on, clicks in a project thumb or link, then goes back to the page with the fullscreen slider, the previous version of the Laytheme used to "remember" your position in the page, and now it doesn't. To me this was important so I wanted to know if this is something that's going to be fixed. Thank you!

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

                          it might have remembered the position if your fullscreen slider has scrollbar enabled in its options. otherwise i'm pretty sure it couldnt remember that position

                          Gonzalo 1 Reply Last reply Reply Quote 0
                          • Gonzalo
                            Gonzalo last edited by

                            I didn't change the options of the fullscreen slider after the update. I do have the scroll bar checked but it doesn't remember the position as in the previous version of Laytheme.

                            1 Reply Last reply Reply Quote 0
                            • Gonzalo
                              Gonzalo @arminunruh last edited by

                              @arminunruh this page is a good example: http://www.kominekominekominek.com/artists
                              if you scroll down and click on a thumb and then go back it goes back to the top of the page.

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

                                ah ok

                                ok will write it down and see what i can do

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

                                  interestingly the website you gave as an example uses the latest lay theme and latest fullscreen slider version

                                  Gonzalo 1 Reply Last reply Reply Quote 0
                                  • Gonzalo
                                    Gonzalo @arminunruh last edited by

                                    @arminunruh Yes, sorry I didn't explain myself, as you can see in the example, the latest version of the laytheme doesn't remember the scroll position. The previous version did.
                                    Thank you for looking into this!

                                    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

                                    Recent Topics

                                    • N

                                      website blank.

                                    • S

                                      Theme crashed - because of Polylang?

                                    • S

                                      New fade-in / opacity bug?

                                    • A

                                      Unable to update lay theme / to login wp admin

                                    laytheme.com