Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

No Link to gallery-lightbox, only text
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: No Link to gallery-lightbox, only text
#50249
No Link to gallery-lightbox, only text 10 Years, 5 Months ago Karma: 0
Hello,

I've added some SexyLightbox-Anywhere-code into an CCK-template, which creates an article.
I would like to display a short gallery with the lightbox, by clicking on the word "Galerie", but the word isn't displayed as a link and so nothing happens if I click on it.

Here's the code of the gallery:
Code:

<div id="gallery">{arisexylightbox activeType="imglist" dir="media/articles/productions/gallery" type="customtext"}Galerie{/arisexylightbox}</div>


and here the code of the complete cck-template:
Code:

<p>{hide-if-empty title}</p>
<h2>{title:value}</h2>
<p> </p>
<div id="production" class="grid-layout">
<div id="poster">{hide-if-empty image}
<div>{CBImageScale open: true; field: image; width: 200}</div>
{/hide} {hide-if-empty trailer}
<div id="trailer">{arisexylightbox activeType="icontent" width="300" height="250" link="Trailer" title="{title:value}"}{CBVideo field: trailer; type: local_player;}{/arisexylightbox}</div>
{/hide} {hide-if-empty gallery}
<div id="gallery">{arisexylightbox activeType="imglist" dir="media/articles/productions/gallery" type="customtext"}Galerie{/arisexylightbox}</div>
{/hide}</div>
{hide-if-empty text}
<div id="text">
<p>Beschreibung:</p>
<p>{text:value}</p>
</div>
{/hide} {hide-if-empty details}
<div id="details">
<p>Details:</p>
<p>{details:value}</p>
</div>
{/hide}</div>
<p>{/hide}</p>



As you can see, I have also added a lightbox with an InlineContent and this one is working perfectly.
If I delete the part type="custom text" , the images of the directory will be displayed in the article an the lightbox is going to pop up if I click on an image-thumb, but I don't won't the images shown in the article. What am I doing wrong?
The administrator has disabled public write access.
 
#50250
Re:No Link to gallery-lightbox, only text 10 Years, 5 Months ago Karma: 760
Hello,

The code works fine for us. Could you provide a link to a page where the problem occurs?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50251
Re:No Link to gallery-lightbox, only text 10 Years, 5 Months ago Karma: 0
Hey, thanks for the quick answer.

Here is a link to the page:

filmfabrik.net/joomla/index.php/de/productions-cologne-de

Regards, Alex
The administrator has disabled public write access.
 
#50252
Re:No Link to gallery-lightbox, only text 10 Years, 5 Months ago Karma: 760
Hello,

Set "Load jQuery method" parameter to "Local copy" in module and plugins settings from "ARI Sexy Lightbox" package.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#50253
Re:No Link to gallery-lightbox, only text 10 Years, 5 Months ago Karma: 0
A very big thank you.
It's working perfectly now.

Best regards,
Alex
The administrator has disabled public write access.
 
Go to topPage: 1