Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.8k Topics 20.3k Posts
  • Project Thumbnail Grid: Show "ALL" projects

    8
    0 Votes
    8 Posts
    115 Views
    RichardR
    Thanks for understanding @bbbfg have an amazing day & thank you for supporting Lay Theme! โญ๏ธ
  • Client Website Project

    4
    0 Votes
    4 Posts
    86 Views
    RichardR
    Thanks @5a5uke have a wonderful day & thank you for supporting Lay Theme and thinking of using in for future projects ๐ŸŒ sincerely Richard
  • Reduce logo size on scroll

    4
    0 Votes
    4 Posts
    317 Views
    RichardR
    Dear @KingJut There would be a difference based on what is needed. Do you scroll and then i get's smaller once, E,g Top of page > Logo=100px 25% down page > Logo=50px Or does it shrink gradually in relation the the specific scroll E.g Top of page > Logo=100px 1% further down > Logo=99px 1% further down > Logo =98px etc This would need to be custom coded by you, adding the code within > Lay options > Custom CSS & HTML > https://laytheme.com/documentation/custom-css-styling.html https://www.w3schools.com/howto/howto_js_shrink_header_scroll.asp https://stackoverflow.com/questions/28676253/changing-div-height-on-scroll https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale() For targeting the site title has a class called sitetitle E.g .sitetitle{ // insert CSS here } Best Richard ๐ŸŒ
  • Typeform Integration

    4
    0 Votes
    4 Posts
    72 Views
    RichardR
    Dear @KingJut I am unsure sorry, The Phone layout uses a different HTML structure, has the code been applied to this as well? Either via the Gridder (phone layout) or within the Custom CSS & HTML? I am unsure what the setup is so don't know how the code is applied. Best wishes Richard
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    8 Views
  • reposition mobile menu icon

    4
    0 Votes
    4 Posts
    72 Views
    RichardR
    Great to hear @Hadewych have a wonderful day! ๐ŸŒป
  • Deactivate Fullscreen Slider on mobile ONLY

    3
    0 Votes
    3 Posts
    55 Views
    RichardR
    @alasdair17 Thanks Alasdair ๐Ÿ‘
  • Captions of HTML5 videos disappear on horizontal scroll carousel

    2
    0 Votes
    2 Posts
    68 Views
    RichardR
    Dear Johannes @jwk Cool Website โšก๏ธ I think it might be related to your Custom CSS, when removed i don't see any flicker or issue with the Captions (particularly "Kalymos") - When your CSS is activated the captions is not appearing on "Kalymos" etc". Best Richard
  • 0 Votes
    4 Posts
    602 Views
    S
    And last question resolved again. Here the code: function createPostListSubCatWork() { global $post; $categories = wp_get_object_terms( $post->ID, 'category', [ 'parent' => 1, 'number' => 99 ] ); $categoryOutput = []; if (!empty($categories)) { array_push($categoryOutput, '<ul class="_Default">'); foreach($categories as $category) { array_push($categoryOutput, '<a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </br> '); } array_push($categoryOutput, '</ul>'); } return implode('', $categoryOutput); } add_shortcode('work_cats_pg', 'createPostListSubCatWork'); List categories for the current post: [work_cats_pg] The categories should be children of category 1. No more than 99 positions should be displayed. Source which kinde resolved it for me: https://wordpress.stackexchange.com/questions/330128/display-a-list-of-subcategories-from-specific-category-a-post-belongs-to Best regards, Amadezs
  • Homepage is not showing changes

    2
    0 Votes
    2 Posts
    30 Views
    RichardR
    Dear Florian @Florian_43 Please confirm the Following when testing: 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 are de-activated to see if this resolves the issue. What happens when viewing in an incognito window? Talk soon & best wishes ๐ŸŒ Richard
  • Show project thumbnail in thumbnail grid but lock it

    4
    0 Votes
    4 Posts
    139 Views
    RichardR
    Dear @Antoine-dvc This may help - need to test ๐ŸŒ https://stackoverflow.com/questions/970388/jquery-disable-a-link jQuery(".thumb").removeAttr('href'); https://laytheme.com/documentation/custom-javascript.html Best wishes Richard
  • Text locked while images scrolls

    4
    1 Votes
    4 Posts
    83 Views
    RichardR
    Great, best wishes @dmncn ! ๐Ÿ–
  • Media Upload organization

    3
    0 Votes
    3 Posts
    73 Views
    Hayo GebauerH
    @alasdair17 works great, thanks!
  • Full screen carrousel captions in white border

    4
    0 Votes
    4 Posts
    99 Views
    T
    Update - I've managed to get the captions 'steady' underneath the pictures. How I did it - in the fixed height panel of the carousel I've added (instead of only 100vh) "100vh - 65px" which shrinks the carousel 65 pixels, but it still keeps the full screen ratio without losing the captions under the browser screen. Fjiew, happy that this already works :-)
  • USDZ files

    1
    1 Votes
    1 Posts
    32 Views
    No one has replied
  • Laytheme working on WP 5.9 version?

    2
    0 Votes
    2 Posts
    50 Views
    RichardR
    Dear @asalvan All seems to be working fine on WP 5.9 Here i made an example shop: https://www.asaworld.online/ & i don't think anything is broken after the update ๐ŸŒ Best wishes Richard
  • Tag filter

    3
    0 Votes
    3 Posts
    40 Views
    RichardR
    Dear Marc @Marc-Sowell Hope this helps :) https://laytheme.com/documentation/tags.html Best wishes Richard
  • Menรผ rotated 90 Grad

    4
    0 Votes
    4 Posts
    184 Views
    RichardR
    Thanks @Rogue have a wonderful day & thanks for supporting Lay Theme! ๐ŸŒป
  • Blog integration?

    blog
    18
    -1 Votes
    18 Posts
    4k Views
    W
    Is the blogfunction available now? We Need Thom very urgent. Thanx 4 a quick answer.
  • carousel images flicker in Safari

    17
    0 Votes
    17 Posts
    664 Views
    arminunruhA
    well the carousels have loop activated, so it will flicker on safari unfortunately that is a bug with the carousel library that i use in the background "swiper" itself, i cantย do much here. you can use the fading carousel instead, that one doesnt flicker

I also code custom websites or custom Lay features.
๐Ÿ’ฟ Email me here: ๐Ÿ’ฟ
info@laytheme.com

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