Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • CHANGE SINGLE CUSTOM PLAY ICON

    5
    0 Votes
    5 Posts
    124 Views
    RichardR

    Thanks for the update @GregorGregor sorry i was late to this, best wishes & Merry Christmas! 🎄

  • Duplicate / Clone Rows

    9
    0 Votes
    9 Posts
    727 Views
    RichardR
    Dear @giselach

    You can copy content from one Gridder into another via JSON:

    http://laythemeforum.com:4567/topic/7421/insert-page-into-another/2

    Does this help?

    Best wishes & Merry Christmas 🎄 Richard
  • Making content editable

    4
    0 Votes
    4 Posts
    18 Views
    RichardR

    No worries @polczynski Merry Christmas!!! 🎄

  • scroll-behavior: smooth;

    5
    0 Votes
    5 Posts
    150 Views
    RichardR

    Thanks for the update @Hans-Pelle have a wonderful Christmas! 🎄

  • No Project Thumbnails available to insert!

    9
    0 Votes
    9 Posts
    135 Views
    RichardR

    Thanks for the update @Juliane best wishes! 🌝

  • drop down menu by default

    2
    0 Votes
    2 Posts
    32 Views
    RichardR
    Dear @giselach

    Having the Parent and Child elements visible all the time.
    Does the following suit your needs?

    A Sub-menu Sub-menu style set to "Click" in > Customize > Sub-menu >

    Following code added into > Lay Options > Custom CSS & HTML > Custom <Head> Content :

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ jQuery(".menu-item-has-children").addClass("show-submenu-desktop"); }); </script>

    Result (Sub-menu appears open)
    Screen Shot 2021-12-20 at 12.26.52 PM.png

    Hope this helps @giselach & best wishes 🌻 Richard
  • login not possible, website datas deleted

    2
    0 Votes
    2 Posts
    12 Views
    RichardR
    Dear Lisa @fraeul-lisa

    Even though this ocurred when activating Woocommerce, first you should contact your Web hosting service for help. Before changing anything further you need to make a copy of the database to save all information.

    "I changed the domain from www.lisabauer.ch to www.naza.ch"

    "The domain changes immediately to:
    https://right.trainresistor.cc/follow/track?457423/wp-admin/"

    This "right.trainresistor.cc does this make any sense to you?

    Are you able to log into the back-end?

    Do you know what version of Lay Theme you were running?

    Did you have an out of date Carousel version?

    Did you have any suspect Custom JS or <Head> Content?

    What Third-party plugins did you have installed? (if any).

    If you cannot log into the back-end, I think the first step Lisa is to save a copy of the current database and files. Contact your Webhost about Mysql (for wordpress database) & FTP File manager (Files & Wordpress Theme Content etc).

    Talk soon & best wishes 🌻 Richard
  • same issue

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    17 Views
    No one has replied
  • Tag Order

    4
    1 Votes
    4 Posts
    49 Views
    RichardR

    Thanks @ffinger , Have a wonderful day! 🌻

  • Customize Thumbnail Element

    3
    0 Votes
    3 Posts
    38 Views
    RichardR

    Thanks @fabiandraxl ⭐️

  • Carousel mouse over video thumbnail

    2
    0 Votes
    2 Posts
    20 Views
    RichardR
    Dear @jendrik

    Project Thumbnail Videos work fine outside a Carousel but you are right that when within, the project Thumbnail defaults to the Image. The Slides are "Behind Glass" in a way in that the Hover does not affect the inside.

    Sorry that my answer doesn't get you any further, this would need to be Custom Coded and you may wish to ask a developer to do this.

    These Links may help:

    https://stackoverflow.com/questions/16000443/how-can-i-make-an-image-become-an-embedded-video-on-mouse-over

    http://jsfiddle.net/3SQtS/

    https://stackoverflow.com/questions/26082409/change-inner-html-on-hover

    The Slides have an Image element <img> inside of them:
    Screen Shot 2021-12-14 at 4.17.50 PM.png

    There is slide-inner as the parent and within as it's child the img class="carousel-img". So the step would be to use Javascript or JQuery to take the <img> and replace it with a <video> on Hover (mouseover or mouse-enter).

    Best wishes ✨ Richard
  • Insert page into another

    6
    0 Votes
    6 Posts
    173 Views
    RichardR
    Dear @Diegob

    "So if I change the second page's content, it will be automatically added to the first page."

    This would need to be custom coded, i have not testing anything like this myself sorry. You would likely need to change some code directly within the Theme files, unfortunately this must be done by you. As i say, i have not had any need to do this personally so don't have a good solution for you.

    Best wishes Richard
  • Number of projects shown in thumbnail grid

    5
    0 Votes
    5 Posts
    299 Views
    RichardR
    Dear Leo @Leopold-Lenz

    Using CSS or jQuery to remove or limit the amount of Thumbnails is still the only way, but have made sure its noted ✅

    Best wishes Richard
  • Align TAG filter to center?

    4
    0 Votes
    4 Posts
    49 Views
    RichardR

    Thank you for supporting Lay Theme Sarah! ⭐️

    @sarahmorrison
  • iframe does not show on mobile version

    4
    0 Votes
    4 Posts
    55 Views
    RichardR

    Awesome! thanks @bennyxan have a wonderful day 🌻

  • Dropdown / Accordion menu

    2
    0 Votes
    2 Posts
    46 Views
    RichardR
    Dear @Rogue

    "I do not know where to paste the Java code."

    The code can be posted in Custom <head> Content located within > Lay Options > Custom CSS & HTML >

    Screen Shot 2020-09-14 at 2.51.54 PM.png

    Note: it's advisable to wrap your Javascript within a "new page event" as stated here.

    Example:

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ // Insert code here // }); </script>

    https://laytheme.com/documentation.html#custom-javascript

    Hope this helps & best wishes 🌻 Richard
  • Carrousel problem

    4
    0 Votes
    4 Posts
    32 Views
    RichardR
    Dear @mogios

    Custom Mobile Layout's activated in Lay options ⭐️

    Best wishes Richard
  • Search - exclude/hide projects/pages

    4
    0 Votes
    4 Posts
    50 Views
    RichardR
    Dear Sebastian @sebastianpetrov

    No worries with delay & have a wonderful day! 🌻

    Richard
  • 0 Votes
    11 Posts
    86 Views
    RichardR

    Awesome Armin!
    @cactusauvage ⭐️

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