• 0 Votes
    3 Posts
    14 Views

    Hey Armin, thanks a lot – it is working again.

  • 0 Votes
    4 Posts
    4 Views

    Thanks for the quick reply! unfortunately, it didn´t work. well, the link did, but the textbox did not show the image. I think, i´ll just build custom footers for the Projects, that´ll do it as well!
    But anyway, Thanks , Armin!

  • 0 Votes
    5 Posts
    40 Views

    how about

    body.type-project .footer {
    display: none !important;
    }

    this will hide the footer on all project pages

  • 0 Votes
    3 Posts
    7 Views

    Hello Arminunruh,

    No it doesn't work. I gave up just after i had posted my message on the forum.
    You are watching the website on a mobile, but the desk version isn't a burger menu anymore. I changed it yesterday because I didn't how to do.

    I don't understand how you can have submenu with a burger menu....
    When you describe it, it's only the links of the pages put into a page dedicated to the menu burger....
    https://laytheme.com/tutorials/create-a-desktop-burger-menu-or-info-overlay.html#ajax-container

    I don't understand how you can put the WP menu on this page...

    Thank you to explain me in details the process 'cause i feel really lost right now...

  • 0 Votes
    5 Posts
    13 Views

    i dont know u have to search and see if u find one!

  • 0 Votes
    2 Posts
    27 Views

    The first one is that I want to have a "normal" full-width footer at the end of projects built with a split-screen layout, just like on the other pages.

    i think this wont work cause the footer is used as the left half of the splitscreen

    you could only try to create a custom html element yourself and then use that as th footer:

    lay options → custom css & html

    custom html at bottom

    <div class="my-custom-footer"></div>

    custom css:

    .my-custom-footer{ height: 30px; width: 100%; background-color: blue; z-index: 50; position: fixed; bottom: 0; left: 0; }

    this will just be a fixed empty blue bar at the bottom of ur browser

    The second problem is the "Active Background Color" from the project index, and it's kind of strange because it worked already. Even when I turn off all custom code, the problem doesn't disappear. The current project in the index on the left side of the "cases" page only gets the active state when the site is reloaded – I didn't get it after a while of research.

    oh i see!
    i will release an update now that fixes this!

  • Project as pop-up

    General Discussion
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    2 Posts
    9 Views

    top half image of a page stays fixed

    you mean just the top half of a page?

    so maybe u can create a row.
    for example its the first row in your layout

    then right click it,

    choose "set custom row height"
    enter: 50svh

    put something inside the row

    In the gridder, right click on the row and choose "set html class and id". For "html class" enter: fixedrow

    Enter the custom css in "lay options" -> "custom css & html":

    .fixedrow{ position: sticky; top: 0; }

    maybe u need this instead:

    .fixedrow{ position: sticky; top: 0; z-index: 20; }

    not sure

  • images not clickable

    General Discussion
    0 Votes
    2 Posts
    12 Views

    hey an element grid is not a carousel

    i think u're looking to create a carousel:
    https://laytheme.com/addons/carousel.html

    sorry for the late response

    and can u update lay theme and the carousel addon? maybe it was an issue with that, i just fixed something

    they are two big, is there any way to force the wp to resize the pictures?

    do u mean they are big in data size, like 5Mb or like many megabytes?
    or do u mean they are too big on the website, meaning the dimensions in the browser?

  • 0 Votes
    2 Posts
    11 Views

    i think they work again now if u update lay theme and the carousel

    btw, is there any way a carrossel can behave as is with the arrow cursors in desktop, and as a swipeable carrosel in mobile?

    mmh i think only if you create a custom phone layout and create a new carousel that is swipe

    but its a good idea, i will write it down

  • SVG Cursors Fix

    Pinned General Discussion
    1 Votes
    19 Posts
    2k Views

    u may need to restart your computer

    do u have a link?

    do u mean the custom arrows or the custom mouse cursor?
    if u update your carousel addon the issue with the custom arrow could be fixed mmh

  • 0 Votes
    2 Posts
    8 Views

    how about u create a link in lay options → custom html at bottom:

    <a href="https://google.com" class="call-to-action">Buy Here</a>

    then in custom css for desktop:

    .call-to-action{
    display: none;
    }

    in custom css for mobile:

    .call-to-action{
    position: absolute;
    top: 20px;
    right: 100px;
    z-index: 50;
    }

    or try position: fixed;
    instead of position: absolute;

    so yea theres no setting for this, but u can create a custom button like that yourself with css and html

  • 0 Votes
    4 Posts
    4 Views

    text-align: right;

    makes it align right

    Screenshot 2024-03-28 at 08.28.37.png

    and for anyone else, this is just the css for the primary menu

    instead of nav.primary
    you can also try:

    nav.second_menu

    or

    nav.third_menu

    or

    nav.fourth_menu

    if u use more menus:
    https://laytheme.com/documentation/menus.html#multiple-menus

  • Burger menu

    General Discussion
    0 Votes
    2 Posts
    11 Views
    No one has replied
  • 1 Votes
    2 Posts
    9 Views

    CleanShot 2024-03-24 at 18.15.05.png

    Like I want to this date above the heading to be added automatically somehow.

  • 0 Votes
    4 Posts
    36 Views

    yes read the documentation please

    https://laytheme.com/documentation/multilanguage.html

    here it says to use qTranslate-XT

  • 0 Votes
    7 Posts
    460 Views
    window.laytheme.on("newpageshown", function(layoutObj, type, obj){ if(jQuery("body").hasClass("slug-test")){ jQuery('#sketch-holder').show(); } else { jQuery('#sketch-holder').hide(); console.log( "Hide"); } });

    also u dont need to use this code, instead show/hide ur div using css

    #sketch-holder{ display: none; } body.slug-test #sketch-holder{ display: block!important; }
  • 0 Votes
    7 Posts
    68 Views
    #fp-nav ul li a span, .fp-slidesNav ul li a span{ background: red!important; }

    Enter the custom css in "lay options" -> "custom css & html".

  • 0 Votes
    2 Posts
    9 Views

    project index element yes
    google "how to use chrome inspector"

    Screenshot 2024-03-23 at 06.59.39.png

    inspect the projectindex element
    u will find it consists for rows like above
    these rows have classes like "projectindex-project-slug-my-offset-test"
    it has this structure
    "projectindex-project-slug-{yourtitle}"

    .lay-projectindex-row.projectindex-project-slug-yourtitle{ text-align: right; }

    Screenshot 2024-03-23 at 07.02.27.png

    then one row of the projectindex looks like this

    not sure if thats how you want it to look?

  • 0 Votes
    2 Posts
    6 Views
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