Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • Thumbnail drop shadows

    2
    0 Votes
    2 Posts
    498 Views
    arminunruhA
    please try this: .col[data-type="project"] .thumb-rel{ your shadow css }
  • Leave site unpublished while working on it

    2
    0 Votes
    2 Posts
    418 Views
    arminunruhA
    hey alexandrap! It is not exactly what you are looking for, but take a look at this: https://wordpress.org/plugins/password-protected/ It's a plugin that password protects your whole website.
  • Site title weight different from from browser to browser

    site title
    4
    0 Votes
    4 Posts
    627 Views
    arminunruhA
    non breaking spaces. Hmm so you mean you want to have more space between the two words that make up your site title? If yes, please try this as your site title in "Customize" -> "Site title" -> "Site title" austin  redman one   is a non breaking space for fixed items please take a look at this answer: http://laythemeforum.com:4567/topic/535/fixed-element/4 You can either add elements in the gridder and make them fixed through css. Or if you want to have fixed elements on all of your pages you could add custom html in "lay options" -> "custom html & css" (might be harder if you don't know much about html).
  • few extra pages inbetween

    2
    0 Votes
    2 Posts
    320 Views
    arminunruhA
    It looks like you got rows with empty texts inside. Please try this: set the rowgutter to something like 200px in the gridder so you can see where rows are. Then see if you can find empty rows and delete them.
  • adding html/css to a specific page

    html css custom
    4
    0 Votes
    4 Posts
    1k Views
    arminunruhA
    When you go to lay options -> custom HTML and CSS -> HTML at top you can enter the markup for your image. Now you would need to use CSS animations. https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations Please take a look around the web to learn how they work.
  • Scroll Down arrow on a FullScreen page

    12
    1 Votes
    12 Posts
    5k Views
    arminunruhA
    ^^ with jquery you can animate scroll like this. This needs a class of "clickme" on your element: <script> jQuery(document).on("click", ".clickme", function(){ jQuery("html, body").animate({ scrollTop: window.innerHeight }, 600); }) </script>
  • Set a height rather than width in gridder

    3
    0 Votes
    3 Posts
    503 Views
    A
    @arminunruh Hey, Aspect ratio seems to be a good solution. Great thanks!
  • 0 Votes
    2 Posts
    1k Views
    arminunruhA
    Hey wardh! Horizontal lines: I need to add an option one day to add horizontal lines :D Edit: now there are horizontal lines with "+more" -> "+horizontal line" in the gridder. Right now you could also add a class to a row by right clicking on an empty spot of the row. If you give it a class of "row-line", you could use some css like: .row-line{ border-top: 1px solid black; } Background of one Column: Add a class to your row like "custom-column-background" Then use some css like this: .custom-column-background .col:nth-child(2){ background-color: blue; } The nth-child(2) selects the second column in this example. Align image in middle of column: Please select the column content and click the "align middle" button in the gridder. [image: upload-e88e0e25-82a9-45cc-bd53-0de5d6c22cc0.png]
  • Make mobile drop-down menu push element down instead of overlaying them.

    3
    0 Votes
    3 Posts
    605 Views
    E
    I did manage to solve this issue to some extent, though there was a small issue with the transition when closening the burger. Having the menu integrated with the rest of the content, just seems to give the layout an overall better impression over various tablet-sizes.
  • Change prev/next cursor in web

    cursor next previous
    4
    0 Votes
    4 Posts
    1k Views
    arminunruhA
    But a custom cursor needs to be an image afaik. The only addon that doesn't support custom cursors at the moment is the lightbox addon. Please see this topic for how to change the lightbox cursors: http://laythemeforum.com:4567/topic/499/customize-lightbox-plugin-arrows/3
  • overlapping text on mobile phone

    mobile text
    5
    0 Votes
    5 Posts
    842 Views
    arminunruhA
    Hey sp! So I looked at your code for your about text: [image: upload-43e76407-cae2-4440-9fee-98cd08ad80d2.png] There is a lot going on. There are <font> tags, I'm not sure why they are here. Please try one of these two things: Copy the text from here: http://www.noman-studio.com/about/ Edit the textelement in the gridder. Delete the text there. Insert the text that you copied before. Now you should have a cleaner html markup for your text. -or- Alternatively to all of this you could also just edit your textelement in the gridder, select all the text and press the "Clear Formats" button in the texteditor which looks like a rubber. After you did step 1 or 2, please do this: Please use the "textformats" feature instead of applying your line-height directly in the editor: http://laytheme.com/documentation.html#textformats
  • Exclude two gif from Lightbox addon

    7
    0 Votes
    7 Posts
    736 Views
    C
    Thanks Armin!!
  • This topic is deleted!

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

    Locked
    0
    0 Votes
    0 Posts
    8 Views
    No one has replied
  • menu responsive sizes on devices

    3
    0 Votes
    3 Posts
    541 Views
    A
    ok! thanks for you reply!
  • Mobile display: zoom in enabled

    zoom in mobile
    5
    0 Votes
    5 Posts
    1k Views
    J
    Thanks Armin!
  • Portfolio / Project list

    2
    0 Votes
    2 Posts
    483 Views
    arminunruhA
    Hello Tom! At the moment this is a weakness of lay theme and a "project-list" type of element is planned for a future update. Right now I can't tell u when it will be available.
  • Link to location on the same page

    2
    0 Votes
    2 Posts
    362 Views
    arminunruhA
    Hello Loes! This is possible with custom html and custom javascript. Right now there is no easy way to do this.
  • Mobile Menu Color based on current project/page

    5
    0 Votes
    5 Posts
    883 Views
    dafvD
    that would be awesome ;)
  • Still haven't received my license key

    2
    0 Votes
    2 Posts
    379 Views
    arminunruhA
    Hello! Sorry! You just got a mail. Ahw, I'm going to remove that message that could be found by google with the next update. If you write like 2 sentences about your website in "Lay Options" -> "Misc Options" -> "Website Description" then that should appear in Google after a while.

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