Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • 0 Votes
    2 Posts
    365 Views
    mariusjopenM

    Hi Spontans,

    we don't have a list with plugins which work or not.
    Give it a shot. If it doesn't work. Delete it again.

    :-)

    Best!

    Marius

  • overflow-x

    2
    0 Votes
    2 Posts
    264 Views
    mariusjopenM

    Hi vraagje!

    You mean to have an area where you can scroll horizontally. But not the whole website… Mhm. There is not really a solution for that.

    This is very specific. You might need to use a own Theme and then include the Laygridder if you want to keep some Laytheme features,

    I hope I could help!

    Marius

  • Carousel into one column image grid on mobile?

    4
    0 Votes
    4 Posts
    311 Views
    mariusjopenM

    Hi Spontans!

    Ok. I understand.

    No. Not possible now. but a great idea. We wrote it down for the future!

    Sorry about that!

    Marius

  • HTML not working in project

    2
    0 Votes
    2 Posts
    202 Views
    mariusjopenM

    Hi Katie,

    this is weird.

    Best is if you write an email to armin.unruh@gmail.com and include your username, password and a link to this conversation.

    Best!

    Marius

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Full width gradient overlay

    2
    0 Votes
    2 Posts
    272 Views
    mariusjopenM

    Hi Albrecht,

    Wicked design! I love it!

    But I cannot completely follow your thinking.
    Is it possible to upload it and then I can have a look at the code?

    Best!

    Marius

  • 0 Votes
    2 Posts
    964 Views
    arminunruhA

    Hey Moritz!

    Here is how to have the effect when you scroll. On pageload it won't really work. Put the css and javascript in "lay options" -> "custom css & html":

    css:

    .col.above{ transform: translateY(-90px); opacity: 0; } .col.below{ transform: translateY(90px); opacity: 0; } .col.transition-in{ transform: translateY(0); opacity: 1; } .col{ transition: transform 0.5s cubic-bezier(0.165, .84, .44, 1), opacity 0.5s cubic-bezier(0.165, .84, .44, 1); }

    javascript:

    <script> var $items; var doScroll = function(){ $items.each(function(ix){ var rect = this.getBoundingClientRect(); //above viewport if(rect.top+rect.height < 0){ jQuery(this).addClass("above").removeClass('below transition-in'); } //below viewport else if(rect.top > window.innerHeight){ jQuery(this).addClass("below").removeClass('above transition-in'); } // in viewport else{ jQuery(this).removeClass('above below').addClass("transition-in"); } }); }; window.laytheme.on("newpageshown", function(){ setTimeout(function(){ $items = jQuery(".col"); },0); }); jQuery(window).on('scroll', doScroll); </script>
  • Title and Menu color (Fullscreen Slider)

    2
    0 Votes
    2 Posts
    353 Views
    mariusjopenM

    Hi leandrodisler!

    Have a look here:
    0_1503330632589_Bildschirmfoto 2017-08-21 um 17.50.19.png

    You can address content of the slide like this:

    .fp-viewing-2 .sitetitle-txt-inner { color: white; }

    Of course you need to change the number, when you add more slides ;-)
    Just play around with it :-)

    Best!

    Marius

  • Warning/Fatal Error: Failed to open stream

    2
    0 Votes
    2 Posts
    283 Views
    mariusjopenM

    Hi bijan!

    0_1503328224599_Bildschirmfoto 2017-08-21 um 17.10.05.png

    Here the website seems to work. You got it fixed or did it just start to work again all itself?

    Best!

    Marius

  • 0 Votes
    1 Posts
    198 Views
    No one has replied
  • How to make responsive nav bar

    4
    0 Votes
    4 Posts
    370 Views
    3_143

    I trying to manage it that the menu bar has responsive width when resizing the browser window, till it turn into to mobile menu. In the same time
    also so width as the column .Now the space between are set with the customize
    0_1503091012607_Bildschirmfoto 2017-08-18.png

    this is the site beateneumann.com

    thank you too
    π.

  • Footer reveal

    3
    0 Votes
    3 Posts
    290 Views
    C

    Thanks! I will try to figure it out :) @mariusjopen

  • Site Titel with "scroll to top" function

    3
    0 Votes
    3 Posts
    440 Views
    O

    i did this allready .... ;)

    http://www.corinnawolfien.com/

    but how can i have a fixed element
    it doesent work with full screen slider

    I used this code for the "sidetitle" but it doesent work...

    .fixed-element{
    position: fixed;
    top: 2%;
    left: 2%;
    z-index: 5;
    }

  • project pages on safari

    7
    0 Votes
    7 Posts
    512 Views
    mariusjopenM

    Hi Pol,
    I can see that in the project view you used the PROJECT THUMBNAIL feature.

    But no projects show up.

    Can you have a look here:
    http://laytheme.com/troubleshooting.html#nothing-shows-up
    And here:
    http://laytheme.com/troubleshooting.html#projects-dont-show-up

    If you have questions about this. Let me know!

    Best!

    Marius

  • Unknow property 'mix-blend-mode' [Resolved]

    4
    0 Votes
    4 Posts
    1k Views
    mariusjopenM

    Hi azerty,
    all good :-)

    Good luck with everything!

    Not wasting time! I am here to help!

    Marius

  • Adding imagery to projects

    2
    0 Votes
    2 Posts
    300 Views
    mariusjopenM

    Hi Martin,

    are you sure you bought the LayTheme and not the Gridder Plugin?

    Here is Laytheme
    http://laytheme.com/
    You install it as a theme

    Here is the Lightbox plugin which works ONLY with Laytheme
    http://laytheme.com/lightbox.html
    You install it as a plugin

    Here is the LayGridder which is a Wordpress plugin which you do NOT install with Laytheme but with an empty Wordpress installation. It is not connected to Laytheme
    http://laygridder.com/
    You install it as a plugin.

    If you made the wrong purchase – let us know. We can fix that.

    Best!

    Marius

  • Video as thumbnails

    3
    0 Votes
    3 Posts
    696 Views
    C

    Thanks!!

  • Laygridder Support

    4
    0 Votes
    4 Posts
    349 Views
    mariusjopenM

    Hi Sean!

    Have a look here:
    http://laythemeforum.com:4567/topic/1504/laygridder-support

    Best!

    Marius

  • 0 Votes
    4 Posts
    406 Views
    mariusjopenM

    Cool! I am happy that worked out so far!

  • 0 Votes
    3 Posts
    326 Views
    mariusjopenM

    Hi Jepsus!

    Also have a look here:
    https://css-tricks.com/almanac/selectors/s/selection/

    It is new to me that you you can make this change the colour on hover.

    Best!

    Marius

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