Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.7k Posts
  • Upgrade to Proc License from Single License

    6
    0 Votes
    6 Posts
    466 Views
    arminunruhA

    Ok i sent u an email!

  • Hide a project

    2
    0 Votes
    2 Posts
    209 Views
    mariusjopenM

    Hi Björn!

    No, this is not possible. You could hide it with CSS or not display it as a project in your website at all.

    But I wrote it down for tue future.

    All the best!

    Marius

  • 0 Votes
    3 Posts
    304 Views
    mariusjopenM

    Hi dgknkrpnr!

    Sorry for the late reply. The message was in the abyss of the forum.
    Glad you wrote again.

    I can see the problem. This is because Laytheme is coded as a single page javascript application.

    Normally when you click on a link to open a project or a page it dies not reload the whole website. But only the content of it. This is why the transitions are so smooth.

    If you create a custom link it reloads the whole page.

    There is not yet an official solution for this and we will consider this in the future.

    I will dig into this as well and will let you know more if possible.

    Best!

    Marius

  • Saturation Loss

    2
    0 Votes
    2 Posts
    205 Views
    mariusjopenM

    Hi nicuduta!

    Can you show us a screenshot of those images compared to the originals or even a link to your website?

    I never heard of that before.

    Best!

    Marius

  • hover effect on images

    6
    0 Votes
    6 Posts
    1k Views
    mariusjopenM

    Hi alphadelta!

    Which "._Body" class do you mean? The normal body class?

    Best!

    Marius

  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Footer alignment

    5
    0 Votes
    5 Posts
    450 Views
    mariusjopenM

    Hi Toby,

    I actually just did what I wrote you above and it worked:
    0_1505225212082_Bildschirmfoto 2017-09-12 um 16.06.06.png

    The footer_b is active by the way. You have many footers in your theme :-)

    I hope that helped!

    Best!

    Marius

  • Random Load Background Video

    2
    0 Votes
    2 Posts
    437 Views
    mariusjopenM

    Hi Albrecht!

    I would put it into the custom Head section and only activate it on the home-page.
    http://laytheme.com/documentation.html#custom-javascript

    jQuery, or how do you want to solve it?

    Best!

    Marius

  • Link color not changing.

    2
    0 Votes
    2 Posts
    350 Views
    mariusjopenM

    Hi Nunomaio!

    Do you use Custom CSS code which overwrites the settings?
    You can remove it – to test if the problem remains.

    Can you post a link to your website that I can inspect that?

    All the best!

    Marius

  • 0 Votes
    4 Posts
    361 Views
    mariusjopenM

    Hi Mads,

    I coded it quickly for you:

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ function showpanel() { $("body").animate({ scrollTop: window.pageYOffset + $(window).height()}, 300); } setTimeout(showpanel, 2000) }); </script>

    Put it into the Custom <head> content section.

    Here you can set the time in milliseconds: setTimeout(showpanel, 2000).

    If you want to run it only on specific pages you have to change the page here:

    window.laytheme.on("newpageshown", function(layoutObj, type, obj){

    Have a look here:
    http://laytheme.com/documentation.html#custom-javascript

    I hope that helps!

    Best!

    Marius

  • Parse error

    2
    0 Votes
    2 Posts
    217 Views
    mariusjopenM

    Hi Rosa,
    can you post a link to the webiste that we can have a look?

    Thank you :-)

    Marius

  • Project thumbnail

    6
    0 Votes
    6 Posts
    513 Views
    mariusjopenM

    Yesjo!

    :-)

  • adding text slide

    5
    0 Votes
    5 Posts
    1k Views
    A

    Hi Marius,
    Thank you so much for your big and quickly help. It works. I'm so happy, you made my day:)!

    Best!
    Alessia

  • Same height for thumbnails in the gridder

    2
    0 Votes
    2 Posts
    294 Views
    M

    not possible?

  • Stacked images blog - technical question

    2
    0 Votes
    2 Posts
    194 Views
    mariusjopenM

    Hi Shasha,

    the images will get loaded when you scroll. Not before.

    I recommend to test it and upload 100 or 200 images.

    Then you can see it :-)

    All the best!!

    Marius

  • Thumb rollover category

    2
    0 Votes
    2 Posts
    318 Views
    mariusjopenM

    Hi piskello!

    This is possible but not really an official and very clean way.

    You can activate Project-Thumnail-Descriptions:
    0_1504683559494_Bildschirmfoto 2017-09-06 um 09.38.08.png

    Then you can write the project Category manually into the new field:
    0_1504683618268_Bildschirmfoto 2017-09-06 um 09.39.49.png

    Then comes the tricky part and you will need some basic knowledge of CSS and jQuery.

    You need to hide the description and then only make it visible when you hover the image.

    Do you know the basics of jQuery to do this?

    Best!

    Marius

  • fixed y-offset

    7
    0 Votes
    7 Posts
    605 Views
    P

    ok, thank you! I will wait!

  • 0 Votes
    2 Posts
    429 Views
    mariusjopenM

    Hi Morgan,

    you can do this with a bit of jQuery (Javascript).

    Have a look here:
    http://jsfiddle.net/e27Dt/

    Or even more simple, here:
    http://jsfiddle.net/e27Dt/1/

    You will need to give the word a class or an id and then trigger it with jQuery.

    The image you can place in the gridder and give it a display: none.

    And when you activate the hover function, it switches to display: block.

    Let me know if that works for you!

    Marius

    Marius

  • Menu sensitivity

    3
    0 Votes
    3 Posts
    358 Views
    ondrejricicaO

    Hi Marius.

    Thank you for looking to this.

    I just tried to apply both suggested settings and things got even worst unfortunately. The menu stays present on screen while scrolling down the page.

    I'm using following settings:
    Space Top in: %
    Space Top: 12%

    If I would switch to px, would have to be around 180px for Space Top.

    Cheers,
    Ondrej

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
A F
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com