Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. sds
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 18
    • Best 0
    • Controversial 0
    • Groups 0

    sds

    @sds

    0
    Reputation
    2
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sds Unfollow Follow

    Latest posts made by sds

    • RE: Make Phone sitetitle centered vertically on front page

      I've also tried

      body.slug-index .sitetitle {
          left: 50%!important;
          top: 50%!important;
      }
      

      As changing these values directly in the browser inspect panel will correctly place the sitetitle img in the center of the browser. However, using these values in the custom css has no effect.

      posted in General Discussion
      S
      sds
    • Make Phone sitetitle centered vertically on front page

      Hello. I've tried for ages to make my sitetitle image centered both horizontal and vertically on just the frontpage and only on the Phone version. Normally, the sitetitle is top left centered.

      So far, I've target the css as following and put it in the Custom CSS for Mobile

      body.slug-index .mobile-title img {
      
      }
      

      I can resize the title to fill out the screen, so it's horizontal centered, but no matter what I can't make it vertically centered. It will only be positioned on top of the screen, so somehow it might be keeping it's "top left" values.

      Any suggestions, thanks!

      posted in General Discussion
      S
      sds
    • Text format specified for Phone not updating

      I've set a couple of specific headline and body formats in my Text Formats option. However, when putting in values in the Phone section, these don't update. I can see the changed inputs in my grid, but on the site they are not updated.

      For example, my Medium headline (H2) is set to 22px, which looks correct in the grid:
      Screenshot 2022-12-28 at 13.57.18.png

      But seeing it on the finished site looks like this:
      Screenshot 2022-12-28 at 13.57.31.png

      Changing values in Text Formats shows the changes in the grid, but the result only shows this tiny size. There is no interfering size values in the source code either.

      posted in Bug Reports
      S
      sds
    • New feature Make Sticky not working, breaking rows

      Thanks for adding the sticky option, it's a great add-on feature. However, I'm not sure if it's currently working correct.

      I've set a browser height column with a Make Sticky text-box, as seen below.
      Screenshot-2022-12-14-at-11.28.23.jpg

      But in the published site, the text is randomly pushed over to the row above, and there's no sticky effect.
      Screenshot-2022-12-14-at-11.28.32.jpg

      posted in Bug Reports
      S
      sds
    • New content doesn't automatically add to phone version?

      Hello

      Is it correct that if I check "Sync all elements by default" in the custom phone layout, new content added to the desktop won't automatically be added to the phone version as well?

      posted in General Discussion
      S
      sds
    • RE: Can no longer upload .woff

      @DLB I've just tried to upload into the media library instead, but I get the same message: "Sorry, you are not allowed to upload this file type." Happens with both .woff and .woff2

      I've tried deactivating all other plugins and even reinstalled the laytheme, but nothing helps.

      posted in Bug Reports
      S
      sds
    • Can no longer upload .woff

      Since yesterday I am no longer able to upload any .woff or .woff2 fonts. I've tried with different fonts, that I had previously uploaded succesfully, but now all woff/woff2 produce the following error:

      Screenshot 2022-12-07 at 10.35.50.png

      posted in Bug Reports
      S
      sds
    • After latest update rows not working correct

      Hello

      I've just updated to version: 4.9.4 and now the function "Use Browser Height for Row Height" is being ignored and images are now flowing into the second row. I did not make any changes to the site, it just suddenly looked strange after the update.

      Carousel has also stopped autoplay function. And using the Custom aspect ratio and setting it to be a square size that fills the browser height is also making the carousel flow into the second row.

      How it looks in edit. (see a row gutter between the two rows)
      Screenshot 2022-11-28 at 12.53.37.png

      How it now looks published
      Screenshot 2022-11-28 at 12.53.46.png

      posted in Installation Problems
      S
      sds
    • RE: Carousel, change position of captions on mobile

      I've managed to move the captions out of the slide, however I can't change the numbers and paddings.

      I've made a new text format and called it _CarouselMobile because the format used for the browser carousel don't fit the mobile version very well.

      However, while the caption is now a different color and smaller text size - as needed - the numbers are still using the generel rule from Carousel settings, thus making the numbers a different color and size than the captions on phone version.

      The padding is also force using the Carousel settings even though I've tried to change it for the .mobilecarousel through custom css.

      This does nothing:

      .mobilecarousel .lay-carousel-sink-parent .numbers {
          padding-bottom: 10px!important;
          padding-right: 10px!important;
          
      }
      

      Here you can see that I can only change captions. The numbers are still white and larger, and the overall padding is too big compared to the image in the carousel. (I made a grey background so you can see, but ideally I need a white background)

      Screenshot 2022-10-18 at 11.07.07.png

      posted in Addons
      S
      sds
    • Carousel, change position of captions on mobile

      Hello. I've made a custom phone layout of my website with a seperate carousel from my desktop version. On desktop, the captions are positioned on the carousel.
      However, this does not look good on mobile. Is there a way to position the captions below the carousel on mobile, but keep them on the carousel on desktop?

      I've added a custom HTML class for the phone-carousel and named it "mobilecarousel" so I can target this carousel seperate from my desktop version

      posted in Addons
      S
      sds