Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Mobile Menu doesn't apply to all pages

    4
    0 Votes
    4 Posts
    73 Views
    RichardR
    Dear @Hojin-Kang Unsure, do you have any Cache plugins? this could be just your browsers Cache and resetting/clearing it will update what you see. Best Richard
  • Strange behavior of "Use Browser Height for Row Height" on mobile

    5
    0 Votes
    5 Posts
    146 Views
    arminunruhA
    I see you have 3.5.9 installed. Ok updating probably wont change anything. Can you create a page where i can see the error and then email the page address to me to info@laytheme.com and a link to this topic
  • Category-Filtering Update

    3
    0 Votes
    3 Posts
    91 Views
    arminunruhA
    If you update lay theme now the duplicates should be gone!
  • Via Webfonts uploaded Font doesn't show Umlaute Ä Ö Ü

    2
    0 Votes
    2 Posts
    252 Views
    RichardR
    Hi Tatjana @Tatjana241190 Yes i can see this problem, i believe we can do it but just have to go through some steps first, let me know if i'm wrong :) So yeah i can see on the page that the HTML shows the Umlaut but does not register: [image: 1610249685065-screen-shot-2021-01-10-at-4.21.55-pm-resized.png] On the GT-FLEXA font page the Diacritics ( containing Umlauts & Other Glyphs ) have to be called from within the font using 'Stylistic sets' so they are in Stylistic Set 01 - "SS01" [image: 1610249834759-screen-shot-2021-01-10-at-4.30.08-pm.png] As a first step just to be sure - Are you able to convert your .ttf font file into woff or Woff2 just to be more compatible with Browsers? https://css-tricks.com/understanding-web-fonts-getting/#:~:text=TrueType (TTF)%3A TTF is,also called TrueType OpenType fonts.&text=Web Open Font Format (WOFF,supported%20by%20all%20modern%20browsers. Here is a converter: https://convertio.co/ttf-woff/ Maybe you already have .woff so allgood then! :) Then if we can load that font into "Lay Options -Webfonts" Ok! on this thread: http://laythemeforum.com:4567/topic/917/activate-styllistic-sets/6 Armin has given an example of using a Stylistic set on your webpage. if you could follow that - I dont think yours will be called "_default" but just remember to change <style> ._Default{ font-feature-settings: "ss09"; } </style> With <style> ._Default{ font-feature-settings: "ss01"; } </style> Let me know how you go Tatjana would love to know the results :) Best wishes and Good Luck! Sincerely Richard
  • Horizontal sub-menu mouse hover

    2
    0 Votes
    2 Posts
    147 Views
    RichardR
    Dear Michele @Micheleamaglio These are the CSS properties of the sub-menu example you like { position: absolute; padding-left: 50px !important; top: 0px !important; /* line-height: 18px; */ /* background-color: #f5f5f5; */ border: 0px solid grey; padding-top: 0px /*padding-top: 45px;*/ /*padding-left: 75px;*/; } So your CSS would need to change to something like: .primary .sub-menu { display: none; position: absolute; padding-left: 50px !important; top: 0px !important; border: 0px solid grey; padding-bottom: 20px; } nav.primary .sub-menu li{ display: inline-block; } .menu-item:hover .sub-menu{ display: block; } Paying attention to 'padding-left' & 'top' for your Menu's placement :) Let me know how you go and hope this helps! Best wishes for 2021 Richard
  • Menu dissapears

    2
    0 Votes
    2 Posts
    30 Views
    RichardR
    Dear @PhilipQ Are you able to post a link to your website to get a better idea? You could change the text "font-size" to 'em' or % or even 'vw' Viewport width to have it change responsively to browser width: https://www.w3schools.com/css/css_font_size.asp Best :) Richard
  • Compatibility of Lay Theme with the Zotpress Plugin

    5
    0 Votes
    5 Posts
    202 Views
    RichardR
    Dear @tinjessen I am finding no luck trying to get the way you need it to work, with doing it manually, i think you will have to design accordingly i'm afraid: [image: 1610238408398-screen-shot-2021-01-10-at-1.25.31-pm-resized.png] [image: 1610238413237-screen-shot-2021-01-10-at-1.25.38-pm-resized.png] Recreating the Class / data structure of the short-code feature doesn't seem to work they way i had hoped. I think you will need to seperate the text/shortcode elements Best wishes & once again sorry for any inconvenience the compromise may cause Richard
  • Responsiveness

    2
    0 Votes
    2 Posts
    50 Views
    RichardR
    Dear @PhilipQ Just to get a better understanding, how would you wish it to be more responsive? The elements width proportion themselves with browser width - when i scale the browser so do the elements - is this not Responsive? What would you wish to change? :) Best wishes Richard
  • block mouse click in Carousel Free Drag option

    2
    0 Votes
    2 Posts
    56 Views
    RichardR
    Dear Cristina @CristinaLavosi Not possible with the current options atm, bit of a tricky one - easy to remove clicking altogether but obviously not practical! there is the Swiper API, looking at click events: https://swiperjs.com/api/#events Also preventing click but not drag is a thing to google: https://stackoverflow.com/questions/18032136/prevent-click-event-after-drag-in-jquery/18032193 https://stackoverflow.com/questions/53703120/how-can-i-prevent-click-on-drag But at the moment this may not be an option, unless asking the aid of a developer. https://stackoverflow.com/questions/44115954/swiper-touch-events-enable-click-but-disable-drag Sorry that this is not the help you were probably after - hopefully others have some ideas, if too difficult compromising on that area of your design may be necessary Best wishes for 2021!
  • Different Horizontal Line Colors for Different Pages

    3
    0 Votes
    3 Posts
    129 Views
    RichardR
    Dear @jackentee Thanks for the update :) Just for others curiosity how did you solve it? Best wishes Richard
  • Change colour of sitetitle on black row — Not working after update

    8
    0 Votes
    8 Posts
    276 Views
    RichardR
    Dear @acmarion Thanks for posting! Best Richard
  • hyperlink is not underlined for mobile version - buggy

    4
    0 Votes
    4 Posts
    71 Views
    RichardR
    Dear @oulli Happy to hear that you found a solution but please let me know if you run into any further problems :) Best Richard
  • Custom Mouse Cursor

    4
    0 Votes
    4 Posts
    149 Views
    D
    It works perfectly Thanks!
  • Filtering Projects - HELP!

    6
    0 Votes
    6 Posts
    218 Views
    arminunruhA
    Hey now you can update lay theme and when editing a thumbnailgrid you can now check "Show Category Filter"! If you use the fullscreen slider addon, make sure to update fullscreen slider addon and lay theme to make the addon work properly.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    2 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • multi-pages Page / split scroll

    2
    1 Votes
    2 Posts
    227 Views
    F
    @moritzbrue this is very customized. you can find out how such layouts work by inspecting the code in your browsers developer tools. in this case the rows are: #leftrow { overflow:auto; height: 98vh; /border-right:solid 1px black;/ } #rightrow { overflow:auto; height: 98vh; } so they have different content mass but the same height. you would have to build your layout around that concept.
  • Anchor points on thumbnails (landing page)

    2
    0 Votes
    2 Posts
    51 Views
    RichardR
    Dear Thomas @Graebi Does this thread help you? http://laythemeforum.com:4567/topic/6124/navigate-back-to-the-last-scroll-position-in-thumbnail-grid/2 Best wishes and thank you for using Lay Theme in 2021!!!
  • Custom <head> content only for Desktop - jquery

    2
    0 Votes
    2 Posts
    126 Views
    RichardR
    Dear @DET You need to look this i believe: https://www.google.com/search?safe=off&sxsrf=ALeKk00KKCVNA9eI2wolNVYQveKOs46AXg%3A1609806246289&ei=prHzX8iWEcXD3LUPorSRwAI&q=if+window+width+jquery&oq=if+window+width+&gs_lcp=CgZwc3ktYWIQAxgAMgoIABDJAxAUEIcCMgQIABBDMgQIABBDMgQIABBDMgIIADIECAAQQzIECAAQQzICCAA6BwgAEEcQsAM6BwgAELADEENQ3QtY3Qtg8RZoAXACeACAAesBiAHrAZIBAzItMZgBAKABAaoBB2d3cy13aXrIAQnAAQE&sclient=psy-ab https://stackoverflow.com/questions/7715124/do-something-if-screen-width-is-less-than-960-px The code should only run if Viewport/screen size is above certain Pixel Hope this helps - Happy 2021 and thank you for using Lay Theme :) Sincerely Richard

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. 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:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com