Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • Scroll to menu anchor link from other pages

    3
    0 Votes
    3 Posts
    342 Views
    mariusjopenM

    Hi @leoncc
    you also had a look here?
    http://laythemeforum.com:4567/topic/1511/anchor-links-on-another-page/3

    Does that not at all work for you?

    Let me know!

    Marius

  • Custom Menu for each page

    2
    0 Votes
    2 Posts
    209 Views
    mariusjopenM

    Hi @J-Mocek
    not really possible. We are sorry.
    You can hide specific menu points with the Custom CSS depending on the page you are on.

    I hope that helps!

    Marius

  • Page templates

    3
    0 Votes
    3 Posts
    535 Views
    Q

    If you are looking page templates like PHP templates, html5 templates or bootstrap admin templates, I recommend you the free html5 website templates. I hope you got more information and like it.
    Thanks.

  • Back to Top Button sticky

    9
    0 Votes
    9 Posts
    1k Views
    U

    hej Marius,

    can you tell me how to do that?

    Thanks :)

  • Wordpress.org and wordpress.com

    4
    0 Votes
    4 Posts
    405 Views
    arminunruhA

    Doesn't work on wordpress.com as written here http://laytheme.com/installation.html :)

  • wavy underline

    3
    0 Votes
    3 Posts
    604 Views
    C

    Hi @mariusjopen ,
    I copied the css into the custom css & html page:

    a {
    text-decoration: none;
    position: relative;
    padding-bottom: 1em;
    overflow: hidden;
    color: white;
    &:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    content: attr(data-text)attr(data-text);
    color: transparent;
    line-height: 1.8;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #ffc823;
    }
    &:hover:after {
    animation: wavy-slide 3s linear infinite;
    }
    }

    @keyframes wavy-slide {
    to {
    margin-left: -51%;
    }
    }

    But it doesn't seem to work... :s
    I also tried changing the &:after/&:hover to a:after/a:hover, but again didn't work.

    I've set the underline stroke to 1px in the customise section so you can see where the links are.
    http://andrei-lascu.com/info/

    Any idea of how I can fix it?

    Many thanks!!! :)
    Carlota

  • 0 Votes
    10 Posts
    1k Views
    ToskaT

    @mariusjopen Awesome! Great news, really ;-) Thanks!

  • Carousel Numbers Typeface

    2
    0 Votes
    2 Posts
    220 Views
    mariusjopenM

    Hi @Daevido
    you can do that with CUSTOM CSS.

    There is not a special menu to do this in Laytheme.

    Many wishes!

    Marius

  • Mobile menu left-alignment padding

    8
    0 Votes
    8 Posts
    1k Views
    mariusjopenM

    Very happy to hear :-)

  • Breakpoint of mobile menu transform

    4
    0 Votes
    4 Posts
    500 Views
    mariusjopenM

    Hi @Alexandra-Bruns
    not really a smooth way I can imagine.

    Go through the CSS and use a lot of !important.

    Or build a Navbar by yourself and replace it with the LayTheme one.

    I hope I could help a bit :-)

    Best!

    Marius

  • Thumbnail without featured image

    13
    0 Votes
    13 Posts
    1k Views
    mariusjopenM

    HI @jwk
    the overlap is because before everything gets loaded – the browser gets the height of the image and makes an empty thumbnail-box. When the image is ready it gets placed into it.
    So what happens is, that it does not know that now your box needs to be higher from the start.

    This is something we cannot correct easily now.
    Is there another way not to use the Gridder or make a compromise?

    Many wishes!

    Marius

  • Custom Javascript question

    5
    0 Votes
    5 Posts
    1k Views
    mariusjopenM

    Hi Chris!

    Glad you figured that out!

    Happy to hear!

    Marius

  • Customized Menu Position + Fixing Text

    3
    0 Votes
    3 Posts
    585 Views
    U

    hej Marius,

    yeah sorry, for all the questions, it kind of got over me.
    Thanks tho, i will ask a friend if he can help me with these things.
    So if the numbers in the fullscreen slider don't work that easy,

    is it some how possible to to change the numbers in the carousel? Cause now it says 1/5 for example, but i want it to say 1 of 5. Is that possible in the carousel?

    i chose fullscreen slider, because it shows the "prev/next" buttons, outside of the image box and because the images slide in from the end of the browser frame. Which i really like.

    Are those things also possible for the carousel?

    1 of 5 instead of 1/5 Show "prev/next" cursor outside of the image frame change the way the carousel images slides in

    maybe you can help with these questions:)

    Very thankful already!

    Best!

  • Subdomain

    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • Optimo Font Installation

    2
    0 Votes
    2 Posts
    514 Views
    mariusjopenM

    Hi @aduckett

    Great!

    Thank you for the tutorial!

    Once thing: When you put the files into the template-folder, it might happen that it will get deleted with the new update.

    Better put it into the content folder of wordpress and then change the paths one level up:
    .../fonts/PlainMedium-Regular.eot

    All the best!

    Marius

  • HTML5 video muted

    6
    0 Votes
    6 Posts
    1k Views
    Q

    Use video to create free website templates html5.

  • Share Projects in Facebook and Instagram

    3
    0 Votes
    3 Posts
    383 Views
    Y

    Hi Marius,

    Thank you for your reply.

    If I add code in the window "HTML at bottom", that means that the code or whatever it does, will be shown in every page/project etc.? That means that Yoast SEO doesn´t help.

    It would be great if you can add some shortcode from a "Share social" button, everywhere you want.

    All the best,
    Yannis

  • 0 Votes
    4 Posts
    345 Views
    arminunruhA

    :O mmmh I don't think you can make this work sry!

  • Giving a link to a background image

    4
    0 Votes
    4 Posts
    335 Views
    F

    Great, thank you!

  • Lightbox Image alignment

    1
    0 Votes
    1 Posts
    209 Views
    No one has replied
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
M
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com