Hello,
The message above from Usman561 is in relationship to our hotel site, which was moved from Dev to Live here: https://midasbelize.com/rooms/cabanas/
Our site was delayed in going live for about 1 month, because we could not figure out how to make the Single Room Gallery slider work correctly, with:
- Visible Navigation Arrows
- Visible Gallery Image Thumbnails
We can see as the HTML source code, and so we know that they ARE there, but for some reason the thumbnails only flash visible as the page loads, then disappear. They randomly seem to reappear 2 or 3 minutes later.
I can see in the JavaScript snippet that is injected into the gallery code, that navigation is disabled. So that’s just 1 obvious issue.
However… to me it seems as if the .camera_thumbs container also needs to be styled with: position: absolute; bottom: 0; z-index: 1; or it remains invisible, and out of viewport.
Perhaps you can release a fix that at least allows for the Navigation arrows and thumbnails scroller to be made visible, and mouse-click interactive?
REASONS:
- It is very easy to add CSS to HIDE elements added by Owl Slider JS
- But, it is much more difficult to FORCE them back into view and functionality using only CSS when the JS has made them NOT available.
- The JS initializer for these Owl Sliders is not editable via child theme.
- It is built-into the Hotel Theme and/or Booking Plugin.
- Therefore it would be better to leave functionality ON – and easy to disable via CSS – then OFF and nearly impossible to get working.
Thank You
-
This reply was modified 7 months, 3 weeks ago by Ximbalo.
-
This reply was modified 7 months, 3 weeks ago by Ximbalo.