Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.9k Topics 21.2k Posts
  • Blog Post Display Order

    7
    0 Votes
    7 Posts
    312 Views
    S
    Hello I have completed 22 rounds of sun and I love traveling blog, right now I am a engineer but my second employment is traveling .
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Images cut off

    12
    0 Votes
    12 Posts
    1k Views
    L
    @arminunruh I understand that ecommerce integration is more of a priority these days! Though, should you have some time to spare soon, I think it’ll be worth coding as the fullscreen slider would become even more versatile that way. For my current project, I’ll try to assign a developer to this as I need to launch the site in the upcoming weeks.
  • About menu text on mobile

    mobile menu menu color
    5
    0 Votes
    5 Posts
    590 Views
    BaptisteB
    Hey @Daniel1234 , Did you try with !important? Like: @media (max-width: 600px){ .id-18 .navbar {background-color: black !important;} .id-18 nav.mobile-nav li a {color: white !important;} } When I try with the dev tool it works for me. Let me know.
  • Different Background Images

    4
    0 Votes
    4 Posts
    344 Views
    RichardR
    Dear @paulstolle No worries! best of luck with your project! :_)
  • Fullscreen Carousel: Center Images and showing multiple slides

    4
    4
    0 Votes
    4 Posts
    224 Views
    RichardR
    Dear @Kappa sure! send me the page and will try to see whats wrong :) best Richard
  • different menus in different pages

    8
    0 Votes
    8 Posts
    748 Views
    RichardR
    Dear @vernandel Ok :) sorry if i wasnt able to provide the solution you were looking for! Best wishes Richard
  • Project Thumbnail Mouse Mobile

    2
    0 Votes
    2 Posts
    129 Views
    RichardR
    Dear @j-varela When selecting "do not show mouseover state" for mobile did you check on a smartphone - Mobile cannot Mouseover so it shouldn't be possible - Are the video's still playing? if checking on a Desktop but at a small mobile browser width the mouseover will work. Best Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Position tagline in bottom left corner

    4
    0 Votes
    4 Posts
    244 Views
    RichardR
    Dear @watersigils No worries! :) Best of luck with your website Sincerely Richard
  • Thumbnail title doesn’t appear on image center

    6
    1
    0 Votes
    6 Posts
    257 Views
    RichardR
    Dear Paula @paulapetersen No worries at all, just glad that things are working for you know and you can progress with your project! Best wishes and have a wonderful day :) Richard
  • Background Colour error; Remove Popups

    4
    3
    0 Votes
    4 Posts
    186 Views
    RichardR
    Dear Kristofers @kristofersrei In > Customizer > Background > Try setting your background colour to grey: #c6c6c6 Currently it is set to black. Let me know if this solves the issue :) Best Richard
  • change site-title link

    7
    0 Votes
    7 Posts
    854 Views
    RichardR
    Dear @MaxWinter No worries :) Good luck with your project & talk soon Best Richard
  • This topic is deleted!

    1
    3
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Youtube Portrait (flipped Ratio) not working

    11
    0 Votes
    11 Posts
    357 Views
    RichardR
    Dear @gala In this where i don't really know whats going wrong until i can have a better look: Could you please send your wp-admin/ website & log-in details via 'Chats' ( if you feel comfortable doing so) & i will try to find out what the issue is! :) Best Richard
  • Scrolling Error / Loading Error

    6
    0 Votes
    6 Posts
    196 Views
    RichardR
    Dear @Lewis-Darlow This is great to hear :) If you have any further questions feel free & best of luck with the rest of your project! Sincerely Richard
  • Newsletter signup form

    mailchimp popup newsletter
    7
    0 Votes
    7 Posts
    1k Views
    RichardR
    Dear Georgia @georgiaharizani Sorry for the delay these past days! So you just need that when on Mobile the Ninja Forms - Font size changes to suit the Mobile Layout ( which it currently doesnt do ) If that is so, i can help you with this :) Talk soon and best wishes Georgia Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Scroll on iFrame (vimeo)

    2
    0 Votes
    2 Posts
    1k Views
    BaptisteB
    Ok I'll answer to my own question for people who ask or have the same issue haha. If you use the iframe, using the vimeo api is, for the moment, the best way I found to solve that problem for Firefox and Chrome. Insert the iframe : <div class="iframeVimeo" style="padding:56.25% 0 0 0;position:relative;"><iframe src="yourvideocolor=ffffff&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div> Add css to block the pointer event on that iframe : .iframeVimeo iframe { pointer-events: none; } And then add the JS for the api and the click on the play button : <script src="https://player.vimeo.com/api/player.js"></script> <script type="text/javascript"> var player = new Vimeo.Player(document.querySelector('.iframeVimeo iframe')); var iframe = document.querySelector('.iframeVimeo').addEventListener('click', function() { player.getPaused().then(function(paused) { if (paused) { player.play(); } else { player.pause(); } }).catch(function(error) { }); });</script> It should works ✌️
  • Custom burger colour change on page?

    7
    0 Votes
    7 Posts
    562 Views
    S
    @aarondawkins said in Custom burger colour change on page?: Hey @suzyy thank you, but I'm sorry this doesn't work. Maybe if take a look at the site you will get a clearer idea. https://poesis-oracle.com This is the page that needs a white burger on mobile: https://poesis-oracle.com/library - just so you know the burger is custom. @mariusjopen @arminunruh a little help here? :) Thank you. Aaron would've been helpful at the start, as richard stated you've uploaded an .SVG for the hamburger so my code won't work (it was made for the default). try this in your custom javascript: <script> document.querySelector(".slug-library .burger-inner img").src = "url of white hamburger svg file here"; </script>

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