Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. alasdair17
    A
    • Profile
    • Following 0
    • Followers 1
    • Topics 17
    • Posts 103
    • Best 16
    • Controversial 0
    • Groups 0

    alasdair17

    @alasdair17

    19
    Reputation
    135
    Profile views
    103
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    alasdair17 Unfollow Follow

    Best posts made by alasdair17

    • RE: Media Upload organization

      Hey, I'd recommend this plugin: https://ninjateam.org/wordpress-media-library-folders/

      I'm using it for a website just now and it works really well and is compatible with LayTheme.

      Cheers,

      Alasdair

      posted in General Discussion
      A
      alasdair17
    • RE: Row image background wrong side

      @Remco-van-Dun hey, I think it's a bug in the latest update. I've found a temporary solution if you use this code in your css:

      .background-image img {
      left: auto !important;
      }

      Hopefully works for you as well! Cheers

      posted in Bug Reports
      A
      alasdair17
    • RE: Background images are moved since last Update.

      @fabiandraxl same issue for me, be great if this could be fixed! thanks armin!

      posted in Bug Reports
      A
      alasdair17
    • RE: slow site even if following documentation instructions

      @arminunruh no problem at all! I'm more than happy to help answer some basic questions. I use LayTheme for my work very often so I like being able to support it :)

      posted in General Discussion
      A
      alasdair17
    • RE: slow site even if following documentation instructions

      @clelia-cadamuro hey clelia, your website loads pretty quickly for me - it doesn't seem slow at all. Also, the license key you got means the same key will work for three websites. Hope that helps a bit :)

      posted in General Discussion
      A
      alasdair17
    • RE: Adding a link to an image

      @robertar hey man, after you right click the image and click 'link image' a dialog box pops up and at the top you can type in the link address.

      posted in General Discussion
      A
      alasdair17
    • RE: Can't add a Footer Menu

      hey man, you need to create a new page, design what you need in your footer and then save it. Once you've done that go to Lay Options > Footer and then activate it in there. There's more info here: https://laytheme.com/documentation/footers.html

      posted in General Discussion
      A
      alasdair17
    • RE: News Feature

      @fabiandraxl said in News Feature:

      @alasdair17

      Yes, these are Projects with the Filter Options of the Project Thumbnail Grid.

      Ah, yeah on second look I thought so. Thanks for your help anyway and great website!

      posted in General Discussion
      A
      alasdair17
    • RE: Filter by images rather than projects

      Hi Richard,

      With the latest update of Project Thumbnails allowing filterable categories and tags it is working great for this project I am working on so no worries at all!

      Cheers,

      Alasdair

      posted in General Discussion
      A
      alasdair17
    • RE: Set standard templates for News / Projects / Sites.

      @fabiandraxl This is a good idea and would certainly be easier for when your client would like to make a new page themselves. My workaround just now is I just duplicate a page multiple times I've already designed and laid out so it's all ready for them to go and just need to edit the text, images, change the title and publish it.

      posted in Feedback
      A
      alasdair17

    Latest posts made by alasdair17

    • RE: hide menue points when scrolling

      @fiona_oehler hey fiona, you could utilise the footer feature and place your menu links in there.

      posted in General Discussion
      A
      alasdair17
    • RE: slow site even if following documentation instructions

      @arminunruh no problem at all! I'm more than happy to help answer some basic questions. I use LayTheme for my work very often so I like being able to support it :)

      posted in General Discussion
      A
      alasdair17
    • RE: Footer Missing on Shop Page

      @fabiandraxl I was playing around with the footer settings and I had left the, 'Choose a Page as Footer for Categories' set to the Shop page when I was experimenting and not only did it duplicate the shop twice it hid the footer. I've set it now to show the footer. All good now!

      posted in Bug Reports
      A
      alasdair17
    • RE: Footer Missing on Shop Page

      @fabiandraxl got it working now! cheers

      posted in Bug Reports
      A
      alasdair17
    • RE: slow site even if following documentation instructions

      @clelia-cadamuro hey clelia, your website loads pretty quickly for me - it doesn't seem slow at all. Also, the license key you got means the same key will work for three websites. Hope that helps a bit :)

      posted in General Discussion
      A
      alasdair17
    • RE: Footer Missing on Shop Page

      @fabiandraxl thanks for getting back to me so quickly. Yeah, strange one as it's showing up on individual product pages, just not the main shop page. I'll keep digging to see why. Thanks again.

      posted in Bug Reports
      A
      alasdair17
    • RE: Footer Missing on Shop Page

      @fabiandraxl hey fabian, whereabouts were you able to activate your footer for your shop? Doesn't seem to be showing up on a website that I'm working on despite having the footer applied to all pages. Thanks!

      posted in Bug Reports
      A
      alasdair17
    • RE: Adding a link to an image

      @robertar glad you got it working for internal links, best to let @arminunruh know about the external link issue :)

      posted in General Discussion
      A
      alasdair17
    • RE: Hide carousel caption on project page

      @ThomasH ah, maybe try this?

      .type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink .captions-wrap
      display: none !important;
      }

      posted in General Discussion
      A
      alasdair17
    • RE: Hide carousel caption on project page

      @ThomasH hey, try adding !important after none :)

      so like:

      .type-project id-412 slug-bouncing-patterns-accordion-stripes .lay-carousel-sink {
      display: none !important;
      }

      posted in General Discussion
      A
      alasdair17