Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • How do a multi language menu?

    4
    0 Votes
    4 Posts
    80 Views
    RichardR

    Dear @Elt01123

    This is likely a setting of the Language plugin used where it will remove the current language.

    However this could be done with a custom menu link created in > Appearance > Menus > Choosing 'Custom Links'.

    The languages work by creating a copy of each page and setting a URL address that matches. in this case the URL:

    https://andreaguccini.com/it/homepage

    /it/ = italian

    There is also a:
    https://andreaguccini.com/en/homepage

    /en/ = English

    With this knowledge you can just create your own links to switch between English or Italian ( or any other language you have applied )

    Hope this helps and have a wonderful day

    Richard

  • 0 Votes
    2 Posts
    42 Views
    RichardR

    Dear @varina

    The Row gutters are Margin percentages that are applied to each row - If your 'Row Gutter' is set to 5% then each row will have a 'margin-bottom' of 5%.
    This unfortunately means that a row gutter is not a solid 'area' that can have a background colour applied to it.

    https://www.w3schools.com/css/css_margin.asp

    However from a design point of view there may be ways that you can trick this, one option being a 'border'
    https://www.w3schools.com/css/css_border.asp

    Here in this example i have set the row gutter to 0% but am using the border property to create a divide between rows - but the nice thing about a border is i can set a colour:

    Screen Shot 2021-02-27 at 12.48.09 PM.png

    To make things easier - in the Gridder layout i right-clicked the row and gave it a class using - Edit HTML class & ID.

    I set the class to 'border_row_one'.
    With that i applied the Custom CSS:

    .border_row_one { border-bottom: 50px solid aqua; }

    You can use other CSS unit than 'px' like 'VH' (viewport height)
    https://www.w3schools.com/cssref/css_units.asp

    For more information on using Custom CSS within Lay Theme check out the documentation page:
    https://laytheme.com/documentation.html#custom-css-styling

    Hope this has helped point you in the right direction and have a wonderful day :)

    Richard

  • Backdrop Blur — Mobile Nav for Safari

    3
    0 Votes
    3 Posts
    143 Views
    RichardR

    Dear @fr

    The issue being that you cannot get the blurry backdrop or above code appiled, to work on Safari/mobile?

    Are you able to post a link to the website also & any other relevant information :)

    Best wishes
    Richard

  • Images pop up randomly

    2
    0 Votes
    2 Posts
    17 Views
    RichardR

    Dear @alina-feske

    This is actually a trick! :)

    Its just a background video:
    https://leberg.com/wp-content/uploads/2020/06/le-berg-landing-vid.mp4

    Best wishes
    Richard

  • 0 Votes
    1 Posts
    18 Views
    No one has replied
  • Anchor Scroll Dekstop/Mobile

    17
    0 Votes
    17 Posts
    438 Views
    C

    Hi there, having similar issues here with the scroll to anchor. Thanks @MaxWinter for sharing this. Scrolling works fine on Desktop when I select a submenu, it smoothly scrolls to an id. However I can not get it to work on mobile. Nothing happens.

    Also I need to set up a different offset for desktop and mobile due to the site's layout. Any ideas?

  • Css Scroll icon broken after update

    1
    0 Votes
    1 Posts
    30 Views
    No one has replied
  • Sub Menu broken after Update

    14
    0 Votes
    14 Posts
    74 Views
    RichardR

    Dear @rbnbm

    No worries, sorry i was late to get back to you on this one, Have a lovely day and best of luck with the rest of your project :)

    Richard

  • 0 Votes
    2 Posts
    11 Views
    RichardR

    Dear @johanneskuczera

    Entschuldigung, wenn mein Deutsch nicht ganz korrekt ist :)

    Wenn ich richtig bin, dass Sie dies auf eine bestimmte Seite anwenden möchten, haben wir die Dokumentation dafür:
    https://laytheme.com/documentation.html#custom-css-styling

    Hoffe das hilft!

    Richard

  • Site title size doesn't work

    2
    0 Votes
    2 Posts
    7 Views
    RichardR

    Dear @axeldemarteau

    Just as a starting point:
    Im getting in your Console an error about Imagehover,

    Are both Lay Theme & its Addons all up to date and in sync with each other?

    Do you have any Third-party plugins that when deactivated resolve the issue?

    Do you have any Custom Code that when temporarily removed solves the issue?

    Also:
    https://laytheme.com/troubleshooting.html#customizer-does-not-show-up

    From there we can proceed :)

    Talk soon! & have a wonderful day

    Richard

  • Menu hovering on the right

    3
    0 Votes
    3 Posts
    12 Views
    M

    It worked!
    Thank you very much!

    Have a great day!

    Michele

  • L ESP Text Glitch?

    6
    0 Votes
    6 Posts
    32 Views
    C

    Dear @Richard-K
    No worries at all, glad I was able to pass some info myself this time :)
    All the best
    Christian

  • Site Title Animation

    3
    0 Votes
    3 Posts
    93 Views
    BaptisteB

    Hey @joaop ,

    Did you try to use HTML/CSS to do that instead of a plugin with the css animation property? You can use (on the desktop version) and HTML code as a website title.

    You can have a look on that for exemple :
    https://codepen.io/yoannhel/embed/sJpDj?default-tab=result&theme-id=0

    Best,
    B.

  • Menu styled as text block

    2
    0 Votes
    2 Posts
    47 Views
    RichardR

    Dear @billykioso

    Will try to answer questions separately, is possible :)

    Q 1: Menu items styled like paragraph.

    Within > appearance > menus >
    You can create a custom name for any menu point - therefore could you just add a ' , ' comma at the end to create the vertically style paragraph:

    It should also be mentioned that you could just create a paragraph of text in a Gridder layout then link individual words to the pages you want?

    Aha - i see now, You could remove the 'wrap' property of the menu points so that they fall after each other like a paragraph - This is what you wanted :)

    Q 2: Need menus to sit in centered within the grid

    In Customize > Menu Style > you can change the layout margins of the menu - by setting this to the same margin as your Gridder's "Frame" you will have the correct setup.

    Actually:

    Because of the specific layout needs - it may be more effective to create the exact layout you want in a Gridder - on a "page" and then activate this page as a 'footer' you can activate a footer with - Lay Options & then within the chosen page select it as your footer ( sorry if that was wordy.. )

    So then basically we have the content of that 'page' appearing everywhere on the website. Then apply some Custom CSS to bring it to the Top of the Website and it basically acts as your navigation.

    Sorry if this was a ramble - just to know your thoughts and im happy to help ;)

    Best wishes
    Richard

  • Migrating content from pages to projects

    2
    0 Votes
    2 Posts
    66 Views
    RichardR

    Dear @plhrmnn

    Unfortunately i don't think this is possible at the moment , i had a thought that you could export your content - go into the .xml file and change all the data-type attributes from project to page:

    But this could very easily get messy and ruin your content :(

    Sorry that i cannot be of further help Paul, but i hope if anyone knows that can please chip in! :)

    Sincerely
    Richard

  • Parallax Background

    2
    0 Votes
    2 Posts
    51 Views
    RichardR

    Dear @visitlay

    Sorry for the delayed reply - I think in this case its best to follow the Example code - unsure if Lay Theme's parallax can be used that way! :)

    Best
    Richard

  • Category Filter position

    14
    0 Votes
    14 Posts
    312 Views
    RichardR

    Dear Paul @paulstolle

    Thanks for the update - just happy that its working and the frustration is over! :)

    Best
    Richard

  • background video streaming

    2
    0 Votes
    2 Posts
    22 Views
    RichardR

    Dear @vernandel

    So if i'm right, the issue is that uploading a background video through > Customize > background >:
    The mp4 upload is too Large.

    With a Vimeo or Youtube option, the video has to be triggered by 'play' button - is this a problem for design?

    Is it possible to contact your webhost to allow a bigger upload file size limit? or using the free Program 'handbrake' to re-encode the video for better web optimization?

    Just wondering how to help :)

    Best wishes
    Richard

  • Intro disappearing on mouse scroll

    8
    0 Votes
    8 Posts
    38 Views
    RichardR

    Dear @spontans

    Awesome! happy to help & best of luck with your Project :)

    Richard

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
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