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. 2 projects on the same row/one on top of the other

2 projects on the same row/one on top of the other

Scheduled Pinned Locked Moved General Discussion
12 Posts 3 Posters 1.4k 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.
  • J Offline
    J Offline
    jsharpz
    wrote on last edited by
    #1

    Hi there,

    Was just wondering if it is possible to have projects on top of each other in a row - when i try drag them in a red box appears. I want my projects to be offset to create a more fluid look. similar to this example.

    al.jpg

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alexandrap
      wrote on last edited by alexandrap
      #2

      One way is If you right click on an image, you can offset it in any direction, and thereby overlap it. To choose which is on top, you'd have to add CSS z-index, I suppose.

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

        hey jsharpz!

        Yea, at the moment working with y-offsets is the only way, as alexandrap has said. In the future I want to add a feature where you can add your project thumbnails so they will have a masonry layout, that is more like your example.
        By the way, do you have a link to your example?

        J 1 Reply Last reply
        0
        • arminunruhA arminunruh

          hey jsharpz!

          Yea, at the moment working with y-offsets is the only way, as alexandrap has said. In the future I want to add a feature where you can add your project thumbnails so they will have a masonry layout, that is more like your example.
          By the way, do you have a link to your example?

          J Offline
          J Offline
          jsharpz
          wrote on last edited by
          #4

          @arminunruh thanks for the quick reply! One more thing, I'm looking to try and have my categories page(front page) under each projects page so that you don't have to go backwards all the time - the image shows the front page from my post above, below the project that is selected. is this possible? - Cheers, james

          Screen Shot 2016-09-20 at 17.19.43.png

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

            Hey! You can use the footer feature to do this.
            http://laytheme.com/documentation.html#footers
            At the moment it doesn't support selected thumbnails based on what project you're at.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jsharpz
              wrote on last edited by
              #6

              thanks! worked a treat! is there a way to apply shadow to images ?

              James

              1 Reply Last reply
              0
              • J Offline
                J Offline
                jsharpz
                wrote on last edited by
                #7

                one last thing! - is it possible to have caption e.g 1-4 under carousel on mobile?

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

                  If you want to add a drop shadow, to project thumbnails u can do that by using custom css.
                  In "Lay Options" -> "Custom CSS & HTML" -> "Custom CSS for Desktop version" enter:

                  .thumb-rel{
                  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
                  }

                  I used this website to generate the shadow:
                  http://www.cssmatic.com/box-shadow

                  Hm, normally the captions and numbers should be shown, also on mobile. Can you please give me a link to where that doesn't work? Could be a bug. Thanks.

                  1 Reply Last reply
                  0
                  • J Offline
                    J Offline
                    jsharpz
                    wrote on last edited by
                    #9

                    thanks again man, great service you've got here! my site is jamessharpe.co - i do remember it working at one point but seems to have disappeared!

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

                      Hey! Thx!
                      Ahw yeah, it's cut off at the bottom because your "space bottom" for mobile is 0. I need to fix this one day.
                      Right now you can fix it like that: Go to "Customize" -> "Mobile" -> "Mobile Spaces" -> then set "Space below Content" to something like 5%

                      1 Reply Last reply
                      0
                      • J Offline
                        J Offline
                        jsharpz
                        wrote on last edited by jsharpz
                        #11

                        Unfortunately I already had the bottom percentage at 10% so not sure what the problem is? have adapted to 5% and still no luck

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

                          One thing, if you want to hide your whole footer for the phone version you can also do in "Custom CSS for Mobile Version":

                          #footer-region{
                          display: none;
                          }
                          

                          Ok until I have fixed this please use this css for the "Custom CSS for Mobile Version" field:

                          #main-region{
                          padding-bottom: 30px;
                          }
                          
                          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