Navigation don't work
6 years 2 months ago #51010
by teccrow
Navigation don't work was created by teccrow
Hello,
I installed several slideshow CK on the website. All slideshows are configured as a background slideshow.
Unfortunately, the navigation does not work. It looks like the mouseover is not detected.
On this website I have set the navigation 'always'. If I set 'mouseover', the navigation will not be displayed. Also, the slideshow does not stop on mouseover.
Can you help me?
I installed several slideshow CK on the website. All slideshows are configured as a background slideshow.
Unfortunately, the navigation does not work. It looks like the mouseover is not detected.
On this website I have set the navigation 'always'. If I set 'mouseover', the navigation will not be displayed. Also, the slideshow does not stop on mouseover.
Can you help me?
Please Log in or Create an account to join the conversation.
6 years 2 months ago #51019
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Navigation don't work
Hi
this is a zindex issue, you can force it with CSS like this
CEd
this is a zindex issue, you can force it with CSS like this
Code:
#camera_wrap_124 {
z-index: 1 !important;
}
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: teccrow
Please Log in or Create an account to join the conversation.
Time to create page: 0.205 seconds