Bug: Carousel & captions with background
-
Hi there,
I'm encoutering some bugs using the Carousel Addons:
My goal is to have a website with a single carousel, hovering the central part the captions disappear to let the basic info appear and vice versa. A working overview is available here. I'm using some custom code to achieve the effects as shown below:/* bio */ .blur { opacity: 0; border-radius: 4px; background-color: rgba(0, 0, 0, 0.4); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0px 0px rgba(255, 255, 255, 0); backdrop-filter: blur(13px); transition-duration: 0.3s; border: 1px solid rgba(255, 255, 255, 0.25); } .blur:hover { opacity: 1; transition-duration: 0.3s; } /* captions PSNCaption = Caption text style */ .lay-carousel-wrap:hover ._PSNCaption { opacity: 1; } ._PSNCaption { padding: 5px; opacity: 0; transition: opacity 0.3s ease; z-index: 100; display: inline-block; opacity: 0; padding: 5px 10px; border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.25); background-color: rgba(0, 0, 0, 0.4); backdrop-filter: blur(13px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 0 rgba(255, 255, 255, 0); transition: opacity 0.3s ease; }
While on this page the captions flips up and we lost the hover controls allowed by the carousel to navigate through. The problem is probably due to the amount of slides and captions, any idea on how to resolve?
Thank you!
-
hey but this is more of a bug with your custom code instead of with lay theme no?
as you can see here:
the captions-inner container is translated to show the next caption
so maybe your css is in conflict with this?
does everything look normal if you turn off ur custom code?if you'd like me to fix your custom code to work properly with this i can do it for 90⬠per hour + VAT
maybe needs 1 hour
I also code custom websites or custom Lay features.
šæ Email me here: šæ
info@laytheme.com
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