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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Link from text to open lightbox with several image
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Link from text to open lightbox with several image
#34866
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 0
Thanks for the reply but I'm still confused! Do I insert that code that you have given me in the URL tab in the link box that you click on when working in a custom module and you want to insert a link to some text?
The administrator has disabled public write access.
 
#34868
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 746
Sorry, but we don't know what module do you mean. You can insert plugin code to an article or custom HTML module or other content where you want to show a link which will call the lightbox.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34870
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 0
I'm probably not explaining this too well, I've attached a screen shot from within the Custom HTML module, is this where I should be inserting the code.
Thanks
Last Edit: 2012/12/13 19:35 By gofer123.
The administrator has disabled public write access.
 
#34871
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 746
It is not necessary to create a link. Place plugin code as standard content, but if you use WYSIWYG editor switch it to plain text mode before inserting plugin code because WYSIWYG editors can change code in design mode.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34872
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 0
This is some sample code from within the Custom HTML module, the text "St Pauls" is one of the links that I want to activate the lightbox.


<div id="three-column-wrapper-front">
<div id="second-column">
<div class="heading-box">
<h1><a href="#">Sports Flooring</a></h1>
</div>
<div class="horz-border-dashed">&nbsp;</div>
<div id="revolving-banner-second-column"><jdoc:include type="modules" name="revolving-banner-second-column"></jdoc:include></div>
<div class="vert-border">&nbsp;</div>
<div class="column-text-content">
<h3>Outdoor Sports Flooring</h3>
<div class="client-reference-text"><br /Portable Tennis</a>
<br /><a href="#">St Pauls</a><br /><a href="#">Omokoroa</a><br />
<h3>Indoor Sports Flooring</h3>
<div class="client-reference-text"><br /><a href="#">Waitakere Stadium</a><br /><a href="#">Waikato Performing Arts</a><br /><a href="#">Auckland Netball</a><br /><a href="#">Kings Prep</a><br /><a href="#">Area Manawatu</a></div>
</div>
</div>
</div>
The administrator has disabled public write access.
 
#34873
Re:Link from text to open lightbox with several image 11 Years, 3 Months ago Karma: 746
Use the following plugin code:

Code:


{arisexylightbox activeType="imglist" thumbHeight="100" dir="images/stories;images/banners" type="customtext"}St Pauls{/arisexylightbox}



instead of the following HTML code:

Code:


<a href="#">St Pauls</a>



PS: Don't forget set "Mode" parameter to "Anywhere" in "ARI Sexy Lightbox Anywhere" plugin settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1234