Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Integrate an automatic scroll for main page

    2
    0 Votes
    2 Posts
    427 Views
    D
    using window.laytheme.scrollBy(…) was the error. the scrollBy() function only works on the window element itself: window.scrollby() did the trick.
  • Vertical font

    3
    0 Votes
    3 Posts
    405 Views
    pmP
    @mariusjopen Thank you!
  • Read more/Read less button

    2
    0 Votes
    2 Posts
    532 Views
    mariusjopenM
    Hi zochovsky, this is a nice idea. I just replied here to that topic: http://laythemeforum.com:4567/topic/1438/menu-expand-collapse/3 Best! Marius
  • Video category not showing all videos

    2
    0 Votes
    2 Posts
    254 Views
    mariusjopenM
    Hi Stefan, can you post a link to your website? Many thanks! Marius
  • [Fullscreen slider] Selecting text without triggering next slide

    2
    0 Votes
    2 Posts
    274 Views
    mariusjopenM
    Hi Kubmin! Yes. this is interesting! Best is if you write an email to armin.unruh@gmail.com and include your username, password and a link to this conversation. Many wishes! Marius
  • Defined website margins in pixel + lightbox problem

    5
    0 Votes
    5 Posts
    495 Views
    mariusjopenM
    Hi Arne! What a relief! Great! Best! Marius
  • Color of text in text editor

    4
    0 Votes
    4 Posts
    408 Views
    mariusjopenM
    Hi Arne, this is not really possible, because the "hack" would be overwritten with the new update. I wrote it down as a point for improvement in next versions of LayTheme. If you give a text a paragraph, it will appear as a class. So with Custom CSS you can also address specific paragraphs. I hope that help! :-) Best! Marius
  • website no longer displays contents, wp dysfunctional

    6
    0 Votes
    6 Posts
    567 Views
    mariusjopenM
    Hi Lloyd! Best is if you write an email to armin.unruh@gmail.com and include a link to this conversation. He will then send you the Theme. Do you not have the download link anymore? Best! Marius
  • menu expand/collapse

    collapse menu menu item expand
    3
    0 Votes
    3 Posts
    1k Views
    S
    Thanks Marius for your reply! I thought as much that this is not possible in the navigation-menu. I have a little tiny bit knowledge of jQuery, :) so for now, I'm going to think of something else. Maybe in the future I can pull an accordeon effect off :)
  • Font in Menu and Body looks different …

    4
    0 Votes
    4 Posts
    378 Views
    tspallekT
    site title and menu looks perfect ... but body text looks compared to those much stronger ... actually now I realize that it also happens on my own website … if you look to it in safari the site title looks different then the text next to it: check www.thsp.de
  • Transparent White Box in Header

    3
    0 Votes
    3 Posts
    329 Views
    S
    Yesss thank you ;) Do you have any good ideas for my other two questions as well by any chance?
  • An (unexpected) space between the top of the page and the dropdown menu

    5
    0 Votes
    5 Posts
    521 Views
    S
    @mariusjopen said in An (unexpected) space between the top of the page and the dropdown menu: .primary { top: 40px; } Great it works! Thanks a lot : )
  • cover-region

    2
    0 Votes
    2 Posts
    348 Views
    mariusjopenM
    Hi Adam, this is not a default option but you can achieve this with jQuery. Have a look here: https://stackoverflow.com/questions/10555998/change-css-element-with-jquery-when-scroll-reaches-an-anchor-point https://stackoverflow.com/questions/13456531/jquery-change-div-css-on-scroll-and-also-change-back http://jsfiddle.net/elclanrs/h3qyV/1/ And don't forget this: http://laytheme.com/documentation.html#custom-javascript Good luck! :-) Marius
  • microsoft edge – no pictures shown fullscreen slider

    7
    0 Votes
    7 Posts
    707 Views
    mariusjopenM
    Hi Stas_ can you go into the project and check if the row height is still set to browser height? Best :-) Marius
  • Sidebar that spans over multiple rows

    4
    0 Votes
    4 Posts
    522 Views
    mariusjopenM
    Hi Yik, this would not be a real sidebar. I need to disappoint you. I was talking about a dirty fix which would mean to put plain HTML code into the sidebar. No drag and drop of images and text. Not very recommendable when you want to edit the content of the sidebar. If you want a refund that is all right. Best is if you write an email to armin.unruh@gmail.com, send a link to this post and ask him for a refund. Sorry about that! Marius
  • Change menu color

    2
    0 Votes
    2 Posts
    694 Views
    mariusjopenM
    Hi Tammy, you can do this with Custom CSS. Each page has a slug which means a unique name. Your work page has a class called .slug-work. You can address your navigation on that page by doing something like this: . slug-work .primary a { color: red; } Another page will have a different slug. Then you can customize the CSS of each page separately. I hope I could help! Marius
  • custom logo mouseover

    2
    0 Votes
    2 Posts
    301 Views
    mariusjopenM
    Hi Fabian! This is not a default feature of LayTheme. You need to make that with a small Javascript or jQuery. I think there even is an html solution or you use CSS with background. You need to implement one of those solutions in the Custom Head section of Laytheme. Many wishes! Marius
  • Processing P5.js — Java Script Mode

    8
    0 Votes
    8 Posts
    1k Views
    arminunruhA
    Hey! Ok, so put this in "lay options" -> "custom css & html" -> "Custom <head> content" <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ console.log(obj) }); </script> Go to the page where you want to run your javascript and open the console: https://developers.google.com/web/tools/chrome-devtools/console/#opening_the_console You will see a js object like that: [image: 1499868878687-screen-shot-2017-07-12-at-16.14.05-resized.png] So in my example I can say <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ if(obj.slug == "test-2"){ //do javascript here } }); </script> Ok this is just to execute javascript for specific pages. I'm really not sure if that will make it work with processing. Have you tried this processing js too? http://processingjs.org/learning/
  • custom phone layout doesn't show

    12
    0 Votes
    12 Posts
    1k Views
    arminunruhA
    Ah! Hmm you could use a custom phone layout for your frontpage where you insert the project thumbnails just like you did in your project overview. I just released a little update that fixes an issue where the phone layout doesn't show up properly after a resize. I just updated your site because I think it had the same problem. I hope that helps!
  • Change button appearance when hovering on top menu item

    3
    0 Votes
    3 Posts
    374 Views
    E
    Thanks Marius! I'll give it a try :)

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