Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Thumbnails don't show in normal mode - custom setting for gallery

  • depika
  • depika's Avatar Topic Author
  • Offline
  • Junior Member
More
16 years 2 months ago #20996 by depika
Hi I am using sigro for a long time. I tried searching the forum but couldn't find a solution so I would appreciate your help.

I have the default setting to single thumbnail but for a single gallery I would like to use the normal display. I am using Lytebox.

I have hacked sigpro to display also in modules and I have applied the following custom code to the module:
{gallery}RightImages:110:100:0{/gallery}

The RightImages folder contains only 2 images

However, I only  see the 1st picture. You can see the image at the right side on this url: hellasrugbyunion.com

I would appreciate your help.

best regards,

Despoina (depika)
Athens Greece

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 2 months ago #20997 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Thumbnails don't show in normal mode - custom setting for gallery
Hi again!  ;)
Try to change the line 132
if(isset($_params[3])) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;
to
if(isset($_params[3]) && intval($_params[3])>0) $_howmanythumbs_ = $_params[3]; else $_howmanythumbs_ = $singlethumb;

I hope this will help you! If not, I'm here to help you with that again!

Thank you!

Please Log in or Create an account to join the conversation.

  • depika
  • depika's Avatar Topic Author
  • Offline
  • Junior Member
More
16 years 2 months ago #20998 by depika
Hi and thank you for your quick reply

The code you mentioned I found it on line 83 and not in 132... Am I missing something in my version?

Anyway, I changed this line to the one you gave me but still no luck....

Another problem that I have discovered is that in the page where other galleries are also loaded (hellasrugbyunion.com/Gallery.html) these two images combine with the first gallery of the page... weird....

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
16 years 2 months ago #20999 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Thumbnails don't show in normal mode - custom setting for gallery
hmmmm... can you please PM me an ftp account to "play" a bit with the jwsigpro.php file?
Have you done any modifications in this file?
If not go to our PDS and download the current sigpro version.

Thank you!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum