Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • New Gridder

    3
    1 Votes
    3 Posts
    307 Views
    jenswindolfJ

    I wish you nice holidays!

  • HTTP ERROR

    8
    0 Votes
    8 Posts
    467 Views
    arminunruhA

    im happy that it worked!! :)

  • Multilanguage + contact and newsletter forms

    9
    0 Votes
    9 Posts
    2k Views
    mariusjopenM

    Hi @andreschauer
    we would be happy to integrate that in the future.
    But right now it is not on the top of the urgent list.

    Many wishes!

    Marius

  • Space between Text and Underline

    5
    0 Votes
    5 Posts
    444 Views
    arminunruhA

    Yes it is because of the font.
    You can also do this, but then I believe your anchors in ._Headline won't be able to have linebreaks anymore.

    .lay-textformat-parent ._Headline a { line-height: 0.6; display: inline-block; border: 4px solid black; }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Mobile site title

    2
    0 Votes
    2 Posts
    230 Views
    mariusjopenM

    Dear @Brief
    this is possible with jQuery.

    So when the menu gets clicked the class burger gets an extra class called active.
    You can write a little jQuery script that if the burger is active, the title gets a class called hide.

    Do you know the basics of jQuery and CSS?

    All the best!

    Marius

    PS: have a look here as well:
    http://laytheme.com/documentation.html#custom-javascript

  • Add fixed image anywhere on page

    2
    0 Votes
    2 Posts
    270 Views
    mariusjopenM

    Dear @David-Pampus
    you can add an image in the CUSTOM HTML SECTION and then format it with the CUSTOM CSS.

    Then the image will be shown on all pages.

    position: fixed; will make it fixed :-)

    Hope I could help!

    Best!

    Marius

  • Vertical line for one page

    3
    0 Votes
    3 Posts
    631 Views
    ?

    @mariusjopen thank you!! Now it looks good.

  • Transparent background for footer

    4
    0 Votes
    4 Posts
    319 Views
    mariusjopenM

    Hi @KatB
    great! Very happy to hear!

    I recommend the beginners courses in Codeacademy.
    With a little bit of basic knowledge – you can already make great things possible.

    All the best!

    Marius

  • Hide menu on a page

    3
    0 Votes
    3 Posts
    619 Views
    ?

    Hi @mariusjopen thanks that helped me out.

  • Embed VIDEO with mouseover effect

    2
    0 Votes
    2 Posts
    263 Views
    mariusjopenM

    Dear @dschulii
    this is not possible (yet) with LayTheme.

    I will write it down for the future.

    Thank you for letting us know.

    You would need to code that yourself with jQuery.

    Don't know if that will be easy.
    Let us know when you have more specific questions about this.

    Best!

    Marius

  • Two links on Intro Image

    4
    0 Votes
    4 Posts
    284 Views
    mariusjopenM

    Dear @KatB
    I got confused.

    Don't you want to open two new pages when you click on one thumbnail?

    Yes, you can change the size of the thumbnail text.
    Do you use the Thumbnail Grid?

    Best!

    Marius

  • 0 Votes
    4 Posts
    336 Views
    mariusjopenM

    Dear @maxi394
    ok! I see!

    Hehe.

    No.

    Not possible.

    But you could code that yourself and embed it via HTML.

    Hope that helps!

    Best!

    Marius

  • 0 Votes
    6 Posts
    1k Views
    arminunruhA

    Can you post the link or send it to info@laytheme.com with a link to this topic please?

    One reason could be that a shortcode is in use on the page that you link to.
    To make shortcodes work, the whole website needs to refresh, so you won't have a smooth transition.

  • Anchor Links on another page

    4
    0 Votes
    4 Posts
    2k Views
    arminunruhA

    Hey this is a very old topic and I think I have forgot to answer. This is just for everybody seeing this topic later on.

    Please use this code:

    <script> window.laytheme.on('newpageshown', function(){ if(window.location.hash.length > 0){ var id = window.location.hash; if(jQuery(id).length > 0){ jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top }, { duration: 1200 }); } } }); </script>

    Find the full explanation here:
    http://laythemeforum.com:4567/topic/2863/link-to-anchor-from-another-page/4

    I think the reason why with your code it didn't animate is maybe because the easing "easeOutSine" doesn't exist.
    Also the above code is better cause it will work on any page.

  • Thumbnail caption for html

    4
    0 Votes
    4 Posts
    329 Views
    mariusjopenM

    Dear @ollyb
    you can try to trigger the video via jQuery when the site opens. But this sounds quite complicated. You need to be quite good to do this. but not impossible!

    Let me know when you have more detailed question!

    Best!

    Marius

  • Spacing menus around title

    5
    0 Votes
    5 Posts
    578 Views
    mariusjopenM

    Dear Fred,

    I see what you mean now.

    This is not possible. You would need two menus to achieve this. One on the left and one on the right.

    If it is really, really important to have those menus on the right and on the left, you can try with Custom HTML and make the navigation manually.

    Also have a look here:
    http://laythemeforum.com:4567/topic/2144/fade-effect-smooth-transitions-links-via-custom-html/2

    This is the only solution I can think of now.

    I hope that helps a bit!

    Best!

    Marius

  • Disappearing menu from the left

    2
    0 Votes
    2 Posts
    233 Views
    mariusjopenM

    Dear @robsdonatini
    you can achieve this with CSS and some custom jQuery.

    It would be too much to show to you.

    But if you are familiar with the basics of jQuery and good with CSS – you will manage.

    Nothing default in Laytheme like this. We are sorry.

    Best!

    Marius

  • customize embedded vimeo

    2
    0 Votes
    2 Posts
    209 Views
    mariusjopenM

    Dear @thomasrusch,

    this is not possible with LayTheme.
    I will write it down for the future.

    Maybe you can manage with jQuery.
    But I don't know how. You need to research that yourself.

    All the best!

    Marius

  • Stack Element

    3
    0 Votes
    3 Posts
    617 Views
    Vicky LamasV

    Perfect!

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