styles opt. navigation changes strange behaviour
9 years 4 months ago #32020
by ooc
styles opt. navigation changes strange behaviour was created by ooc
I have SlideshowCK 1.4.23 with Joomla 3.4.8. When navigation is set to mouseover the navigation buttons work as expected. However, they only show when the screen width is over 1420px. If I set the navigation to always, they show on the smaller screen but at completely ineffective. Any idea why? (This was the case with Slideshow 1.4.21 as well.) You can see this behaviour on our 2 sites - ottawaoc.ca/index.php/our-maps where navigation is mouseover and ottawaoc.ca/test/index.php/our-maps where navigation is always.
Please Log in or Create an account to join the conversation.
9 years 4 months ago #32022
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic styles opt. navigation changes strange behaviour
Hi
this is a problem with your layout. You have another div that is over the slideshow where you have loaded another module #featured-logo to show the logo. Try to add this code in a custom css file :
CEd
this is a problem with your layout. You have another div that is over the slideshow where you have loaded another module #featured-logo to show the logo. Try to add this code in a custom css file :
Code:
#featured-logo {
pointer-events: none;
}
CEd
Joomlack Webmaster and Developer
The following user(s) said Thank You: ooc
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds