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. Split screen website Thumbnail grid hides active project

Split screen website Thumbnail grid hides active project

Scheduled Pinned Locked Moved General Discussion
7 Posts 2 Posters 168 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
    jacobtegel
    wrote on Jan 30, 2023, 5:11 PM last edited by
    #1

    Hey guys, i am currently working on a new Website using the Laytheme splitscreen method following the Tutorial.
    But instead of using a Project Index we want to use a Thumbnail Grid. However, when inside of an active Project, the Thumbnail for this project disappears from the grid. Is there a way to change this behaviour so that all projects will stay inside the grid? Perhaps i am just missing a checkmark in some place?

    Site: new.blila.de

    I have also found, that the last content-row of the project (right half) will be cut off.

    [Another, unrelated, question: is there a way to further style the tags inside the grid (under each project); like for example changing the separator like in the project index?]

    Thank you so much in advance!

    All the best,
    Jacob

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arminunruh
      Global Moderator
      wrote on Feb 10, 2023, 1:10 PM last edited by
      #2

      I have also found, that the last content-row of the project (right half) will be cut off.

      can you set your frame-bottom to use px in lay options → gridder defaults

      not sure if this is related, please send a screenshot and url of where this happens

      But instead of using a Project Index we want to use a Thumbnail Grid. However, when inside of an active Project, the Thumbnail for this project disappears from the grid. Is there a way to change this behaviour so that all projects will stay inside the grid? Perhaps i am just missing a checkmark in some place?

      I can code a setting for this, i dont know when i will have time for this, i wrote it down

      [Another, unrelated, question: is there a way to further style the tags inside the grid (under each project); like for example changing the separator like in the project index?]

      no

      i will need to code settings for this

      J 1 Reply Last reply Feb 14, 2023, 4:17 PM
      0
      • A arminunruh
        Feb 10, 2023, 1:10 PM

        I have also found, that the last content-row of the project (right half) will be cut off.

        can you set your frame-bottom to use px in lay options → gridder defaults

        not sure if this is related, please send a screenshot and url of where this happens

        But instead of using a Project Index we want to use a Thumbnail Grid. However, when inside of an active Project, the Thumbnail for this project disappears from the grid. Is there a way to change this behaviour so that all projects will stay inside the grid? Perhaps i am just missing a checkmark in some place?

        I can code a setting for this, i dont know when i will have time for this, i wrote it down

        [Another, unrelated, question: is there a way to further style the tags inside the grid (under each project); like for example changing the separator like in the project index?]

        no

        i will need to code settings for this

        J Offline
        J Offline
        jacobtegel
        wrote on Feb 14, 2023, 4:17 PM last edited by
        #3

        can you set your frame-bottom to use px in lay options → gridder defaults
        not sure if this is related, please send a screenshot and url of where this happens

        I did that, unfortunately this doesn’t solve it (yeah, it’s a good workaround, but it’s not like there’s a universal amount of px cut off, it seems to depend on the row height. For example in this project http://new.blila.de/25-euro-finance-week/ i set the frame-bottom to 25px but it sits right at the bottom of the page. And on http://new.blila.de/25-euro-finance-week/ i also set frame-bottom to 25px and here the images are even cut off (if only by a bit but still).

        Screenshot 2023-02-14 at 17.13.07.jpeg Screenshot 2023-02-14 at 17.13.02.jpeg Screenshot 2023-02-14 at 17.12.52.jpeg Screenshot 2023-02-14 at 17.12.46.jpeg

        And you can also see that the background of the left half doesn’t extend do the bottom of the page, probably because the page is shorter than the left half. But i could possibly find a workaround with custom CSS.

        I can code a setting for this, i dont know when i will have time for this, i wrote it down

        Thank you!

        no
        i will need to code settings for this

        Thank you anyways!

        1 Reply Last reply
        0
        • A Offline
          A Offline
          arminunruh
          Global Moderator
          wrote on Feb 15, 2023, 1:38 PM last edited by
          #4

          the background of the footer will expand if you use this css:

          #footer{
              box-sizing: border-box;
              min-height: 100%;
          }
          

          ok for the other issue:

          #grid{
          box-sizing: border-box;
          }
          

          i think that should fix both issues
          updating the tutorial

          1 Reply Last reply
          1
          • A Offline
            A Offline
            arminunruh
            Global Moderator
            wrote on Feb 15, 2023, 2:30 PM last edited by
            #5

            ok can u update lay theme now

            go to lay options, scroll down, and uncheck
            "Hide current Project from Thumbnailgrid"

            1 Reply Last reply
            2
            • J Offline
              J Offline
              jacobtegel
              wrote on Feb 28, 2023, 8:58 AM last edited by
              #6

              thank you so much for adding the options to the settings as well as for the custom code; that fixed all the issues!

              1 Reply Last reply
              0
              • A Offline
                A Offline
                arminunruh
                Global Moderator
                wrote on Mar 2, 2023, 11:59 AM last edited by
                #7

                aha amazing :)

                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
                M
                MWPA
                7 minutes ago
                E
                ericcodina
                18 minutes ago
                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