Support Forums - Classified Ads Script Osclass
Unread
New Replies
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
[BUG] images doesn't change list view
Support Forums - Classified Ads Script Osclass
Osclass theme support
Veronika Osclass Responsive Theme
[BUG] images doesn't change list view
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Unread posts
New replies
My topics
My posts
Print
Pages: [
1
]
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.
Logged
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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){
Logged
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.
«
Last Edit: March 15, 2017, 01:54:43 PM by Ivanko
»
Logged
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
Logged
MB Themes
Support team
17512 posts
Only quality matters
Download Osclass
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.
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]