Bug with different Project Thumbs layovers
-
Hey hey
i have a project page with my thumbs layered. if i'm moving with my mouse in the direction shown in the pic attached, there is no mouseover information (project title).
do you know how i can solve this? or how i can change the order of the projects? maybe it's possible to move some project up or down.page is:
http://www.stierberger.com/projekte/and last question is:
how can i tab?
-
Hey jocsti
Can you try to turn of the simple parallax option? It's a pretty experimental option and I think its causing that.I don't know what you mean by "how can i tab"
-
Hey, please try this CSS in "Custom CSS for Desktop Version"
.col{ pointer-events: none; } .col > *{ pointer-events: auto; }
Hmm, you can "simulate" tabs with tables but you can't really use normal tabs as you would in google docs/ word/indesign or sth like that. :/
-
Hey! I looked at your site and it seems that you didn't insert the css that I sent u :D
U can insert that css in "lay options" -> "custom css & html" -> "custom css for desktop"
-
Ok, this should work:
.col{ pointer-events: none!important; } .col > *{ pointer-events: auto; }
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it