This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

mheston

  • ***
  • 48 posts
Sigma theme, changing related listings images from 3 to 2
« on: June 19, 2021, 04:16:06 AM »
Sigma theme, How do you change the related listings images on the item page from 3 to 2
« Last Edit: June 19, 2021, 04:30:40 AM by mheston »

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #1 on: June 21, 2021, 09:27:13 AM »
@mheston
Do you mean to have 2 related listings instead of 3 ?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mheston

  • ***
  • 48 posts
Re: Sigma theme, changing related listings images from 3 to 2
« Reply #2 on: June 21, 2021, 01:09:50 PM »
Yes have 2 related listing


*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #3 on: June 22, 2021, 07:58:22 AM »
@mheston
In functions.php of theme find:
Code: [Select]
$mSearch->limit('0', '3');

Replace with:
Code: [Select]
$mSearch->limit('0', '2');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #4 on: September 11, 2021, 07:32:44 AM »
Hello there,

I am sigma osclass theme for my website ownpetz
Can anyone please tell me how to change product image gallery settings. Because there in no cross ❌ button after clicking on products images.
And there is no navigation arrow button. Please tell me how to change. I didnt find anywhere.

Thanks Somit

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #5 on: September 11, 2021, 01:11:07 PM »
@Sanjay
Theme only open image as link. No cross there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #6 on: September 12, 2021, 05:36:26 AM »
@Sanjay
Theme only open image as link. No cross there.

Is there any option to add some code so that i can show ❌ option on products image gallery

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #7 on: September 12, 2021, 07:36:38 AM »
Easiest solution is to disable click action on image that will be done soon.
Alternative is to add some kind of library for picture preview.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #8 on: September 12, 2021, 10:32:02 AM »
Easiest solution is to disable click action on image that will be done soon.
Alternative is to add some kind of library for picture preview.

Thanks for reply. Could you please tell me how to disable click action. And if i disable click action visitors can see all product photos??

Marked as best answer by frosticek on September 13, 2021, 04:19:48 PM
*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #9 on: September 12, 2021, 12:38:50 PM »
I have checked osclass 4.5 that is in development and it works so basically the issue is if you use jQuery 1.x.x in Settings > General.
When changed to 3.x.x, fancybox library will load and it should work OK.
https://demo.osclasspoint.com/for-sale/electronics/samsung-led-32inch_i16
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #10 on: September 12, 2021, 07:28:38 PM »
I have checked osclass 4.5 that is in development and it works so basically the issue is if you use jQuery 1.x.x in Settings > General.
When changed to 3.x.x, fancybox library will load and it should work OK.
https://demo.osclasspoint.com/for-sale/electronics/samsung-led-32inch_i16

Thanks for reply. But same issue in demo. Check screenshot i have attached.

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #11 on: September 13, 2021, 04:19:43 PM »
@Sanjay Srivastava
Well you do not listen.

Quote
...issue is if you use jQuery 1.x.x in Settings > General.
When changed to 3.x.x, fancybox library will load and it should work OK.

Then you go to demo, without checking what jQuery version (and was using jQuery 1.x.x) is there and post it is not working.
Does not make sense :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #12 on: September 14, 2021, 08:09:15 AM »
@Sanjay Srivastava
Well you do not listen.

Quote
...issue is if you use jQuery 1.x.x in Settings > General.
When changed to 3.x.x, fancybox library will load and it should work OK.

Then you go to demo, without checking what jQuery version (and was using jQuery 1.x.x) is there and post it is not working.
Does not make sense :)



Hi thanks and sorry for that.

Now its working also in live desktop site. But om mobile site .. see some error in screenshot. Please help once more. As i dont know about coding. not being set on mobile theme. Is this problem in header??

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #13 on: September 14, 2021, 09:16:48 AM »
It works ok for me on mobile, those can be fancybox library restrictions or limitations.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Sigma theme, changing related listings images from 3 to 2
« Reply #14 on: September 14, 2021, 12:49:23 PM »
Share url pattern can be fiund on google docs page or ie stack overflow.

https://stackoverflow.com/questions/9120539/facebook-share-link-without-javascript
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots