Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • Holding page whilst building site?

    2
    0 Votes
    2 Posts
    243 Views
    mariusjopenM

    Hi C,

    Best is you develop the website offline on your computer and uplaod it when it is done.

    Until then you make a simple index.html with the logo and upload it onto your webhost.

    Otherwise you need to create a front page in Laytheme and put some info on. But that will maybe disturb you from building the rest of the site.

    I hope I could help!

    Best!

    Marius

  • Caption position Carousel

    2
    0 Votes
    2 Posts
    372 Views
    mariusjopenM

    Hi Wouter!

    I cannot really see the issue here:
    0_1498640839089_Bildschirmfoto-2017-06-28-um-11.06.33.jpg

    With which browser does the problem occur?

    All the best!

    Marius

  • MENU & SITE TITLE

    4
    0 Votes
    4 Posts
    722 Views
    mariusjopenM

    Hi Chiara,

    you don't need to be a wizard at all. This is simple CSS knowledge.

    If you want to solve easy things like this in the future you can make a free CSS tutorial at Codeacademy.

    Afterwards I am happy to assist you ;-)

    All the best :-)

    Marius

  • Loop page underneath detail page

    4
    0 Votes
    4 Posts
    538 Views
    D

    This helped me a lot too! Thanks for posting this before I started to break the html :D

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    32 Views
    No one has replied
  • Center logo

    3
    0 Votes
    3 Posts
    404 Views
    mariusjopenM

    Hi Dexter,

    it is not really possible to split the navigation.
    At least not to have everything fully automatic when you add a new page to the menu.

    You can address each navigation point by the ID and then move them around with position fixed or absolute.

    This is a little bit of a dirty trick and you might need to adjust it on the mobile version etc.

    I hope I could help!

    Best!

    Marius

  • Four corner menus

    3
    0 Votes
    3 Posts
    361 Views
    J

    ok solved it like that with a custom menu in css & html
    <nav><ul id="upright" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://mysite.com/page/" data-id="1231" data-type="page" data-title="page">page</a></ul></nav>
    I just needed to catch those menu item numbers to make the fader works again
    Best,
    JJ

  • Logo scale on scroll

    4
    0 Votes
    4 Posts
    452 Views
    mariusjopenM

    Hi Lucien!

    Can you post the code that I can have a look?

    Best!

    Marius

  • Custom HTML on project page not rendered?

    2
    0 Votes
    2 Posts
    399 Views
    mariusjopenM

    Hi Oromrea,

    try to put the code in a textbox and put the textbox in plain-html mode:
    0_1498082851840_Bildschirmfoto 2017-06-22 um 00.06.41.png

    Best :-)

    Marius

  • Scroll to anchor

    10
    0 Votes
    10 Posts
    2k Views
    mariusjopenM

    Hi Arne,

    I think there is no clean solution for this. You will have to find a workaround.

    I tried this and it worked:
    I created a link like this in a html textbox in the gridder:

    <a name="chapter4"></a>

    0_1498082353669_Bildschirmfoto 2017-06-21 um 23.58.23.png

    Then I added #chapter4to the end domain and it jumped down to the anchor.

    You will probably need to build an extra navigation which has the ````#ancors````` in the end of the url.

    Like in the example I sent you in the beginning.

    I hope that was not too confusing :-)

    Best!

    Marius

  • Adding social media icons to footer

    4
    2 Votes
    4 Posts
    2k Views
    mariusjopenM

    Hey Dustin!,

    Maybe just embed the buttons with plain html in the custom footer or header section.

    You can define the size of the images in the Custom CSS.

    This might be interesting as well:
    https://www.w3schools.com/howto/howto_css_social_media_buttons.asp

    Let me know!

    Best!

    Marius

  • 0 Votes
    6 Posts
    557 Views
    mariusjopenM

    Hi Paubo,

    stupid question:

    Wordpress and Laytheme are up to date?

    Best!

    Marius

  • Site tagline not under site title

    2
    0 Votes
    2 Posts
    364 Views
    mariusjopenM

    Hi nsm!

    You can achieve that with custom CSS:

    .tagline { position: absolute; left: -40vw; top: 10px; }

    Or you create a new Tagline in the Custom HTML section and move it to the center.

    Best!

    Marius

  • 0 Votes
    9 Posts
    682 Views
    mariusjopenM

    Perfect! Happy to hear!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Vertical Tablet Layout

    2
    0 Votes
    2 Posts
    346 Views
    mariusjopenM

    Hi ParallaxCollab!

    You might look for this setting feature:
    0_1497458430171_Bildschirmfoto 2017-06-14 um 18.39.59.png

    There is no other way to modify the breakpoints.

    Best!

    Marius

  • Fixed offset on images

    2
    0 Votes
    2 Posts
    253 Views
    mariusjopenM

    Hi Scott!

    This is a default feature of the Gridder which keeps the proportions together depending on the screen size.

    it is not really possible to get rid of it.

    I hope that is not such a big problem :-)

    Best!

    Marius

  • Split the grid

    2
    0 Votes
    2 Posts
    344 Views
    mariusjopenM

    Hi Mattia,

    not really possible :-)

    You can get a refund if you like :-)

    Best!

    Marius

  • Lay Theme + scrollreveal js

    4
    0 Votes
    4 Posts
    481 Views
    mariusjopenM

    No worries Samuel! I am happy it works!

  • How to create 2 columns, 1 fixed

    2
    0 Votes
    2 Posts
    257 Views
    mariusjopenM

    Hi Ryan Flores,

    You need a fixed navigation on the left and a gridder on the right.

    In the gridder you make a description (on the left) and next to it a Carousel.

    I cannot code it for you but it is not very difficult to achieve.

    Good luck and let me know when you have more concrete questions.

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