Skip to content

General Discussion

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

    4
    0 Votes
    4 Posts
    533 Views
    arminunruhA
    You can put it in "Lay Options" -> "custom css & html" -> "custom css for desktop version". Or in "Custom <head> content" with a wrapping <style> โ€ฆ </style> That would make the css available for phone and desktop versions.
  • updated site and now projects are missing

    6
    0 Votes
    6 Posts
    627 Views
    arminunruhA
    hey toby, yeah unfortunately this is a new issue that has popped up, i think with the new wordpress version. really not sure why this happens now because before it worked :/
  • Shortcode hyperlink

    2
    0 Votes
    2 Posts
    439 Views
    K
    figured it out! In case someone else was wondering: window.laytheme.on("newpageshown", function(layoutObj, type, obj){ jQuery( "div class here" ).wrap( "<a href='link here'</a>" ); jQuery("br").remove(); });
  • After Lay Theme update no images and text shown

    2
    0 Votes
    2 Posts
    289 Views
    J
    its fixed! I forgot to update wordpress, now its working! Thanks! Jan
  • Problem in Project

    3
    0 Votes
    3 Posts
    313 Views
    D
    @arminunruh Thanks a lot. The theme is very complete and sometimes I dont find the correct way. Congrats again!
  • Add tags to Projects

    3
    0 Votes
    3 Posts
    578 Views
    W
    @arminunruh ah okay, what a pity. but thanks for your answer.
  • "You cannot publish without a Featured Image or Title."

    featured image
    42
    1 Votes
    42 Posts
    7k Views
    T
    Hello Armin! I have the same problem, using Laytheme 1.6.5 and wordpress 4.6.3. I canยดt publish projects anymore: "You cannot publish without a Featured Image or Title." The Email used to download lay theme was fabian_kiepe@web.de. Can you help me?
  • Images appear on link hover II

    3
    0 Votes
    3 Posts
    1k Views
    arminunruhA
    Hey, this is not easily possible, only with custom js and custom css. i hope you understand this can take a bit longer to code. Maybe u can find someone who can code a bit to help you out. :/
  • Mouse over icon on links

    9
    0 Votes
    9 Posts
    1k Views
    C
    ok. thanks armin. : )
  • Pinterest

    2
    1 Votes
    2 Posts
    410 Views
    arminunruhA
    Hey Ana, not sure, maybe the pinterest browser addon is not compatible with a website that is a javascript application
  • accordeon

    2
    0 Votes
    2 Posts
    433 Views
    arminunruhA
    hey azn, there is no built-in accordeon for laytheme. however, if you find a good plugin that does this and works with a shortcode you could make that work. or maybe you can code an accordeon yourself.
  • autoplay not working

    6
    0 Votes
    6 Posts
    726 Views
    N
    @arminunruh nuno-maio.com pass: amazing
  • Cursor waiting during load

    cursor loading
    2
    0 Votes
    2 Posts
    367 Views
    arminunruhA
    hey adam, i think it is not easily possible to do this right now. I wrote this down and I might add a html class to the body while pages are loading so you can use css. Not sure when I will work on this.
  • Shortcode not working with Maps plugin

    2
    0 Votes
    2 Posts
    384 Views
    arminunruhA
    Hey! I've just tested the plugin and it works for me. Do you add the shortcode with "+more" -> "+shortcode"? Can you try to delete the shortcode element, add it again and save your page? When you edit your map in the wordpress admin panel, can you see it there? Cause you know you need to enter a google maps api key to make that plugin work at all. Can you send me the link of the website where this isn't working?
  • scroll to section from other page with fullscreen slider addon

    2
    0 Votes
    2 Posts
    530 Views
    arminunruhA
    Hey Felix! I think the menu is more for having links to other urls/pages. Maybe you rather want to do this with "lay options" -> "Custom CSS & HTML" -> "Custom HTML at top". In the custom html at top you could put some html markup like for example: <div class="fullscreenslider-links"> <div class="_Default" data-scrollto="1">Scroll to 1</div> <div class="_Default" data-scrollto="2">Scroll to 2</div> <div class="_Default" data-scrollto="3">Scroll to 3</div> </div> Of course you will need to style this a bit with css, for example: .fullscreenslider-links{ position: fixed; top: 10px; right: 10px; z-index: 10; } .fullscreenslider-links div{ cursor: pointer; margin-right: 10px; display: inline-block; } .fullscreenslider-links div:last-child{ margin-right: 0; } And if you only want this menu on one page and not on others you might want to hide it on other pages using custom css based on page http://laytheme.com/documentation.html#css-based-on-current-page
  • Use Browser Hight / Center Column / Carousel speed

    4
    0 Votes
    4 Posts
    2k Views
    arminunruhA
    @rsepierre Thanks a lot for your advice!! :) Maybe I got the wrong idea about the โ€žUse Browser hight for row hightโ€œ but it seems not to work for me. I want the Images in a Carousel to fit (80%) the size of the browserhight instead of the with. (As this is an issue supposed to be fixed in last update - could it be a problem with Wordpress 4.7.2?) There is an option for when the fullscreen-slider addon is active. "lay options" -> "fullscreen slider addon" -> "Give elements a max-width and max-height and center them". This only works for pages where that addon is active. Normally, all the element's sizes are width-based. I use a single project Page with a Carousel to slide horizontal. Center Alignedment will only center the elements. How can I center the single column? I'm not sure what you mean. Do you mean you want to have the carousel element centered vertically and horizontally? Look, in this video, I place an image in a centered way: http://laytheme.com/documentation.html#use-browser-height-for-row-height You can always select an element and click the alignment buttons in the gridder header: [image: 1487075186511-screen-shot-2017-02-14-at-13.26.16.png] Is there an easy way to adjust the horizontal Slide in the Carousel in speed on mouse clicks? Similar to the Fullscreenslider Speedoption? Hmm no at the moment there isn't.
  • Font-appearance in different Browser

    2
    0 Votes
    2 Posts
    413 Views
    arminunruhA
    Hello Henriette! Windows doesn't have Helvetica Neue pre-installed, so it will display Arial instead I think. If you want to use Helvetica Neue and have it work for all devices, you will need to upload helvetica neue as a webfont in "lay options" -> "webfonts". And then use that font for your textformats. You may need to buy the webfont for that. Please note that at the moment you need to install the plugin "disable real mime check" because right now there is a bug in wordpress which will prevent you from uploading woff files. :/ Still your font will display slightly different across browsers. Browsers just render fonts a bit differently, so this will be a problem that you cannot solve.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Customize Project Arrows

    4
    0 Votes
    4 Posts
    568 Views
    H
    ๐Ÿ™ ๐Ÿ™ ๐Ÿ™
  • Calendar Plug-ins?

    2
    0 Votes
    2 Posts
    336 Views
    arminunruhA
    hey robinh, sorry for the late reply! You can add shortcodes in the gridder with "+more" -> "+shortcode". There should be some calendar plugins that work with shortcodes. I'm sending you an email so you can try out laytheme.

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