Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.5k Posts
  • 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
    230 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/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
    127 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
  • Project filtering / Isotope filtering

    4
    0 Votes
    4 Posts
    196 Views
    RichardR
    Dear @GiuseppeMig Maybe this helps: http://laythemeforum.com/topic/6350/filtering-projects-help/2 Project filtering i believe is on its way! :)
  • # Categories Projects Slug

    2
    2
    0 Votes
    2 Posts
    151 Views
    RichardR
    Dear @GiuseppeMig Maybe this help: http://laythemeforum.com/topic/6350/filtering-projects-help/2 Project filtering i believe is on its way!
  • Can not enter admin area

    2
    0 Votes
    2 Posts
    45 Views
    RichardR
    Dear @carlastreckwall Are you able to update your php version within your Hosting Platform? https://wordpress.org/support/update-php/ Best Richard
  • Adding color to a row gutter / adding a title to a carousel

    5
    2
    0 Votes
    5 Posts
    139 Views
    RichardR
    Dear @Mariannep Hey awesome! :) Best wishes and happy New year Thanks for using Lay Theme
  • Site Title Hover Effect

    2
    0 Votes
    2 Posts
    112 Views
    RichardR
    Dear Chris @Blickwinkel74 With the current customize options unfortunately not, but you would be able to achieve this with 'Lay Options - Custom CSS & HTML' Best Richard
  • 1 Votes
    4 Posts
    339 Views
    G
    @kappe Hi, I just believe this can be a solution for this. I don't know is it good for site, or is it safe but it works for me, so I want to share. I just add this code to, Appearance | Theme Editor | Theme Functions (functions.php) files. I am just an amateur but I think this works for me. I just change the Page Names, Keywords and Descriptions. function add_meta_data_firefog() { if ( is_page('Page-Name-One') ) { echo'<meta name="Keywords" content="Keyword One, Keywords Two">'; echo'<meta name="Description" content="Page Descriptions.">'; } if ( is_page('Page-Name-Two') ) { echo'<meta name="Keywords" content="Keyword One, Keywords Two">'; echo'<meta name="Description" content="Page Descriptions.">'; } if ( is_page('Page-Name-Three') ) { echo'<meta name="Keywords" content="Keyword One, Keywords Two">'; echo'<meta name="Description" content="Page Descriptions.">'; } } add_action('wp_head', 'add_meta_data_firefog');
  • sub-menus on top of menu, problem with hover

    4
    1
    0 Votes
    4 Posts
    150 Views
    C
    Hi, I actually solved it somehow. Now the menu "index" stays lightgrey when the menu is active. I did it with this code: nav.primary:hover ul li a:first-child:nth-last-child(2) { color:#ededed; } But thanks anyway for the reply! Best, Cristina
  • 0 Votes
    3 Posts
    374 Views
    G
    Hi Richard, Just any project really. I would like to change the background for example here: https://georgiaharizani.com/2021-weekly-index to black and have menu buttons and text be white. An ideas? Thanks <3
  • Customizer > Primary Menu not updating?

    2
    1
    0 Votes
    2 Posts
    36 Views
    RichardR
    Dear @_skjul_ It should be working the way you wish: [image: 1609273863297-screen-shot-2020-12-30-at-9.30.35-am-resized.png] Are you able to post a link to your website? Also does any of the help on the This page apply? https://laytheme.com/troubleshooting.html#customizer-does-not-show-up & just to be sure as you mentioned above: Wordpress, Lay Theme & Laytheme's Addons are all up to date? Any Custom CSS or JS that may interfere is temporarily removed. Any third-party plugins de-activated to see if this resolves the issue. License key not activated - (in website blank situations or button not available) Let me know and best wishes! Richard
  • Two hosting platforms, one pro licence?

    4
    0 Votes
    4 Posts
    88 Views
    RichardR
    Best wishes and Good Luck !
  • Names of the projects in the next/prev project

    10
    0 Votes
    10 Posts
    457 Views
    M
    dear @Richard-K , i have the same need as joackim. I state that I am not a jquery expert. i tried to insert the jquery string in the head but i didn't get any good results. could you write me the correct syntax to have the data-title instead of the prev / next text? thanks
  • Transition time carousel cursor

    cursor transition carousel time
    2
    0 Votes
    2 Posts
    171 Views
    RichardR
    Dear @Antoine There is a recent thread about changing Carousel Transition timing - does this apply for you as well? :) http://laythemeforum.com:4567/topic/6220/carousel-add-on-speed-and-caption/7 Best wishes Richard
  • sell products

    2
    0 Votes
    2 Posts
    35 Views
    RichardR
    Dear @tali Armin is currently working on Woo-commerce integration which is hopefully finished soon, however if you need an immediate option you could look into Shopify 'Buy Buttons': https://www.shopify.com/buy-button And i have also seen Paypal buttons used on some websites: https://www.paypal.com/buttons/ Hope this helps and seasons greetings :) Richard
  • READ MORE ... still not a standard code

    2
    0 Votes
    2 Posts
    63 Views
    RichardR
    Dear @darioj Instead of the " jQuery(document).ready(…)" you need to wrap it in a Newpage event. window.laytheme.on("newpageshown", function(){ // - INSERT DESIRED CODE HERE }); Also the Common JQuery abbreviation "$" must be altered to 'jQuery' eg. window.laytheme.on("newpageshown", function(){ $("button").click(function(){ $("p:first").addClass("intro"); }); }); is now: window.laytheme.on("newpageshown", function(){ jQuery("button").click(function(){ jQuery("p:first").addClass("intro"); }); }); It depends also how you want this 'Read-more' to function, You could have a hidden text box that when clicked simply makes it visible but very similar to this the commonly used Accordion - which will open nicely: https://www.w3schools.com/howto/howto_js_accordion.asp Is this what you were asking for? :) Best Wishes and Seasons Greetings Richard
  • Order of linked images in grid

    2
    0 Votes
    2 Posts
    63 Views
    RichardR
    Dear @tk How are your current images ordered? Each with a Row or Stacked? [image: 1609106794472-screen-shot-2020-12-28-at-11.04.37-am-resized.png] Creating a New row and pushing it to the top- forcing the chronology downwards does not work with your current Layout i assume Best wishes and seasons greetings :) 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