Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Ignore the image for row’s height

    7
    1
    0 Votes
    7 Posts
    241 Views
    arminunruhA
    hey! you could put two text elements on top of each other inside a stack element. and then have an image to the right! https://laytheme.com/documentation.html#stack-element
  • 0 Votes
    3 Posts
    80 Views
    RichardR
    Dear @meritocracy Sorry about this one slipping through! I hope Armin's solution has provided a way forwards :) Sincerely Richard
  • Mouse hover - Element grid

    2
    0 Votes
    2 Posts
    54 Views
    RichardR
    Hi Alex @Alex-Foradori This is all possible but would have to be done manually as no Built in option for Image hover exists within the Element Grid ( as im sure you know! :) Here on a past thread i went through a similar process of making custom image hovers, let me know if this applies to you! http://laythemeforum.com/topic/6087/imagehover-on-element-grid-lightbox-on-carousel/2 Best wishes Alex and have a lovely 2021 Richard
  • HTML Videos Not Playing on Front-End

    2
    2
    0 Votes
    2 Posts
    55 Views
    RichardR
    Dear @jackentee Could you please post a link to your website with the example video issues? Recently another user has had difficulty with Youtube videos & Armin is releasing a fix so will keep you posted :) Let me know and best wishes Richard
  • Page Color

    3
    0 Votes
    3 Posts
    86 Views
    RichardR
    Dear @Blickwinkel74 I am having trouble accessing your domain, but really wish to help! :), has something occurred since you posted this thread? Best Richard
  • Mobile Menu doesn't apply to all pages

    4
    2
    0 Votes
    4 Posts
    83 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
    2
    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
    2
    0 Votes
    3 Posts
    92 Views
    arminunruhA
    If you update lay theme now the duplicates should be gone!
  • Via Webfonts uploaded Font doesn't show Umlaute Ä Ö Ü

    2
    1
    0 Votes
    2 Posts
    256 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/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
    148 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
    204 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
    2
    0 Votes
    3 Posts
    134 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
    277 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
    2
    0 Votes
    4 Posts
    153 Views
    D
    It works perfectly Thanks!
  • Filtering Projects - HELP!

    6
    1
    0 Votes
    6 Posts
    220 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
    2
    0 Votes
    1 Posts
    1 Views
    No one has replied

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

Our Web Development company: 100k.studio

Want to tip me? https://www.paypal.com/paypalme/arminunruh

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