Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.9k Topics 21.2k Posts
  • image hover add-on sizes

    2
    0 Votes
    2 Posts
    160 Views
    RichardR
    Dear @tali This would be possible with Custom CSS, targeting the Imagehover region and the images that sit inside it: [image: 1653007395330-screen-shot-2022-05-20-at-12.42.29-pm-resized.png] https://laytheme.com/documentation/custom-css-styling.html The lay-Imagehover-region is the parent container and the children images are called lay-image-responsive The images order in the container should match the order the links appear on the page. Because all the images sit in the same parent container and do not share different classes i would use the nth-child selector: https://www.w3schools.com/cssref/sel_nth-child.asp If you have 4 images in the first section and 5 in the second section then you know to target the last 5 and apply your 'small image' css. The following code is saying within the imagehover region (.lay-imagehover-region) target all images from the 5th: .lay-imagehover-region img.lay-image-responsive:nth-child(n+5) { // insert desired CSS here } hope this helps Tali & best wishes 🌝 Richard
  • Malewere inside

    4
    0 Votes
    4 Posts
    134 Views
    RichardR
    Dear @micheleiacca Have replied to your email πŸ‘ Best Richard
  • On Scroll Element Transitions on single page

    1
    0 Votes
    1 Posts
    80 Views
    No one has replied
  • Loading from instagram not working

    5
    0 Votes
    5 Posts
    159 Views
    H
    @Richard Yes, the bug happens randomly and only on mobile from the instagram application. When the scroll is freezing, you have to reload the page to make it work but it's not very convenient. Thanks you for your response, hope you can find a solution.
  • How to justify text and fit to the container?

    4
    0 Votes
    4 Posts
    241 Views
    RichardR
    Dear Barry @barrybianco Thanks for the reply, i don't quite understand sorry, but i appreciate your description: "because I would keep the text in 1 line and its change a lot depend of the size of the navigator." As for the second question, you have this font "Carmensin Headline Regular" and the font-size has been set to 150px. px or 'pixels' are a fixed unit. They will not change based on browser size etc, so if the browser is smaller they are forced to move and occupy a different space. I would suggest looking into the use of % 'percentage' as this is a variable or responsive unit. This means that it will shrink or grow depending the size of its parent container. It's Parent container will most likely also resize with the browser so the font should resize too! 🌝 You can change the unit from 'px' to '%' in text formats. Looking into other responsive units will help as well such as 'vw' & 'vh': https://www.w3schools.com/cssref/css_units.asp Best wishes Richard
  • text float image

    5
    0 Votes
    5 Posts
    318 Views
    RichardR
    Thanks @hanna have a wonderful day 🌝
  • Costumize mobile view

    2
    2
    0 Votes
    2 Posts
    48 Views
    RichardR
    Dear @Eddy Nice looking website ⭐️ In most cases, Mobile will take your Content and stack the elements on top of each other because this works dimensionally. Have you looked into creating a "Custom Phone Layout"? https://laytheme.com/documentation/custom-phone-layouts.html This may a solution for you to get Projects next to each other 🌝 Best Richard
  • Youtube Cookies / Always Set even if I don't use them?

    17
    1
    0 Votes
    17 Posts
    2k Views
    W
    @Richard said in Youtube Cookies / Always Set even if I don't use them?: @arminunruh ! Thank you very much! Have a good time!
  • "+ Add font" option missing at LayOptions, Webfonts

    3
    1
    0 Votes
    3 Posts
    121 Views
    M
    @Richard Thank you so much Richard! I will try it :)
  • Accordeon-feature or plugin?

    5
    1 Votes
    5 Posts
    359 Views
    B
    Tank you!
  • Multiple Carousel Layout

    1
    0 Votes
    1 Posts
    55 Views
    No one has replied
  • Randomize thumbnails order in Thumbnail grid

    9
    0 Votes
    9 Posts
    540 Views
    RichardR
    Dear @edgrbnz @Financial Have added to the development noted & forwarded to Armin 🌝 Best Richard
  • upgrade request from pro to studio

    2
    0 Votes
    2 Posts
    47 Views
    RichardR
    Dear @Antonio-di-Summa Your Email has been replied to 🌝 Best Richard
  • can't select fonts in mobile menu version

    4
    1
    0 Votes
    4 Posts
    253 Views
    RichardR
    Dear Scarlett @scarlettwyner Are you not able to create a "text format" of this font and then apply it properly to the Mobile? Best wishes Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Tags β€” only one tag active

    3
    0 Votes
    3 Posts
    95 Views
    B
    Thanks anyways!
  • Four corners menu for mobile

    2
    0 Votes
    2 Posts
    63 Views
    RichardR
    Dear Juan @uz The menu in four different corners is not possible with the Mobile layout as this uses the hamburger/accordion menu. In this case i would suggest your take the CSS from the Desktop menu and apply on Mobile. For example the desktop menu on mobile screen sizes gets display:none and other css so it is not visible. You could reverse this manually. https://laytheme.com/documentation/custom-css-styling.html Of course if you set the phone breakpoint to 0 then desktop layouts would be used on Mobile and there you would keep your menu's. Best Richard
  • Page Transition

    1
    0 Votes
    1 Posts
    61 Views
    No one has replied
  • Frontpage made with Lay Theme

    5
    1
    0 Votes
    5 Posts
    333 Views
    RichardR
    Dear @terra Have replied to your emails about Website Meta descriptions 🌝 http://laythemeforum.com/topic/6040/meta-description-wrong/3 http://laythemeforum.com/topic/4821/meta-description-wrong/10 http://laythemeforum.com/topic/1478/text-in-google-search/2 http://laythemeforum.com/topic/823/google-troubleshooting-seo/2 http://laythemeforum.com/topic/6588/front-page-google-description/2 http://laythemeforum.com/topic/5461/frontpage-made-with-lay-theme/4 Best Richard
  • Laytheme crops my 16:9 videos

    11
    0 Votes
    11 Posts
    556 Views
    RichardR
    Thank you for coming back and updating @caromo have a wonderful day 🌻 Best Richard

For 1on1 paid Lay Theme Coaching, contact: audrey@cyberslayers.work.

We also code custom websites or custom Lay features.
πŸ’Ώ Email us 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