Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • Shortcode not working with Maps plugin

    2
    0 Votes
    2 Posts
    347 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?

  • 0 Votes
    2 Posts
    514 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

  • 0 Votes
    4 Posts
    1k 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: 0_1487075187597_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
    361 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
    559 Views
    H

    🙏 🙏 🙏

  • Calendar Plug-ins?

    2
    0 Votes
    2 Posts
    306 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.

  • Button fixed position disable by cover option

    2
    0 Votes
    2 Posts
    941 Views
    arminunruhA

    Hey sw!

    Sorry for the late reply, maybe I have overlooked this post.

    Hm you could remove the links "selected work" from all of your projects.

    Then in "lay options" -> "custom html & css" -> "custom html at bottom" enter:

    <a class="selectedwork _Default" href="http://www.simonwannaz.com/selectedwork/" data-type="page" data-id="87" data-title="selected work">selected work</a>

    Now in "custom css for desktop"
    do:

    a.selectedwork{ top: 50%; left: 0; position: fixed; transform: translateY(-50%) rotate(-90deg); display: block; z-index: 99; }

    Also put this into "custom css for desktop" if you want this link to only show up on project pages:

    body.type-project a.selectedwork{ display: block; } a.selectedwork{ display: none; }

    Maybe you want to hide this for phone, so use this css for "Custom CSS for Mobile Version":

    a.selectedwork{ display: none; }
  • Project contents not visible

    3
    0 Votes
    3 Posts
    450 Views
    arminunruhA

    Wow, this site is great! Hm now it seems to work again, right?
    I'm not sure, but maybe the solution was to go to "settings" -> "permalinks" and hit "save".

  • Custom vimeo video settings

    2
    0 Votes
    2 Posts
    416 Views
    arminunruhA

    Hey can you paste the iframe embed code with "+more" -> "+html" ?
    Then maybe you will need some extra css like

    iframe{ width: 100%; }
  • Meta-Desription

    3
    0 Votes
    3 Posts
    430 Views
    arminunruhA

    In "Lay Options" you can scroll down to "Meta" ->
    Website Description

    You can also use the wordpress plugin "yoast seo" if you like.

  • This topic is deleted!

    4
    0 Votes
    4 Posts
    29 Views
  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • White horizontal line on black background

    3
    0 Votes
    3 Posts
    543 Views
    T

    Hi Armin,

    Thanks for the quick reply.
    I have a look into it.

    cheers

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Need a general plug-in information

    2
    0 Votes
    2 Posts
    277 Views
    arminunruhA

    Hey Marcel, no there is no overview of working plugins. I can give you access to a laytheme test-website where you can try out if the plugins you want to use work.

    Generally, plugins that use shortcodes will work if you add the shortcode in the Gridder using "+More" -> "+Shortcode".

    I'm writing you an email with info for the test-laytheme-website :)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    29 Views
    No one has replied
  • Standard fonts

    3
    0 Votes
    3 Posts
    378 Views
    MonelloM

    Thank you Hayo! :)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
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