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
    3 Views
    No one has replied
  • Mobile site title

    2
    0 Votes
    2 Posts
    291 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
    304 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
    669 Views
    ?
    @mariusjopen thank you!! Now it looks good.
  • Transparent background for footer

    4
    0 Votes
    4 Posts
    354 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
    678 Views
    ?
    Hi @mariusjopen thanks that helped me out.
  • Embed VIDEO with mouseover effect

    2
    0 Votes
    2 Posts
    300 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
    340 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
  • Some ideas about a dropdown menu with scroll down div appearance

    4
    0 Votes
    4 Posts
    371 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
  • Fade Effect / Smooth Transitions Links via "Custom HTML“

    6
    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
    370 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
    646 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
    247 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
    223 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
    651 Views
    Vicky LamasV
    Perfect!
  • Blurry images

    7
    0 Votes
    7 Posts
    616 Views
    L
    Thank you, Armin! Yes, i will upload a bigger size and check it out later. :-)
  • Text Color based on current row-background

    4
    0 Votes
    4 Posts
    382 Views
    mariusjopenM
    Hehe :-) When you add the class via jQuery you add it to the navigation. The navigation does not exist on mobile. There we use a different navigation. In general it is good to add this kind of classed to the body. Then you can use them for all the elements you like. I hope that helps! Best! Marius
  • Underline Hover Effect on Project Title/Description

    4
    0 Votes
    4 Posts
    584 Views
    mariusjopenM
    @Hayao Exactly. A free beginner course at Codeacademy helps. And make use of the "Google Web Inspector". All the best! Marius
  • Sound music on background

    9
    0 Votes
    9 Posts
    3k Views
    mariusjopenM
    Dear @ute to achieve this I recommend to look into jQuery. It is not very difficult to achieve. I hope you find a way! Let me know when you have specific questions of embeding it into Laytheme. And be aware of this: http://laytheme.com/documentation.html#custom-javascript All the best! 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