@thechaosroad yeah i understand, maybe this feature will happen someday.
alasdair17
Posts
-
Can you turn off Lightbox for images in the Element grid?6 days ago -
Can you turn off Lightbox for images in the Element grid?6 days ago@thechaosroad i suppose for a work around instead of using an element grid you could just place each image individually on the grid over multiple rows and right click the image and click the turn off lightbox.
-
Can you turn off Lightbox for images in the Element grid?7 days ago@thechaosroad hey, right click your element grid and click 'turn lightbox off'. Hope that helps.
Don't think you can turn individual images on and off in an element grid.
-
Project Index and enumeration symbols / bullet Points?8 days agohey, this might be relevant but I recently discovered you can add html directly into the page/project title in the editor. So if you paste in a bullet point into where you type your project title (above the permalink) it should show up on the project index, like this:
• My project title
or
✱ My project title
There are bunch of different symbols here you can copy and paste: https://www.piliapp.com/symbol/bullet-point/
Hope that helps!
-
A modal/pop up window displaying extra info9 days ago@abc Page Overlays, you can activate them in 'lay options' > 'lay options' and then there will be settings at the bottom right in the page editor next to the grid.
-
Rounded corners for background colour10 days agoahh yeah sorry I just tried myself and it didn't work, I thought that would work for a whole row. If you add the code to the grid id (#grid) it rounds the bottom of the website but not the top, hmm you might want to ask @arminunruh for help.
-
Rounded corners for background colour10 days agodo you have a link to your website?
-
Rounded corners for background colour11 days agohey if you right click the row on the gridder and give it a class like, 'roundcolour' and then in css type this:
.roundcolour {
border-radius: 20px;
}Hope that helps!
-
display project index title over two lines11 days ago@arminunruh thank you so much, this works perfectly!
-
display project index title over two lines15 days agoi've found if I add a <br> in the title it breaks the text into two lines, perhaps there is a cleaner way of doing this?
-
display project index title over two lines15 days agohey @arminunruh
any way of displaying the project title on the index over two lines whilst using the 'columns' option?
at the moment a few of my client's projects have really long titles and categories and I think he would prefer that the full title is visible but currently it seems it can only stay on one line with ellipsis.
Thanks!
Alasdair
-
Mobile Website Display – LAYOUT error16 days agohey, I just tried felix's code and if you take out 'desktop' it should work as I just tried it in inspector. Try this:
.cover-content {
display: none !important
} -
Enable mobile version on one page and page content only?22 days agohey, if you reenable the mobile layouts option and then delete the mobile layout from every other page but keep that page with the mobile layout. Hope that makes sense!
-
Credit card box23 days agoamazing work as always @arminunruh :)
and yeah I totally agree with you there on how great that there is still some free software out there, and yeah there are far too many subscriptions now!
-
Credit card box23 days agohey, I saw Woo are beginning the process of some major changes, you might have seen their new branding etc and it looks like they are updating the functionality of WooCommerce too. More info here: https://woocommerce.com/posts/introducing-the-new-woo-brand/
Anyway I found this other blog post which might be relevant to this topic and hopefully this means they will make the card checkout more customisable: https://developer.woocommerce.com/2024/12/16/modernizing-the-woocommerce-payments-experience-technical-changes-ahead/
-
Carousel Modal shows up outdated (?)27 days agohey, actually it's the other way round haha! The top screenshot is how the carousel looks now. If you click the transition dropdown there are more options there and or if you click more options down the left side then even further options will appear depending on what type of carousel you want. Hope that makes sense!
-
fixed element on top (z-index issue)Mar 1, 2025, 4:47 PMhey, add !important; after the 5, like this:
z-index: 5 !important;
I tried it in inspector and it works. Hope that helps!
-
avoid rounded corners for thumbnailsFeb 25, 2025, 3:21 PM@leandrodisler might be because your .ph class has border-radius, maybe try changing that to 0px? the .ph class seems to be invovled with project thumbs so might be why.
-
avoid rounded corners for thumbnailsFeb 25, 2025, 12:36 PM@leandrodisler hey if you right click the thumbnail grid on the gridder and give it a class called 'noround' and then in css type in:
.noround img {
border-radius: 0px;
}That should do it.
-
Furniture renderings side project (studiocoolberlin.de)Feb 20, 2025, 2:38 PM@mathias_k hey, if you activate "Scroll Transitions" and
"Activate on Scroll Element Transitions" in Lay Options it should work! :)
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it