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.

Can SIG Pro do this?

  • Tom Kercher
  • Tom Kercher's Avatar Topic Author
  • Offline
  • New Member
More
17 years 2 months ago - 17 years 2 months ago #8079 by Tom Kercher
Can SIG Pro do this? was created by Tom Kercher
Hi, I purchased simple image gallery Pro, and am using for a gallery.  However, on my site, I have several text links, that I'd like to trigger a lightbox image.  For example:  I have a basic unordered list like below:
  • pizza
  • hamburger
  • taco

I'd like the user to be able to click on one of the list elements, and see a lightbox image of just that particular item.  How do I do this?  If SIG Pro can't do this, does anyone know what mod can?  Please help.

Thanks

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

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
17 years 2 months ago #8080 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: Can SIG Pro do this?
Hi my friend!

I believe it can be this way SIG Pro
but it is a custom work and need to talk with Fotis about that!

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
14 years 7 months ago #8081 by Alfonso Martinez
Replied by Alfonso Martinez on topic Re: Can SIG Pro do this?
So what's the answer to this question? I see this was asked in 07, has it been made easy to do this type of event now? I'm using Slimbox v2.02

Shouldn't be so hard to make a text link trigger the gallery and it's frustrating.

Here is what I'm doing:

$("a.gallery_link").click(function(){
var g = $(this).attr('gallery');
$('div.gallery_block ul#' + g + ' a:first').click();
return false;
});

<a gallery="sig1234" href="#" class="gallery_link">blah</a>

this reads the first image link of the gallery... It reads it fine because if I alert the href, I get the correct string. but when I do a click() nothing happens!!

Any help would be appreciated.

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


Powered by Kunena Forum