Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.5k Topics 19.0k Posts
  • Fixed text, scrollin images in the background

    8
    0 Votes
    8 Posts
    168 Views
    RichardR

    Great @stefanstraeter , thank you for supporting Lay Theme! 👍

  • Password protected projects in index

    3
    0 Votes
    3 Posts
    40 Views
    arminunruhA

    mmh this was fixed a long time ago

  • Caption

    5
    0 Votes
    5 Posts
    55 Views
    arminunruhA

    okay elementgrids will be able to have a caption with the next update

  • Fullscreen slider with Cover option

    4
    0 Votes
    4 Posts
    46 Views
    RichardR
    Dear @doorofperception

    Possibly though i haven't tested this myself and would need to be custom coded by you 🌝

    Richard
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • 0 Votes
    2 Posts
    67 Views
    RichardR
    Dear @Antoine-dvc

    Yes its currently not possible with the way the Grid is generated but will add to the development notes! ✅

    Thanks you so much for supporting Lay Theme too! ⭐️

    Sincerely Richard
  • Project Thumbnail Grid: Show "ALL" projects

    8
    0 Votes
    8 Posts
    89 Views
    RichardR

    Thanks for understanding @bbbfg have an amazing day & thank you for supporting Lay Theme! ⭐️

  • Client Website Project

    4
    0 Votes
    4 Posts
    65 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
    273 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
    62 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
    57 Views
    RichardR

    Great to hear @Hadewych have a wonderful day! 🌻

  • Deactivate Fullscreen Slider on mobile ONLY

    3
    0 Votes
    3 Posts
    41 Views
    RichardR
    @alasdair17

    Thanks Alasdair 👍

  • 0 Votes
    2 Posts
    56 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
    535 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
    24 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
  • 0 Votes
    4 Posts
    110 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
    72 Views
    RichardR

    Great, best wishes @dmncn ! 🏖

  • Media Upload organization

    3
    0 Votes
    3 Posts
    61 Views
    Hayo GebauerH

    @alasdair17 works great, thanks!

  • Full screen carrousel captions in white border

    4
    0 Votes
    4 Posts
    66 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 :-)

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