Skip to content

General Discussion

A place to talk about anything Lay Theme related
5.0k Topics 21.6k Posts
  • Menu and grid

    3
    0 Votes
    3 Posts
    823 Views
    arminunruhA
    @bensalgado said: I have a 5 column grid system on my website, and I would like to align my menu with one the column. So that when the device / size of the screen changes, it always aligned with the grid / content... Is it possible ? Hope this is clear. Hey! In "customize -> menu style -> menu" you can set your position to top right for example. Then there you can set "Space Right in" to "%". This way the menu can be aligned with the grid yeah. Also, is it possible to have a dropdown menu ? I've read on the forum that you were thinking to work on it a few months ago... Just wanted to know if its still planned That's only possible if you code that functionality by yourself. You mean you want menu points that have submenu points right? Hmm I might have said that I'm gonna do that, not sure :D Can you give me the link where I said that? ^^
  • Precise menu design with logo on top

    menu menu locations
    2
    0 Votes
    2 Posts
    1k Views
    arminunruhA
    Hey! Try this: Your menu: Create your menu in appearance -> menus Go to "Customize" -> "Menu Style" -> "Menu" -> "Menu Points Arrangement": vertical "Customize" -> "Menu Style" -> "Menu": uncheck "is fixed" Also you have the menu bar still showing up. Hide the menu bar here Go to "Customize" -> "Menu Style" -> "Menu Bar" Your logo: "Customize" -> "Site title" -> "Site Title" Just set a text site title here, position it and uncheck "is fixed". Then in "Lay Options" -> "Gridder Defaults" set your Frame Top Value to something like 300px. Try out different values here. In the "Getting Started" video I explain how to create a menu and I explain the gridder defaults and the customizer, maybe that helps. cya
  • Site Title Mobile

    3
    0 Votes
    3 Posts
    889 Views
    F
    perfect, thank you!
  • Demoversion?

    demo version
    2
    0 Votes
    2 Posts
    576 Views
    arminunruhA
    Hey Micheal, sorry for my late response. Ok, u got mail!
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • HTML via Text-Editor Bug?

    text text editor html html editor
    7
    0 Votes
    7 Posts
    2k Views
    C
    Ok, thank you. So I have to wait.
  • Intro image for mobile devices

    intro image enable mobie
    2
    0 Votes
    2 Posts
    773 Views
    arminunruhA
    Hey Joel, Good Idea, i'm writing that down and I'm gonna work on that one day!
  • Smartscrolling / Scrolljacking

    scrolling scroll smartscrolling scrolljacking
    2
    0 Votes
    2 Posts
    897 Views
    arminunruhA
    Hey Dennis, maybe the fullscreen slider addon is what you are looking for? http://laytheme.com/fullscreen-slider.html But the fullscreenslider is not exactly the same as the smartscroll that you sent me. You could probably also make that smartscroll script work with lay theme if you know some javascript. You could make the rows of a lay theme project to initialize the smartscroll script on. Here's some info about how to use js with lay theme: http://laytheme.com/documentation.html#custom-javascript
  • This topic is deleted!

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

    Locked
    0
    0 Votes
    0 Posts
    18 Views
    No one has replied
  • PayPal Button Not Working on a Page

    pages html paypal
    4
    0 Votes
    4 Posts
    2k Views
    arminunruhA
    Hey, try this, I added this to the last image: style="width: 1px; height: 1px;" <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="SN3EQ3BCR7AMG"> <table> <tr><td><input type="hidden" name="on0" value="Magazine">Magazine</td></tr><tr><td><select name="os0"> <option value="UK">UK £6.00 GBP</option> <option value="Overseas">Overseas £7.00 GBP</option> </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online."> <img style="width: 1px; height: 1px;" alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form>
  • Progress bar

    progress bar load
    1
    0 Votes
    1 Posts
    561 Views
    No one has replied
  • fixed image size / breakpoints

    3
    0 Votes
    3 Posts
    2k Views
    L
    thank you very much!
  • Fixed objects in a page

    text fixed custom css
    5
    0 Votes
    5 Posts
    2k Views
    S
    Oh and by the way, to make it works with links, just add that in the custom css: .fixed a {position: fixed;}
  • 0 Votes
    5 Posts
    2k Views
    N
    Yes yes, i tried this also but it doesnt work for the "next project links" :8ball: however i found another way to solve the problem without these links :+1: thank you!
  • Border-Bottom Offset

    offset bottom link move border
    2
    0 Votes
    2 Posts
    2k Views
    arminunruhA
    Hmm yeah you can try this CSS .lay-textformat-parent a, a.projectlink .lay-textformat-parent>*{ border-bottom-style: none; } .lay-textformat-parent a:after, a.projectlink:after{ content:''; position:absolute; width: 100%; height: 0; left:0; bottom: 2px; /* <- distance */ border-bottom: 2px solid #000; } Change the "bottom" value to have a different space. I got it from here: http://stackoverflow.com/questions/14733011/css-decrease-space-between-text-and-border This might work better for you if all you want is less space between the underline and the text: .lay-textformat-parent a, a.projectlink .lay-textformat-parent>*{ border-bottom-style: none; } .lay-textformat-parent a, a.projectlink .lay-textformat-parent>*{ text-decoration: underline; }
  • Hirarchie on Mobile

    order mobile hirarchie
    13
    0 Votes
    13 Posts
    4k Views
    D
    Hey Armin, Perfect! Thanks a ton! Best regards, Dennis
  • Reset laytheme to default settings/stylings

    reset design
    2
    0 Votes
    2 Posts
    849 Views
    arminunruhA
    noo there isn't
  • Lay Theme all pages suddenly blank

    6
    0 Votes
    6 Posts
    1k Views
    L
    Hi, same issue — all pages blank. Could you please send me the instructions? Thank you in advance.
  • Image Captions don't always follow the images x & y offset settings

    3
    0 Votes
    3 Posts
    706 Views
    arminunruhA
    Hey david, I wrote this down and I'm going to test that and work on fixing it ^^
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com