*

oscman

  • ****
  • 227 posts
[BUG] images doesn't change list view
« on: March 15, 2017, 12:10:51 AM »
When you click on small images of listings in list view the images doesn't change on demo, on my site i found just 1 ad that images was changing.

*

MB Themes

Re: [BUG] images doesn't change list view
« Reply #1 on: March 15, 2017, 08:17:29 AM »
@oscman
In global.js is problem with definition of javascript function that does not calculate with dynamically create content.

Find:
Code: [Select]
$('.small-img').click(function(){
Replace with:
Code: [Select]
$(document).on('click', '.small-img', function(e){
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivanko

  • *****
  • 388 posts
Re: [BUG] images doesn't change list view
« Reply #2 on: March 15, 2017, 01:29:09 PM »
Yeah working good.  8)
« Last Edit: March 15, 2017, 01:54:43 PM by Ivanko »

*

oscman

  • ****
  • 227 posts
Re: [BUG] images doesn't change list view
« Reply #3 on: March 15, 2017, 09:22:34 PM »
now it works but there is problem when you go to next page they don't work, you need to refresh the page

*

MB Themes

Re: [BUG] images doesn't change list view
« Reply #4 on: March 16, 2017, 07:07:17 AM »
@oscman
I was not able to reproduce this problem anymore.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots