Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

Q

qua7

@qua7
About
Posts
26
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hide single menu item
    Q qua7
    Mar 3, 2025, 6:06 PM

    yes, it does! Many thanks, @arminunruh !!

    General Discussion

  • Hide single menu item
    Q qua7
    Mar 3, 2025, 5:58 PM

    Thanks, @arminunruh! I added the CSS, but unfortunately it did not work. I tried body.type-category.id-1 #menu-item-442{
    display: none;
    }
    and I also tried:
    body.slug-portfolio #menu-item-442{
    display: none;
    }
    but both did not work.
    Can you have a look if you find the time? It is about this site: https://dagmarschwelle.com I want to hide the menu item PORTFOLIO when on page (category) portfolio.

    General Discussion

  • Hide single menu item
    Q qua7
    Feb 28, 2025, 8:52 PM

    Hi everyone,

    I have four items in menu 1 (portfolio, about, contact, blog). Is it possible to hide one item of this menu (portfolio) when the homepage (which is same as 'portfolio') is shown? I tried some custom php (see below), which hid the menu item 'portfolio' when on homepage. But it did not reappear automatically when navigating to a page or project, it only reappeared when I reloaded the page or project. How can this be fixed?

    add_filter('wp_nav_menu_objects', 'conditionally_hide_menu_item', 10, 2);
    function conditionally_hide_menu_item($items, $args) {
    if (is_front_page()) {
    foreach ($items as $key => $item) {
    if ($item->ID == 442) {
    unset($items[$key]);
    }
    }
    }
    return $items;
    }

    General Discussion

  • Lightbox on mobile
    Q qua7
    Nov 23, 2024, 6:15 PM

    hm, tapping still does not work on Safari on iPad. Only a swiping movement works.
    Tapping works on Safari on iphone though.

    Bug Reports

  • Lightbox on mobile
    Q qua7
    Nov 23, 2024, 11:50 AM

    ios 18, so it should be the newest safari version. But it still does not work.
    sorry for late reply.

    Bug Reports

  • Lightbox on mobile
    Q qua7
    Oct 13, 2024, 10:32 AM

    https://dagmarschwelle.com
    I don't think that I use any caching plugin.
    I emptied the cache in Safari, it now works on iphone but not on ipad.

    Bug Reports

  • Lightbox on mobile
    Q qua7
    Oct 7, 2024, 7:56 PM

    thank you, Armin. I just updated the addon, but for me it still does not work on mobile.

    Bug Reports

  • Lightbox on mobile
    Q qua7
    Oct 2, 2024, 10:04 PM

    Hi everyone,
    as far as I remember lightbox used to work on mobile the same way it worked on desktop: you could navigate to next or previous image by clicking (or touching in the case of mobile). Now navigation only workes by swiping in mobile. Is my memory misleading me - or is this a bug?

    Bug Reports

  • cursor disappearing
    Q qua7
    Apr 11, 2023, 2:23 PM

    many thanks @arminunruh , under 5.3.5 everything is back to normal!

    Bug Reports

  • cursor disappearing
    Q qua7
    Apr 8, 2023, 9:14 PM

    @arminunruh - same problem here since I updated to 5.3.4. Cursur does no longer change to pointer when hovering over a link. Custom cursor disappears in Lightbox when moving the mouse. I guess that is a bug because everything worked fine under 5.2.x
    www.dagmarschwelle.com
    Thanks!

    Bug Reports

  • How to hide mobile menu just for one project
    Q qua7
    Jul 21, 2022, 8:11 PM

    I would say slug-about should work

    General Discussion

  • How to hide mobile menu just for one project
    Q qua7
    Jun 29, 2022, 1:42 PM

    wow, works great!
    Thank you so much for your fast help @arminunruh

    General Discussion

  • How to hide mobile menu just for one project
    Q qua7
    Jun 29, 2022, 11:45 AM

    Hi everybody,
    I have been trying to hide the mobile menu plus mobile site title for one single project (my blog). I tried the following CSS:

    body.slug-blog .mobile-title,
    .navbar,
    .burger {
    display: none !important;
    }

    This did indeed hide title and burger, but left a blank white space which is disturbing since the background in my blog is black. Also it slightly altered the mobile menu on all other projects and pages.

    It is about this project: http://dagmarschwelle.com/blog/
    The CSS for mobile is not active at the moment because it did not work.

    Does anyone of you know a solution which would not only hide mobile title and menu but also the white space at the top?

    Many thanks!

    General Discussion

  • Some images w/ y-offset have a strange overlap/cutoff
    Q qua7
    Mar 31, 2022, 11:27 AM

    Hi @richard & @arminunruh,

    just discovered that the two last images in one project were cut off at the top as well. The strange thing is that this only happened in one project.

    body.lay-transition-elements-on-scroll .row:last-child {
    overflow: initial !important;}

    did the trick for me, too.

    Once there is a fix for this: do I then have to remove that custom CSS?

    Thanks!

    Bug Reports

  • Lightbox skips images
    Q qua7
    Jul 26, 2020, 1:39 PM

    Thanks, Rich! Looking forward to the fix!!
    Best wishes
    Dagmar

    Bug Reports

  • Lightbox skips images
    Q qua7
    Jul 12, 2020, 8:48 PM

    Hi,
    as mentioned a couple of days ago by someone else Lightbox skips one or two or even more images when you use mouse cursor (it's ok when you use cursor keys). Everything is up to date and as advised I deactivated and reactivated all (3) plugins. Happens with all browsers. The only thing that resolves the problem is when you reload the page. Everything was fine, until I found out today. Did not make any changes before.

    Would be great if you could resolve the problem. I will deactivate Lightroom for the time being.
    Many thanks!

    Bug Reports

  • http to https
    Q qua7
    May 29, 2020, 1:25 PM

    Hi Marius and Armin,

    I know this topic is quite old, but as I did not find any more recent reports: is it safe to switch from http to https now?

    Many thanks!

    General Discussion

  • 2 errors in error console
    Q qua7
    May 20, 2020, 10:53 AM

    Dear Marius,

    link via chat.

    But as I said I see this on most Laytheme sites that I checked, so it must be a general problem.

    Bug Reports

  • 2 errors in error console
    Q qua7
    May 19, 2020, 11:47 AM

    Hi,
    when I open Safaris web inspector it shows two errors:

    Screenshot 2020-05-19 at 13.37.44.png

    I tested a couple of other websites designed with Laytheme and found the exact same errors. So I guess it must be a general problem.

    Not sure whether this is of any importance, but maybe it could be fixed?

    Thanks!

    Bug Reports

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

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search