Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • Remove Smooth Scrolling

    1
    0 Votes
    1 Posts
    47 Views
    No one has replied
  • Sticky Element doesn't work in Laytheme

    4
    0 Votes
    4 Posts
    152 Views
    RichardR
    Dear @Sophie1000 Am i correct from your recent Thread this is solved? http://laythemeforum.com/topic/6672/sticky-element?_=1616638900292 Best wishes Richard
  • HTML5 Videos not always starting directly on mobile version

    8
    0 Votes
    8 Posts
    211 Views
    RichardR
    Cool @Laura-S Glad its working :)
  • Hosting Expereinces: GoDaddy

    4
    0 Votes
    4 Posts
    155 Views
    RichardR
    Thanks @edgrbnz !
  • Lazy load -> infinite scroll ?

    11
    0 Votes
    11 Posts
    394 Views
    RichardR
    @Aleksandar My apologies Aleks - Of course you can... You can copy a Gridder's JSON and paste into another project: Screen Options [image: 1616570074178-screen-shot-2021-03-24-at-8.00.46-pm.png] Gridder JSON [image: 1616569893203-screen-shot-2021-03-24-at-8.00.59-pm.png] Copy & paste this code into your new project [image: 1616570056727-screen-shot-2021-03-24-at-8.02.56-pm.png] Have a wonderful day Aleks Richard
  • Gridder does not show!! Please help quick!

    6
    1
    0 Votes
    6 Posts
    116 Views
    RichardR
    Dear @hoopoe Im glad to hear that you have found the solution and can continue with your project! :) Have a wonderful day Richard
  • Layout connected to internet browser frame

    5
    5
    0 Votes
    5 Posts
    111 Views
    RichardR
    Thank you @emgeoffice ! :)
  • Different Video Play ICONs

    2
    0 Votes
    2 Posts
    78 Views
    RichardR
    Dear Aleks @Aleksandar Sorry for the delay :) This is possible, my first thoughts were to work with (jQuery). You will first need to look into using Javascript and jQuery with Lay Theme: https://laytheme.com/documentation.html#custom-javascript Specifically the 'Newpage Event' , Changing the Common jQuery character ' $ " into 'jQuery' & how to run the Script on a specific page or project e.g <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ if(type == "project" && obj.id == 1){ console.log("fantastic!"); } }); </script> Will console Log "fantastic" ' If ' the user is on the project with ID : 1 Each page or project has a data-type & unique data-id , that can be found in the <head> of your webpage - You can view the HTML structure of a webpage using the Developer Tools within a browser: https://www.khanacademy.org/computing/computer-programming/html-css/web-development-tools/a/using-the-browser-developer-tools I will be using this Stackoverflow thread as reference: https://stackoverflow.com/questions/554273/changing-the-image-source-using-jquery Within you videos HTML structure you will see an <img> element like this, with a src path linking to your saved custom icon file: <img class="html5video-customplayicon" src="http://www.aleksandartodorovic.com/media/play-button-large.png"> We can use jQuery to redefine the src path to a different image if you wish. When viewing your Media Library clicking on an image will show you some more information about that image - At the bottom is the 'FILE URL' info - we can copy that and use it. [image: 1616482686179-screen-shot-2021-03-23-at-7.55.24-pm-resized.png] This Code: jQuery(".html5video-customplayicon").attr("src","https://yourdomain.com/wp-content/uploads/2021/03/PngItem_2100439-1.png"); jQuery > Find me element with 'class' html5video-customplayicon Find the 'src' attribute 'attr' Define new 'src' attribute You will need to put the url path of your choice in. And using the earlier 'If' project and id etc Hope this helps Aleks & have a wonderful day, Thank you for using Lay Theme! :) Sincerely Richard
  • Menu appearance changes when clicking on it.

    3
    2
    0 Votes
    3 Posts
    106 Views
    L
    Thank you!
  • Text format doesn't resize when i go mobile

    2
    2
    0 Votes
    2 Posts
    75 Views
    RichardR
    Dear @Theodoros This 'Open Call" is an image not text? Have you changed it since making this thread? Just wish to understand better :) Best Richard
  • Site Title line height doesn't seem to exist. Css workaround?

    2
    0 Votes
    2 Posts
    100 Views
    RichardR
    Dear @wardh You can use the Following CSS and change it to suit your needs: .sitetitle { line-height: 1 !important; } This CSS can be added to either > Lay Options > Custom CSS & HTML > Or in > Customize > CSS Hope this helps @wardh & have a lovely day :) Richard
  • laytheme background image is too zoomed in

    2
    0 Votes
    2 Posts
    111 Views
    RichardR
    Dear @Theodoros There are two images, one used for Desktop & one for Mobile The CSS for the desktop background image is: #grid .background-image img{ // insert your code here // } And for the Mobile: #custom-phone-grid .background-image img{ // insert your code here // } Hope this helps @Theodoros :) Best Richard
  • 0 Votes
    21 Posts
    497 Views
    RichardR
    Dear @NAS No worries & best wishes with the website -it looks great :) Sincerely Richard
  • Site title as reload button for one page website

    4
    0 Votes
    4 Posts
    99 Views
    RichardR
    Thanks @fr ! :)
  • Anchorscroll Space Top

    3
    1 Votes
    3 Posts
    99 Views
    paulstolleP
    Dear @Richard, thanks a lot for your answer. I already found those setting deep in the javascript file behind LayTheme. Thought I could adjust things with CSS only but couldn't find any solution … Maybe somebody else could help? All the best, Paul
  • Overlay Text over the whole project

    4
    1
    0 Votes
    4 Posts
    127 Views
    RichardR
    Dear @daxmann Yes this is possible :) It could be done using a 'stack' element or you could add the text via <html> in the +more - +html. Then you could add some Custom CSS to style it over the page. On the documentation page is some help regarding CSS: https://laytheme.com/documentation.html#custom-css-styling Or contact me via 'chats' and i can help you as best i can :) Talk soon Richard
  • Carousel doesn't work

    4
    1
    0 Votes
    4 Posts
    100 Views
    RichardR
    Dear @Violeta Have sent you a message via 'chats' :) Talk soon Richard
  • Disable Logo in Header Menu until you scroll

    7
    0 Votes
    7 Posts
    156 Views
    D
    This is perfect. Thank you so much!
  • mouse roll over colour - custom css

    4
    0 Votes
    4 Posts
    133 Views
    RichardR
    Dear @markHighLow No worries :) Best wishes for the rest of your project! Richard
  • Text fixed moving when loading page

    2
    0 Votes
    2 Posts
    85 Views
    RichardR
    Dear @gridch Position:fixed is the correct way to go i think in your case, The fixed text being a part of the fullscreen slider, am i correct that it has the id: #dalt ? You will need to test obviously but you could load this CSS command earlier by adding it > Lay Options > Custom CSS & HTML > Custom <head> content or Custom HTML at top: <style> #dalt { position:fixed !important; } </style> Need to test, and see! :) Best Richard

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