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?

Problem with image link inline content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Problem with image link inline content
#11254
Problem with image link inline content 13 Years, 2 Months ago Karma: 0
Hi Guys,

First of all i like to say your support looks good. Forum, manuals and all. I searched the forums for my particular problem but i couldnt find it.

Okay here it goes:

I'm working on this website.

This website is a little different from a normal joomla website as for that the pages are modules instead of articles. The problem i have is that i want those white circles (image) to link to a popup with info and a image from a company.

This is how the code looks like:

Code:


<div class="page-wrap">
<h3 class="page-title"><span>P</span>artners</h3>
<div class="clearfix" style="margin-bottom: 40px;">
<div class="ja-feature-box left">
{arisexylightbox activeType="icontent" width="300" height="250" link="<img height="120" width="120" src="images/stories/demo/sv-1.png" />" title="Hidden text"}Inline content which you want to show in sexy lightbox goes here.{/arisexylightbox}
</div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-2.png" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-3.png" /></div>
<div class="ja-feature-box right"><img height="120" width="120" src="images/stories/demo/sv-4.png" /></div>
</div>
<div class="clearfix">
<div class="ja-feature-box left"><img height="120" width="120" src="images/stories/demo/sv-5.png" alt="Multi Menu &amp; Overrides" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-6.png" alt="Themes, layout &amp; Profiles" /></div>
<div class="ja-feature-box center"><img height="120" width="120" src="images/stories/demo/sv-7.png" alt="Stability &amp; Durability" /></div>
<div class="ja-feature-box right"><img height="120" width="120" src="images/stories/demo/sv-8.png" alt="Cache &amp; CSS/JS Compress" /></div>
</div>
</div>



I'm not so good with the code thing so i hope you guys can help me out on this one. I don't know what i'm doing wrong.


I do get it to work with a text link outside the div tags but thats not what i need.

Thanks for your help.

Tom
The administrator has disabled public write access.
 
#11255
Re:Problem with image link inline content 13 Years, 2 Months ago Karma: 747
Hello,

Use the next code:

Code:


{arisexylightbox activeType="icontent" width="300" height="250" title="Hidden text"}
 {link}<img height="120" width="120" src="images/stories/demo/sv-1.png" />{/link}
 {content}Inline content which you want to show in sexy lightbox goes here.{/content}
{/arisexylightbox}



instead of:

Code:


{arisexylightbox activeType="icontent" width="300" height="250" link="<img height="120" width="120" src="images/stories/demo/sv-1.png" />" title="Hidden text"}Inline content which you want to show in sexy lightbox goes here.{/arisexylightbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#11258
Re:Problem with image link inline content 13 Years, 2 Months ago Karma: 0
IT WORKS!!!! and you guys are fast! it's sunday

You guys are great. gonna have to leave a great review on joomla.org!

Thnx a lot.

Have a nice day

Tom
The administrator has disabled public write access.
 
#11260
Re:Problem with image link inline content 13 Years, 2 Months ago Karma: 747
You are welcome. Feel free to ask any questions about the extension.

PS: We will be very grateful for a review.

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