Skip to content
  • Close Button

    General Discussion css
    2
    0 Votes
    2 Posts
    154 Views
    arminunruhA
    hey i dont see a close button on your website lay theme only has built-in close buttons for overlays: https://laytheme.com/documentation/overlays.html how about you use an overlay for your about page?
  • 1 Votes
    5 Posts
    305 Views
    H
    @arminunruh said in burger menu on different color: .slug-bio .burger-default span, .slug-bio .burger-default span:before, .slug-bio .burger-default span:after{ background: white; } That worked! Thanks man.
  • 0 Votes
    14 Posts
    713 Views
    arminunruhA
    Is Laytheme seeing the shortcode and then forcing a page refresh to improve compatibility with short codes in general? yes Are there any links to information you can share that might help me try different workarounds? no i don't think there is a workaround
  • 0 Votes
    2 Posts
    128 Views
    RichardR
    Dear @agispas Beautiful website šŸ– When viewing your page the Image is centered. Is this correct? have you since found a solution? Talk soon & best wishes ✨ Richard
  • Custom menu styling

    Feedback css menu mouseover menu item custom css
    2
    0 Votes
    2 Posts
    433 Views
    mariusjopenM
    Dear @Max-Weinland maybe to build it as CUSTOM HTML is also a good solution. You can use CUSTOM CSS to change the colours of the links. DOn't forget to use !important. Best! Marius
  • Display mobile menu icon on all sizes

    General Discussion mobile menu css menu
    4
    0 Votes
    4 Posts
    534 Views
    mariusjopenM
    Dear @wallendorf there is not really another option. You probably need to dive into the CSS and adjust it like you need it to be. Best! Marius
  • 0 Votes
    2 Posts
    272 Views
    mariusjopenM
    Hi @wallendorf this is possible with CSS. Have a look here: http://laythemeforum.com:4567/topic/1879/fadein-images-on-hovering-a-certain-class/2 Also I remember that I answered this question a couple of times here in the forum. You can have a search in the forum. Best! Marius
  • 0 Votes
    4 Posts
    2k Views
    arminunruhA
    So if you are in the text editor, there is the "<>" code button. When you click that you can insert the html markup of your "buy" button. If you don't like that solution you can still use the "custom phone layouts" feature: http://laytheme.com/documentation.html#custom-phone-layouts
  • 0 Votes
    1 Posts
    764 Views
    No one has replied
  • show div on hover

    General Discussion hover css
    2
    0 Votes
    2 Posts
    1k Views
    arminunruhA
    hello vraagje! here i read that the "+" css operator only applies to an element if it is an adjacent element (next to the other one) http://stackoverflow.com/questions/1139763/what-does-the-plus-sign-css-selector-mean Thats why it doesn't work on your website, because the elements are not adjacent. However, you can achieve this mouseover interaction with js. In "custom html& css" -> "custom <head> content": <script> jQuery(document).on("mouseenter", ".hoverme", function(event) { jQuery(".showme").show(); }); jQuery(document).on("mouseleave", ".hoverme", function(event) { jQuery(".showme").hide(); }); </script> In the above example i didnt use your id's but used some classes "showme" and "hoverme"
  • 0 Votes
    2 Posts
    671 Views
    arminunruhA
    hey steve, I'm not sure if i see a different website because I'm not logged in or something like that, but as I mentioned in other posts it seems that the website you are referencing doesn't have lay theme installed from my point of view. This is what i see: [image: upload-b3376591-d5a5-4fa0-bd32-dc843ce64cb8.png] For doing style changes it's best to use the fields in "Lay Options" -> "Custom CSS and HTML" There you have the fields "custom css for desktop" and "custom css for phone". If you want to create a style that applies to both desktop and phone you could add your style in a <style> tag like this to the field "Custom <head> content": <style> .hello{ opacity: 0.5; } </style> I'm not sure what you did with the original style.css file but if you delete the first few lines of that file the theme will probably not work right because in those lines there's vital info about the theme like name, version etc. (that's standardized by wordpress)
  • Vertical Menu - 90 Degrees Rotation

    General Discussion vertical css menu
    2
    0 Votes
    2 Posts
    2k Views
    arminunruhA
    Hey xconfusingboyx :D, I want to add this feature one day. Right now that's not trivial to do. If you want to try your luck, use css transform rotate and translate. Maybe u find some css online. You can put your css into "Lay Options" -> "Custom CSS & HTML". Good luck
  • Change mobile menu bar?

    General Discussion css mobile menu color
    7
    0 Votes
    7 Posts
    3k Views
    arminunruhA
    Hey jlohin, this is a feature that I need to add to lay theme. Currently that's not easily possible. Gonna work on it soon.
  • Posts loop when on active project.

    General Discussion posts projects css
    5
    0 Votes
    5 Posts
    1k Views
    C
    The control panel just appeared! Thanks
  • Custom CSS

    Feedback css custom
    5
    0 Votes
    5 Posts
    2k Views
    J
    @arminunruh said: Hey! With the new version 1.034 all elements in the Gridder have a little button "class" when you hover over an element. There you can enter your custom HTML classes :white_check_mark: Massive √ Thanks dude. Time to play. [image: upload-3f2cbc35-2253-44aa-857a-d46e321f668b.gif]
  • 0 Votes
    5 Posts
    2k Views
    arminunruhA
    @irvdys yeah gonna take at that look today :D

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