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

A

alasdair17

@alasdair17
About
Posts
456
Topics
50
Shares
0
Groups
0
Followers
5
Following
0

Posts

Recent Best Controversial

  • scroll slider
    A alasdair17

    @arminunruh sounds good, thanks!

    Addons

  • scroll slider
    A alasdair17

    @arminunruh i live in glasgow, scotland but have visited berlin a few times, very fun city!

    yeah we could give that a go but there is no huge rush as i'm working on other projects at the moment :)

    Addons

  • Advanced right-clock options for various elemtens (stack, text, image, etc.)
    A alasdair17

    would be cool if we could add a background colour to the whole stack not just to the elements inside the stack, so perhaps if there was a background colour option here:

    Screenshot 2025-10-08 at 16.18.04.png

    :)

    Feedback

  • scroll slider
    A alasdair17

    @arminunruh 18.6.2

    ah, I think I know why. I use 'single tab' in iphone settings > app > safari (scroll to bottom) and you have 'tab bar' and 'single tab'.

    I've just tried it in 'tab bar' and works smooth like in your recording.

    So possibly to do when safari is set to 'single tab', interesting...

    Addons

  • scroll slider
    A alasdair17

    thanks @arminunruh really appreciate you looking into it. The recording you made looks really smooth! it must be my phone, i'll see if I can upgrade the ios!

    Addons

  • scroll slider
    A alasdair17

    hey @arminunruh thanks for the update.

    sorry lightbox is working now, amazingly I simply just didn't have the 'activate for phone version' box ticked, for whatever reason I forgot that setting existed!

    The crashing issue is still very much the same on ios safari although ios chrome works a lot better.

    Sure here is a link: https://alasdairdimmick.com/lagoon/

    Addons

  • WooCommerce: Product images not displayed in Orders/Emails with Lay Theme
    A alasdair17

    hey, I think you need to activate the new woocommerce email template to see product images in emails. If you go to:

    woocommerce > settings > emails > scroll to the bottom I think it's in there

    or

    woocommerce > settings > advanced > features > email improvements and tick the box.

    You need at least woocommerce version 9.8, you can read more about it here: https://developer.woocommerce.com/2025/04/09/woocommerce-9-8-modernized-designs-and-email-previews/#h-modernized-email-templates-and-previews

    Hope that's useful!

    Shop / WooCommerce

  • Project index – categories separator
    A alasdair17

    @arminunruh said in Project index – categories separator:

    image.png

    it seems that i can pretty easily add a tag box to a media library item edit page.
    would tag filtering be enough or would you also need categories, like we have for thumbnailgrid?

    hey Armin, wonder if this is something you are still considering? I'd love to use this feature for a website, obviously understand you have many other things to do and I'm always appreciative of how well you respond to feedback and suggestions. It would be great if it is something on your list of potential features for the future. I think it would be used by lots of people as sometimes I think it's nice and useful to be able to filter the images within a project especially if there is lots of images and you are looking for something specific.

    I wonder if too you could search for images via the media 'tags' or 'categories' in the search bar feature on the navigation bar and it displays the images in the results which could then be opened into a lightbox, ha perhaps I'm asking too much!

    General Discussion

  • Gridder hides content / thumbnail grid
    A alasdair17

    @arminunruh hey, I had this issue months ago where the thumbnail grid was empty on the gridder but showed fine on live site: http://laythemeforum.com:4567/topic/10379/gridder-bug-and-empty-thumbnail-grid/

    and the latest update has fixed it now, thanks!

    Bug Reports

  • rid Tag Filter text color on mouseover
    A alasdair17

    @shchepinov yeah I know, was just a little tip.

    try this:

    .tag-bubble:hover {
    color: #fff;
    }

    General Discussion

  • rid Tag Filter text color on mouseover
    A alasdair17

    @shchepinov ah okay usually you need a ; there, do you have a link to your site?

    General Discussion

  • rid Tag Filter text color on mouseover
    A alasdair17

    hey, do you have a link for a closer look?

    you need to put a ";" after "fff", maybe why it's not working.

    General Discussion

  • Rounded corners
    A alasdair17

    @fernandol97 just realised it wasn't working was because you were missing a closing bracket }

    that's why it was showing up as red, you needed a closing } after "hidden;"

    General Discussion

  • Rounded corners
    A alasdair17

    @fernandol97 nice one!

    General Discussion

  • Rounded corners
    A alasdair17

    @fernandol97

    body.slug-photographs .type-elementgrid .img img {
    border-radius: 0;
    }

    try pasting this in, strange why its not working hmm

    General Discussion

  • Rounded corners
    A alasdair17

    @fernandol97 I've noticed on your website your photos page has a -2 after the url so it would need to be:

    body.slug-photographs-2 .lay-carousel {
    border-radius: 0;
    }

    body.slug-photographs-2 .type-elementgrid .img img {
    border-radius: 0;
    }

    etc etc

    for case studies, just take the individual case study url so for the car one it would be:

    body.slug-volvoex90 .lay-carousel {
    border-radius: 0;
    }

    etc etc

    Any issues let me know, i'm happy to help :)

    General Discussion

  • Rounded corners
    A alasdair17

    @fernandol97 hey, try adding:

    "body.slug-photography" before your selectors on your new photography page like:

    body.slug-photography .type-elementgrid .img img{
    border-radius: 0px;
    overflow: hidden;
    }

    if your photography url page isn't /photography you would just change photography to whatever you've called it :)

    for a case study try:

    body.slug-volvoex90 .type-elementgrid .img img {
    border-radius: 0px;
    overflow: hidden;
    }

    There's useful css info here: https://laytheme.com/documentation/custom-css-styling.html

    General Discussion

  • scroll slider
    A alasdair17

    @panteley apologies for jumping into your thread here! it felt like we had similar questions :)

    Addons

  • scroll slider
    A alasdair17

    @arminunruh 18.5 / iphone 12 :)

    Addons

  • scroll slider
    A alasdair17

    @arminunruh here's a screen recording: https://alasdairdimmick.com/ScreenRecording_08-08-2025 11-31-10_1.mp4

    It just seems to get a bit stuck sometimes if you scroll towards the bottom.

    I don't mind not using 'infinite' for the mobile, happy to use 'normal' but would love to use 'infinite' for desktop with lightbox option :D

    thanks Armin.

    Addons
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search