Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • Project description text edit for phone layout

    2
    0 Votes
    2 Posts
    42 Views
    RichardR

    Dear Tim @Tim-B

    You are able to create a different Layout within the Gridder for Mobile:
    Screen Shot 2021-01-20 at 9.30.26 PM.png

    You can "activate custom phone layout" within Lay Options.

    If this is not a solution you could add some Custom CSS to the description to style it for Mobile. But if you are able to use the options provided with Lay theme first this would be better :)

    Sincerely
    Richard

  • 0 Votes
    2 Posts
    22 Views
    RichardR

    Dear Robert @Robert-Damisch

    I have sent you an email regarding the Imagehover Addon :)

    Best wishes for 2021
    Richard

  • Booking System

    6
    0 Votes
    6 Posts
    159 Views
    D

    @cschm-tz
    Hi Christian,
    have you made any progress in the meantime? Any good or bad experiences?
    I have exactly the same question ...
    Thanks for sharing!
    Daniel

  • Is there only one Media Library?

    2
    0 Votes
    2 Posts
    52 Views
    RichardR

    Dear William @gauchedamned

    Unfortunately there is only one built in Media Library - with Wordpress normally and also within Lay Theme. There are Plugins out there that add Media Libraries for this purpose - because they are Third-party Plugins Armin doesnt code for these.
    Best to give it a go and try out some plugins and see if they work - the simpler most likely the better! :)

    Sorry for any inconvenience this may cause but to code for third-party plugins would soon become an endless task for one man :)

    Sincerely
    Richard

  • Increase Project Arrow thumbnail size?

    3
    0 Votes
    3 Posts
    36 Views
    RichardR

    Dear @suzyy

    I would avoid changing the code at the source - if need be you can target the Project thumbnails with CSS. Just to start with and also to get a better understanding - the Options in the Customizer dont suit your needs and you need the Thumbnail picture larger - Your not using the arrows but the "Project Thumbnail" setting with "Project Arrows" ( just to be clear :)!

    Best
    Richard

  • Scale Site Title on scroll

    4
    0 Votes
    4 Posts
    184 Views
    RichardR

    Dear @Hans-Pelle

    Cool :)
    Best of luck!

    Richard

  • 0 Votes
    15 Posts
    547 Views
    RichardR

    Dear @vondeldex

    I believe i have answered the same question in another thread :)

    Best
    Richard

  • Category Filters with Lay Theme Version 3.6.1

    7
    0 Votes
    7 Posts
    519 Views
    RichardR

    Dear @louisdebelle

    This does make sense :)
    I would agree with Tags as well, they are already in use and make complete sense - I will add this to the Development notes! :)

    Best wishes
    Richard

  • Zoom in effect

    2
    0 Votes
    2 Posts
    142 Views
    RichardR

    Dear @dmncn

    If you wish to apply this to normal ' images' and you find no way to do so with the Customizer, you can always add some Custom CSS within 'Lay Options - Custom CSS & HTML"

    A basic setup that shows the two needed things for the zoom, Scale & Transition ( technically you dont need the transistion, but then i would just jump and no "effect" would really take place )

    .img{ transition: transform .2s; } .img:hover { transform: scale(1.5); }

    https://www.w3schools.com/howto/howto_css_zoom_hover.asp

    This will target all images across your website, you will probably wish to refine what you target with hover :)

    Best wishes and Talk soon! :)
    Richard

  • 0 Votes
    2 Posts
    69 Views
    RichardR

    Dear Stefan @dexter

    In terms of Effort its hard to tell, but i dont think too much effort :)

    If you are able to get the three elements on the page ( Logo, Menu's, Social Links ) Then with Custom CSS added within "Lay Options - Custom CSS & HTML" you could target them.

    You can already get through the customizer provided an Image chosen for your site-title and you can have the menu - Placing the Button or Links can be done by having the Icon and then linking it :e.g Twitter.

    Let me know your thoughts Stefan :) and best wishes for 2021!

  • Need to change background video on mouseover

    2
    0 Votes
    2 Posts
    17 Views
    RichardR

    Dear @gortiz

    Would you need just one extra video (a secondary) on hover?
    Or do multiple need to be loaded.

    Best
    Richard

  • Center Navigation

    2
    0 Votes
    2 Posts
    34 Views
    RichardR

    Dear Dexter @dexter

    In the Customize section you have the option to 'center' however if this is not a solution for you there is:

    margin: auto - left and right
    https://www.w3schools.com/css/css_margin.asp

    or using Calc: to keep things centre
    https://www.w3schools.com/cssref/func_calc.asp

    or if applicable align-items, but this requires 'flex'
    https://www.w3schools.com/cssref/css3_pr_align-items.asp

    There are a few ways - if you could post a link to your website with the menu in question and then we can see what suits! :)

    Best wishes
    Richard

  • Images won't show up in the mobile version

    3
    0 Votes
    3 Posts
    34 Views
    J

    @arminunruh thanks a lot! didn't see that coe :P

  • Lay Support für Videos (mp4)

    3
    0 Votes
    3 Posts
    46 Views
    S

    Thank you!

  • 0 Votes
    7 Posts
    133 Views
    M

    thank you @Armin-Unruh !

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Ignore the image for row’s height

    7
    0 Votes
    7 Posts
    83 Views
    arminunruhA

    hey!
    you could put two text elements on top of each other inside a stack element. and then have an image to the right!

    https://laytheme.com/documentation.html#stack-element

  • 0 Votes
    3 Posts
    41 Views
    RichardR

    Dear @meritocracy

    Sorry about this one slipping through!
    I hope Armin's solution has provided a way forwards :)

    Sincerely
    Richard

  • Mouse hover - Element grid

    2
    0 Votes
    2 Posts
    41 Views
    RichardR

    Hi Alex @Alex-Foradori

    This is all possible but would have to be done manually as no Built in option for Image hover exists within the Element Grid ( as im sure you know! :)

    Here on a past thread i went through a similar process of making custom image hovers, let me know if this applies to you!

    http://laythemeforum.com:4567/topic/6087/imagehover-on-element-grid-lightbox-on-carousel/2

    Best wishes Alex and have a lovely 2021
    Richard

  • HTML Videos Not Playing on Front-End

    2
    0 Votes
    2 Posts
    28 Views
    RichardR

    Dear @jackentee

    Could you please post a link to your website with the example video issues?
    Recently another user has had difficulty with Youtube videos & Armin is releasing a fix so will keep you posted :)

    Let me know and best wishes
    Richard

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