Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.7k Topics 20.3k Posts
  • This topic is deleted!

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

    2
    0 Votes
    2 Posts
    311 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
    1k 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
    372 Views
    mariusjopenM
    Hi leandrodisler! Have a look here: [image: 1503330633722-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
    301 Views
    mariusjopenM
    Hi bijan! [image: 1503328251862-bildschirmfoto-2017-08-21-um-17.10.05-resized.png] Here the website seems to work. You got it fixed or did it just start to work again all itself? Best! Marius
  • Does exist a "form's plugin" or other solution allowed by Laytheme?

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

    4
    0 Votes
    4 Posts
    408 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 [image: 1503091012083-bildschirmfoto-2017-08-18.png] this is the site beateneumann.com thank you too π.
  • Footer reveal

    3
    0 Votes
    3 Posts
    325 Views
    C
    Thanks! I will try to figure it out :) @mariusjopen
  • Site Titel with "scroll to top" function

    3
    0 Votes
    3 Posts
    483 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
    617 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
    317 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
    801 Views
    C
    Thanks!!
  • Laygridder Support

    4
    0 Votes
    4 Posts
    399 Views
    mariusjopenM
    Hi Sean! Have a look here: http://laythemeforum.com:4567/topic/1504/laygridder-support Best! Marius
  • How to preload a grid from another page and show it on the current one?

    4
    0 Votes
    4 Posts
    447 Views
    mariusjopenM
    Cool! I am happy that worked out so far!
  • 0 Votes
    3 Posts
    367 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
  • Vertical Line

    1
    0 Votes
    1 Posts
    694 Views
    No one has replied
  • woff files with multisites

    3
    0 Votes
    3 Posts
    372 Views
    P
    @mariusjopen [image: 1502294441445-screen-shot-2017-08-09-at-17.59.49-resized.png] Hi Marius, Im trying to use "add by link" and it doesnt work either. Can you tell me if Im using the right code or if there is something missing in there? Thanks in advance!
  • set row video background bug

    9
    0 Votes
    9 Posts
    704 Views
    P
    @mariusjopen hey! actually this was something I realized before working on multisites, so im afraid its not connected to that!
  • Row background color fade-in when scrolling

    2
    0 Votes
    2 Posts
    408 Views
    mariusjopenM
    Hi laut, Did you have a look at this plugin? http://laytheme.com/fullscreen-slider.html Then you can easily change the colour with some jQuery. But still you will need some basic knowledge of jQuery or Javascript. You are right about the transparent thing. If you have a background colour selected and also have a transparent gif or png it gets oevrwritten in the Front-End. [image: 1502272388547-bildschirmfoto-2017-08-09-um-11.50.54-resized.png] [image: 1502272410095-bildschirmfoto-2017-08-09-um-11.50.50-resized.png] But there is a solution: If you use the plugin I mentioned above you can use a fading effect: [image: 1502272472474-bildschirmfoto-2017-08-09-um-11.53.59-resized.png] And then it also changes between background-images. I hope I could help! Marius

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