Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Page Search

    search
    2
    0 Votes
    2 Posts
    583 Views
    arminunruhA
    Hey Michael! :D No I don't think so :/
  • Overlapping Objects on Gridder Some Day?

    overlapping gri
    2
    0 Votes
    2 Posts
    544 Views
    arminunruhA
    Hey Michael! You can offset the elements to make them overlap. Here is a little description about that: http://laytheme.com/documentation.html#elements-with-offsets thanks for recommending lay theme, rlly appreciated :D
  • Embed live stream audio feed

    embed script
    4
    0 Votes
    4 Posts
    733 Views
    arminunruhA
    Hm hmmm, I guess you could maybe add that script tag using the gridder with '+More'->'+HTML' Maybe that works. I think probably that may not work if you are navigating to the page from within the website cause I think <script> tags are not executed when the website replaces content using javascript which is the case with lay theme since lay themes frontend is a javascript app. Would be much better if you could embed an iframe instead of the script tag
  • Google Analytics Track Outbound Links

    2
    0 Votes
    2 Posts
    540 Views
    arminunruhA
    Hey! Hmm, you could insert an image in the gridder using "+More" -> "+HTML". There you can write your image markup with an anchor and your onclick event.
  • Custom Queries

    10
    0 Votes
    10 Posts
    1k Views
    arminunruhA
    Ahw, yeah try: register_api_field instead of register_rest_field, just change the name. i have to update the wpapi that comes bundled with lay theme, then register_rest_field will work. until then use register_api_field, its the same function
  • Main Menu Dropdown?

    10
    0 Votes
    10 Posts
    18k Views
    arminunruhA
    Hmm, I see that you are using "$", but you need to use jQuery instead of $ i think. Cause the jquery thats used in wordpress isnt available through "$" but through "jQuery"
  • Description of Post > meta description

    8
    0 Votes
    8 Posts
    1k Views
    arminunruhA
    hey cr3h, since lay theme 1.7.2 the project description is used as the description meta tag automatically
  • Hide project description on mobile

    2
    0 Votes
    2 Posts
    398 Views
    arminunruhA
    I think this should work if you put it into "Lay Options" → "Custom CSS & HTML" → "Custom CSS for Mobile Version" .descr{ display: none; }
  • Cover option

    5
    0 Votes
    5 Posts
    944 Views
    arminunruhA
    Hey Patrick, just fixed it with 1.7.2 :), please update
  • Site Tagline line break?

    tagline
    3
    0 Votes
    3 Posts
    432 Views
    arminunruhA
    Hey franzi, please update to 1.7.2 Now when you edit the tagline you can do: "Hello<br>Hello" The <br> is HTML and means linebreak :)
  • 0 Votes
    5 Posts
    2k Views
    D
    Great! Thanks!
  • Changing an already built website that base on wordpress to LayTheme

    2
    0 Votes
    2 Posts
    283 Views
    arminunruhA
    Hello Tamar! I think it would be good for you to create your website locally on your computer using maybe mamp https://www.mamp.info You could also create your new website on a subdomain of your current website like new.tamarbd.com Maybe that is easier. You would have to insert all of your content of the current website into the lay theme website by hand. For example you would need to create projects and put your images inside. When your new lay theme website is finished, you would need to move that website to tamarbd.com. I wrote a little explanation here about how to move a lay theme website: http://laytheme.com/documentation.html#moving-website This may be a bit hard to do if you haven't moved a website before and I was thinking to create a video tutorial about that one day. If you want to recreate your website so that it looks the same as right now, I think maybe lay theme would not be the right choice. There is no built in support for a menu that has sections like your menu for example. If you like I can send you a test account login so you can try the theme a bit and then you can make your decision if you want to buy it.
  • current date and time

    2
    0 Votes
    2 Posts
    500 Views
    arminunruhA
    Hmmm, a good way to do this is to use shortcodes but I deactivated shortcodes for lay theme for now. You can also use javascript: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date You could create a textelement in the footer, give it a class and then use the "newpageshown" event to add the date string into that element. http://laytheme.com/documentation.html#newpage-events
  • Background gradient

    5
    0 Votes
    5 Posts
    845 Views
    L
    Hi Armin, Great! Now it works. Thank you a lot. At first I thought it is just a small fix needed, so I posted into the existing thread. Sorry for that. Next time own topic. I promise! šŸ™ˆ
  • Line Height

    line height
    3
    0 Votes
    3 Posts
    587 Views
    M
    Awesome! Big Thanks!
  • Customizing Project Thumbnails

    2
    0 Votes
    2 Posts
    388 Views
    arminunruhA
    Hey! Or, is there any way to achieve the effect by which projects appear on a Category page by their title only? In such a manner that on mouse rollover the project thumbnail image appears? Good idea, at the moment there is no such effect. Gonna write it down though and think about it.
  • Add to Vimeo Video auto-play and loop

    vimeo autoplay video loop
    4
    0 Votes
    4 Posts
    4k Views
    arminunruhA
    Yep, thats the problem with just putting an iframe there. Maybe try that: http://embedresponsively.com/
  • Gridder + custom html/css?

    2
    0 Votes
    2 Posts
    518 Views
    arminunruhA
    Hey! When u hover over an element, there is a "class" button. U can use that for custom css styling. Here's an example "create a custom button style": http://laytheme.com/documentation.html#custom-css-styling In Lay Theme, normally an element will always overlap a preceding element. Also elements inside a row will always overlap elements of a previous row. With the latest lay theme version you can also right click an empty spot of a row and set a row class. That might help with some z-index things you want to do.
  • Theme download

    9
    0 Votes
    9 Posts
    2k Views
    arminunruhA
    Hey! If u have 1.6.0 or later, then you can update within the backend. If you have a version before 1.6.0 you need to deactivate and delete the theme and upload the latest version.
  • 0 Votes
    3 Posts
    714 Views
    C
    @arminunruh Thank you. (Pretty nice theme!) I meant the images beside the projects. Both are inserted via the Image button. Anyways, your last sentence gave me the right answer: I missed the "Edit Caption" button in the gridder header. Thanks!

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