Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Project Thumbnail Grid – Change column direction

    3
    0 Votes
    3 Posts
    90 Views
    RichardR
    Dear @franksvamp Hope you come to a solution soon, i don't have time at present sorry to guide you through, but may set you in a possible direction. 🌝 I was thinking of a faster hack but might not be elegant or work out correctly with your design: You create 3 identical single-column "Project thumbnail grids" (a,b&c): A B C 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 9 9 9 And then using Custom CSS remove the necessary ones to create the effect: https://css-tricks.com/useful-nth-child-recipies/ A - B - C 1 - 4 - 7 2 - 5 - 8 3 - 6 - 9 Therefore: Off column A was removed thumbnails 4,5,6,7,8,9 Off Column B was removed thumbnails 1,2,3 & 7,8,9 Off Column C was removed thumbnails 1,2,3,4,5,6 Best wishes Richard
  • Simple text description hover?

    2
    0 Votes
    2 Posts
    599 Views
    RichardR
    Dear @vthevoz This should set you in the right direction, sorry that i cannot help you completely through the process. You will see what's happening here though and what to do further: https://laytheme.com/documentation/custom-css-styling.html https://laytheme.com/documentation/custom-javascript.html Gridder Setup: [image: 1645512007705-screen-shot-2022-02-22-at-7.25.06-pm-resized.png] Important to note that you should make use of Lay Theme's built in captions as this should be much easier than adding HTML text areas under the images. The Image element should be given either a Custom Class or ID so we can target it easier: [image: 1645512123607-screen-shot-2022-02-22-at-7.24.25-pm-resized.png] Custom CSS: .magic-caption .caption{ display:none; } .caption-visible{ display:block !important; } JQuery: <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ jQuery(".magic-caption").click(function(){ jQuery(".caption").toggleClass("caption-visible"); }); }); </script> Reference: https://www.w3schools.com/jquery/html_toggleclass.asp Result: [image: 1645512402569-screen-shot-2022-02-22-at-7.45.50-pm-resized.png] [image: 1645512440141-screen-shot-2022-02-22-at-7.46.03-pm-resized.png] The Class caption-visible is added to the caption. This comes with new CSS information that tells this HTML element now to be visible. NOTE: you will see that the caption height created by becoming visible also affects the image to it's right horizontally. Both are pushed upwards. This is something to figure out 🌝 Hope this sets you in the right direction & best wishes Richard
  • Vertical Lines

    8
    0 Votes
    8 Posts
    255 Views
    RichardR
    Dear W @wardh This was done with the developer tools of the browser, they are extremely helpful for testing things before hard-coding. Any custom code would be added to your website via: Lay Options > Custom CSS & HTML > Custom CSS The documentation page will really help you with this (there is also help with developer tools): https://laytheme.com/documentation/custom-css-styling.html Best wishes Richard
  • Can the footer be displayed on top a body text that occupies 100vh??

    2
    0 Votes
    2 Posts
    57 Views
    RichardR
    Dear @NDT Custom CSS: #footer-region{ z-index:10; background-color:white; } Result: [image: 1645485377294-screen-shot-2022-02-22-at-12.14.35-pm-resized.png] https://laytheme.com/documentation/custom-css-styling.html best wishes and have a wonderful day ✨ Richard
  • Fixed element Z-index

    2
    0 Votes
    2 Posts
    110 Views
    RichardR
    Dear Laura @lauragrimm Am i correct that you resolved the problem? 🌝 [image: 1645479076018-screen-shot-2022-02-22-at-10.30.15-am-resized.png] [image: 1645479081500-screen-shot-2022-02-22-at-10.30.19-am-resized.png] Best Richard
  • 0 Votes
    2 Posts
    27 Views
    RichardR
    Dear @janek "My overall feedback is that we could use more documentation" Lay Theme does have a documentation page 🌝: https://laytheme.com/documentation/textformats-and-webfonts.html Here you will find more in-depth tutorials on Lay Theme's functions. Best wishes Janek and have a wonderful day Richard
  • How to hide elements on mobil?

    4
    0 Votes
    4 Posts
    70 Views
    RichardR
    Thanks @goldmine best of luck for the rest of your Project! ⭐️
  • Editing Link Preview Text?

    1
    0 Votes
    1 Posts
    44 Views
    No one has replied
  • Dropdown menu / submenu hover problem

    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • Images in same row one under the other

    6
    0 Votes
    6 Posts
    184 Views
    RichardR
    Thanks for the confirmation @NDT ⭐️
  • Text placement over background image gets lost on mobile

    4
    0 Votes
    4 Posts
    90 Views
    RichardR
    Dear @alucidwake Happy to hear all is working now for you, thank you for coming back and providing a conclusion to the thread 🌝 Best of luck Richard
  • 0 Votes
    13 Posts
    700 Views
    RichardR
    Thank you for supporting Lay Theme @FesT Best wishes ✨
  • Use mobile menu as desktop menu

    8
    0 Votes
    8 Posts
    354 Views
    RichardR
    Dear @j36g2 A user on this Forum has been great in suggesting this simple Plugin for a responsive desktop menu πŸ‘ https://wordpress.org/support/plugin/dc-full-screen-responsive-menu/ Best Richard
  • Simple CSS Button Style not working

    2
    0 Votes
    2 Posts
    66 Views
    RichardR
    Dear @matcampostrini I have reviewed the Buttonstyle tutorial to make sure and i can confirm it works: [image: 1645069848912-screen-shot-2022-02-17-at-4.48.01-pm-resized.png] [image: 1645069855439-screen-shot-2022-02-17-at-4.49.47-pm-resized.png] [image: 1645069859434-screen-shot-2022-02-17-at-4.49.57-pm-resized.png] I am happy to help & find out why this isn't the case for you. The link provided takes me here: [image: 1645069928913-screen-shot-2022-02-17-at-4.51.50-pm-resized.png] is there any way i can view this Button of yours? 🌝 ( also just to be sure; when giving the text element the class of buttonstyle you also need to update the page as well ) Talk soon Richard
  • Fixed text, scrollin images in the background

    8
    0 Votes
    8 Posts
    195 Views
    RichardR
    Great @stefanstraeter , thank you for supporting Lay Theme! πŸ‘
  • Password protected projects in index

    3
    0 Votes
    3 Posts
    58 Views
    arminunruhA
    mmh this was fixed a long time ago
  • Caption

    5
    0 Votes
    5 Posts
    84 Views
    arminunruhA
    okay elementgrids will be able to have a caption with the next update
  • Fullscreen slider with Cover option

    4
    0 Votes
    4 Posts
    62 Views
    RichardR
    Dear @doorofperception Possibly though i haven't tested this myself and would need to be custom coded by you 🌝 Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Update – Column gutters in pixels with the project thumbnail grid

    2
    0 Votes
    2 Posts
    78 Views
    RichardR
    Dear @Antoine-dvc Yes its currently not possible with the way the Grid is generated but will add to the development notes! βœ… Thanks you so much for supporting Lay Theme too! ⭐️ Sincerely Richard

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