Re: Sticky layer not clickable on carusel (SOLVED)

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
traco
 
 
Posts: 22
Joined: Fri Jan 17, 2014 6:12 pm

Re: Sticky layer not clickable on carusel (SOLVED)

Post by traco »

Hi,
I have in my project a sticky layer (Bottom-right) with font awesome icon that scroll the page at the start when i click.
The problem is this : when this is above a carusel-Object it is not clickable (it's like he's under). but it work in all other object into page. :roll:

Thank you
Last edited by traco on Wed Jun 24, 2020 6:32 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Sticky layer not clickable on carusel

Post by Pablo »

Do you have a demo project, so I can see what you have done?

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134

Note: I do not need the complete project, only a demo.
traco
 
 
Posts: 22
Joined: Fri Jan 17, 2014 6:12 pm

Re: Sticky layer not clickable on carusel

Post by traco »

Hi, Pablo.

I was busy.

This is the test project :

https://www.terrazzeastroniaeventi.com/testForPablo.rar
User avatar
Pablo
 
Posts: 21577
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Sticky layer not clickable on carusel

Post by Pablo »

For some reason you have added

Code: Select all

z-index: - 1 
to the HTML -> Inside tag of the sticky layer.
Please remove this code and instead add

Code: Select all

z-index: 9999 !important;
to 'Custom Style'
traco
 
 
Posts: 22
Joined: Fri Jan 17, 2014 6:12 pm

Re: Sticky layer not clickable on carusel (SOLVED)

Post by traco »

Great Pablo now it work..

I had added that code in the hope of solving the problem :oops:

Thank you
Post Reply