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

RichardR

Richard

@Richard
Global Moderator
About
Posts
3.4k
Topics
3
Shares
0
Groups
1
Followers
12
Following
0

Posts

Recent Best Controversial

  • Row height on desktop vs mobile (and some other questions)
    RichardR Richard

    Dear @billykioso

    Have sent you a message via 'Chats'


    Best wishes
    Richard
    Feedback

  • two different project thumbnails
    RichardR Richard

    Dear Aleks

    @Aleksandar

    "So I'm wondering how I could link different images to the same project."

    Rather than duplicating each Project multiple times, i would suggest just making the layout in the Gridder and defining a link for them:
    Screen Shot 2022-06-07 at 11.26.08 AM.png

    This method should give you the most control in the future should you decide to change something πŸ‘


    Thank you for supporting Lay Theme
    Richard
    General Discussion

  • Borders in one Row off
    RichardR Richard

    Dear Fabi

    @fabiandraxl

    Thanks for the concise bug report. πŸ‘
    The following code should be 5% if that's what you defined in the "Set Frame" settings:

    #grid .push-0.not-first-child {
        margin-left: 2%;
    }
    

    Here with it changed to 5% you get the correct result:
    Screen Shot 2022-06-07 at 9.59.48 AM.png

    #grid .push-0.not-first-child {
        margin-left: 5%;
    }
    

    If you can confirm it's not a third-party plugin & its not your "Custom Head Content"

    Will forward this to Armin βœ…

    Please send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?


    Best wishes ✨
    Richard
    Bug Reports

  • In lightbox vertical images show good, but horizontal are oddly small
    RichardR Richard

    Dear Alicja

    @apako

    Within the code:

    #lightbox-inner .swiper-slide img {
        max-width: 60vh !important;
    }
    

    You can change the value from 60vh to whatever you need to fit the images how you like. I was not able to recreate the bug on any test site so i don't know why you have this issue. It could be the image files themselves but unsure sorry.


    Sincerely
    Richard
    Addons

  • Mobile styling for carousel captions
    RichardR Richard

    Dear @dbdb

    Thanks for the message,|

    I'd like the spacing on the left of the mobile screen to line up with the site title. Not have such large padding on the left.

    If you cannot set the caption dimensions for Mobile because they are already set up for Desktop in a certain way, then the following code you can use to define the caption left padding:

    .lay-carousel-sink-parent .single-caption {
        padding-left: 25px !important;
    }
    

    Also... the arrow position - I'd like that to have the same left and bottom margin as the site title on mobile, as it does on desktop.

    You can define the left margin to be the same as your site title in > customize > Project arrows >

    If the arrows are set to 'center' normally and need them set to 'bottom' on mobile this would need to be custom coded, something like:

    .project-arrow.center {
        top: 90vh;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    

    You can see here the class .center this is applied if set to 'center' within the project arrow settings.

    https://laytheme.com/documentation/custom-css-styling.html


    Best
    Richard
    Bug Reports

  • Visual Link Preview
    RichardR Richard

    Thanks for the feedback @vonMatthias have forwarded βœ…


    Best
    Richard
    General Discussion

  • Site Title Image, Image Change Mousover?
    RichardR Richard

    Dear Matthew

    @lay great username πŸ‘

    The following code will target the background on hover.

    .sitetitle:hover {
        background-color:black;    
    }
    

    You can change the text colour when hovering within > Customize > Site title >

    I would suggest doing it there rather than using custom code 🌝

    https://laytheme.com/documentation/custom-css-styling.html


    Best wishes
    Richard
    General Discussion

  • Category filter showing hidden categories
    RichardR Richard

    Dear Amadeus

    @schneiderbrett

    If the following is true:

    Wordpress, Lay Theme & Laytheme's Addons are all up to date ?

    Any custom CSS or JS that may interfere is temporarily removed.

    Any third-party plugins are de-activated to see if this resolves the issue.

    And the settings have been properly applied:
    Screen Shot 2022-06-07 at 9.25.55 AM.png

    Then this is likely a Bug and Armin will need to inspect:

    Please send your website address, /wp-admin/ username and password and a link to this topic to info@laytheme.com?


    Best wishes
    Richard
    Bug Reports

  • "Front Page" option missing in "Customize" Menu
    RichardR Richard

    Dear @joanaflcarneiro

    Have replied to your email 🌝


    Best wishes
    Richard
    Bug Reports

  • Lottie Feature / Integration
    RichardR Richard

    Thanks @edgrbnz have noted this feedback, have a wonderful day 🌝

    Feedback

  • Sold Out badge disappeared
    RichardR Richard

    Dear @Warul-Kawa

    Are you able to test this behaviour with a Vanilla Lay Theme setup?
    No Custom Code, everything updated. NO third-party plugins 🌝


    Best
    Richard
    Shop / WooCommerce

  • Mouseover images on project thumbnails not visible on mobile
    RichardR Richard

    Dear Chiara

    @CBFotos

    I am unsure of the Behaviour, when testing in an Incognito window do you still have the same problem? All third-party plugins deactivated.

    There is no true "Mouseover" state on mobile because a mobile does not have a mouse. Did you check the correct settings in > Customize > Project Thumbnails > Project Thumbnail Mouseover? :
    Screen Shot 2022-06-07 at 9.10.51 AM.png


    Talk soon & best wishes ⭐️
    Richard
    General Discussion

  • Submenu: change font
    RichardR Richard

    Dear @joanaflcarneiro

    The Submenu will take on the font or 'Text Format' you defined for its main menu. So if the Primary menu is "Times new roman" and the Primary menu has a Submenu - Then the Submenu will be 'Times new Roman".

    If needed, you could define the font family manually:

    .menu-item-has-children ul.sub-menu {
        font-family:sans-serif !important;
    }
    

    I would suggest making a Text format and then applying that to the CSS. Each text format will have an html class you can insert that into the code:

    Screen Shot 2022-06-07 at 9.06.37 AM.png

    .menu-item-has-children ul.sub-menu {
        font-family: _Default !important;
    }
    

    Best wishes 🌝
    Richard
    Need Custom Coding for Lay Theme? Find 3rd Party Developers here.

  • In lightbox vertical images show good, but horizontal are oddly small
    RichardR Richard

    Dear Alicja

    @apako

    Thank you for the Login details. I recreated an exact copy of your setup but was still unsure why the images were being output differently.

    Everything seems fine and i updated Lay Theme. Because i was unable to find why i added some simple CSS:

    #lightbox-inner .swiper-slide img {
        max-width: 60vh !important;
    }
    

    Please take a look at the portrait and landscape images in Lightbox and let me know your thoughts, have a wonderful day 🌝


    Richard
    Keith
    Addons

  • Intro image doesn't work with website fowarding
    RichardR Richard

    Dear @lauran

    Thank you for the Login details.
    No Intro image had been set in > Customize > Intro > for the https://lauranenz.de/ site. Now with it set, all seems to be working 🌝


    Best
    Richard
    Bug Reports

  • POSITION FIXED FOR TEXTLEMENTS CSS
    RichardR Richard

    Dear Gregor

    @GregorGregor

    Unsure sorry, you would need to post a link to get a better idea 🌝 πŸ”


    Best
    Richard
    General Discussion

  • Create 2 colour menu bar for 2 menus
    RichardR Richard

    Dear @NAS

    Lay Theme's native CSS may take precedence and not be overridden.
    You should use it sparingly, but if needed you can use the !important property: https://www.w3schools.com/css/css_important.asp


    Best
    Richard
    Need Custom Coding for Lay Theme? Find 3rd Party Developers here.

  • gridder not appearing after update
    RichardR Richard

    Dear @NAS

    I saw the problem and then went around refreshing wordpress settings and checking for common bugs.

    Now i can see the Gridder.
    Unsure what solved it but hope this is working for you too?

    Screen Shot 2022-06-02 at 8.27.22 AM.png


    Best
    Richard
    Bug Reports

  • MP4 playback faulty on mobile / Lazyload bug?
    RichardR Richard

    Dear Stefan

    @stefan_s

    "@Richard @Armin-Unruh @armin could you please get back to us about the issue. Having the mobile Version not working properly is highly unconvinient to us!"

    I am sorry for delay, and the inconvenience caused.
    

Initially when i made the tests i could not recreate the Bug: https://stark.shakupa.com/

    Testing on two real mobiles in my hands ( iPhone and Android )
    the videos loaded within a decent timeframe and played.

    I tested on a β€˜Real mobile’ app (iPhone 12,13 Safari & chrome).

    These were all playing in my tests:
    Screen Shot 2022-06-01 at 3.23.15 PM.png Screen Shot 2022-06-01 at 3.23.22 PM.png

    Now coming back, testing on Desktop devices using a small browser size simulating Mobile is where it loads the slowest for me.

    Could you please confirm that the behaviour occurs on real mobile devices if possible & then back to Desktop (mobile layout)?

    Q: Are you using a lot of y or x-parallax?
    Is there a page where you can test it easily without Parallax and see loading times?

    I know of handbrake, did you read the section in documentation:
    https://laytheme.com/documentation/speeding-up-your-website.html


    "While updating our website we encountered serious problems with html5 mp4's on most mobile browsers."

    Q: Did you at any prior time or version not experience these issues?

    If yes, I can provide a previous version of Lay Theme while the Bug is remedied:

    "Please send your website address, /wp-admin/ username and password and a link to this topic to licensekeys@laytheme.com"

    An update would offer the quickest solution.


    Talk soon 🌝
    Richard
    Bug Reports

  • Fullscreen slider images flash in Safari
    RichardR Richard

    Not sure personally @thomasmaier you would need to try a few simple ones out and see what works best.

    https://wordpress.org/plugins/simple-cache/


    Richard
    General Discussion
  • Login

  • Don't have an account? Register

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