Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • 0 Votes
    2 Posts
    71 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
    160 Views
    RichardR

    Dear @GiuseppeMig

    Maybe this helps: http://laythemeforum.com:4567/topic/6350/filtering-projects-help/2

    Project filtering i believe is on its way! :)

  • # Categories Projects Slug

    2
    0 Votes
    2 Posts
    122 Views
    RichardR

    Dear @GiuseppeMig

    Maybe this help: http://laythemeforum.com:4567/topic/6350/filtering-projects-help/2

    Project filtering i believe is on its way!

  • Can not enter admin area

    2
    0 Votes
    2 Posts
    23 Views
    RichardR

    Dear @carlastreckwall

    Are you able to update your php version within your Hosting Platform?

    https://wordpress.org/support/update-php/

    Best
    Richard

  • 0 Votes
    5 Posts
    62 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
    71 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
    235 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
    0 Votes
    4 Posts
    59 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
    166 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
    0 Votes
    2 Posts
    28 Views
    RichardR

    Dear @_skjul_

    It should be working the way you wish: Screen Shot 2020-12-30 at 9.30.35 AM.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
    37 Views
    RichardR

    Best wishes and Good Luck !

  • Names of the projects in the next/prev project

    10
    0 Votes
    10 Posts
    231 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

  • 0 Votes
    2 Posts
    58 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
    22 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
    31 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
    29 Views
    RichardR

    Dear @tk

    How are your current images ordered?
    Each with a Row or Stacked?

    Screen Shot 2020-12-28 at 11.04.37 AM.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

  • Add Project to Mainpage without Thumbnail

    2
    0 Votes
    2 Posts
    24 Views
    RichardR

    Dear @janaloy

    Are you wanting to display thumbnail with just the text?
    The thread covered different points so just wish to know what we are referring to! :)

    Best wishes and Seasons Greetings
    Richard

  • Audio player on OpenStreetMap

    8
    0 Votes
    8 Posts
    72 Views
    RichardR

    Dear @Okvmh

    Great to hear! :)

    Merry Christmas and seasons greetings!

  • Change font at hover on links

    1
    0 Votes
    1 Posts
    76 Views
    No one has replied
  • THANKS!

    2
    0 Votes
    2 Posts
    41 Views
    arminunruhA

    :DD Thank you so much @Blickwinkel74 !

    Merry Christmas too and stay healthy everybody and thank you very much for using Lay Theme :))

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
M T
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com