*

sebastian

  • ***
  • 30 posts
Image slider when viewing listing - not working
« on: April 25, 2021, 03:56:39 PM »
On MOBILE version, when trying to view a listing with multiple photos, the slider stops working if you TAP or SLIDE on the images. The arrows to navigate in slider become DISABLED.

I am using latest osclass with Gama Theme. This problem occurs on every theme as I can see on the front office demo.

Marked as best answer by frosticek on April 26, 2021, 03:09:34 PM
*

MB Themes

Re: Image slider when viewing listing - not working
« Reply #1 on: April 26, 2021, 09:58:09 AM »
@sebastian
It's bug of latest bxslider library.
To fix it, go to head.php and replace this:
4.2.15
with this:
4.2.10
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

sebastian

  • ***
  • 30 posts
Re: Image slider when viewing listing - not working
« Reply #2 on: April 26, 2021, 12:11:11 PM »
I updated the header.php file and it worked. Thank you very much

*

sebastian

  • ***
  • 30 posts
Re: Image slider when viewing listing - not working
« Reply #3 on: April 26, 2021, 03:15:46 PM »
Apparently, the problem was fixed until I tried to view listings with only 1 picture. There is a bug, you can drag the picture out of canvas. You can also check Gama front office demo

Bug on MOBILE version only
« Last Edit: April 26, 2021, 03:21:47 PM by sebastian »

*

MB Themes

Re: Image slider when viewing listing - not working
« Reply #4 on: April 26, 2021, 04:21:12 PM »
Ok I think best way will be to go back to 4.1.x version that worked just fine.

Find:
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.10/jquery.bxslider.min.js

Replace with:
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.1.2/jquery.bxslider.min.js

Find:
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.10/jquery.bxslider.min.css

Replace with:
https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.1.2/jquery.bxslider.css

Alternatively, you can add to global.js to block that calls bxSlider function this parameter:
Code: [Select]
      touchEnabled: false
Yet there does not seems to be like "perfect" solution.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

sebastian

  • ***
  • 30 posts
Re: Image slider when viewing listing - not working
« Reply #5 on: April 26, 2021, 06:16:00 PM »
Both solutions work, I personally prefer the socond one
version 4.2.10 with global.js file edited

Thank you