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?

Scroll images
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Scroll images
#27279
Scroll images 11 Years, 11 Months ago Karma: 0
I just bought the ARI Scroller module. First of all I must say that the documentation is in one word abysmal!

Many of us are not exactly full fledged PHP experts:-)....

All I want is about 10 images to rotate vertically in a module on my joomla site. And how to link the images to a url...

However I can not find any documentation on how to use the module with images...

Could anyone please tell me how to display images on this module and link them to another page?

Thanx!

Stephan
Last Edit: 2012/04/15 15:26 By Zappertje.
The administrator has disabled public write access.
 
#27288
Re:Scroll images 11 Years, 11 Months ago Karma: 746
Hello,

The extension scrolls a HTML content, it can be a simple text or text with image(s). Just place necessary content in "Content" parameter in module settings. If you want to show several images into the scroller, place the next HTML code in "Content" parameter:

Code:


<img src="LINK_TO_IMAGE1" />
<img src="LINK_TO_IMAGE2" />
...
<img src="LINK_TO_IMAGEN" />



Where LINK_TO_IMAGE1 is a link to an image.

If you want to create hyperlinks for images, use the next code:

Code:


<a href="http://www.ari-soft.com"><img src="LINK_TO_IMAGE1" /></a>
<a href="http://www.google.com"><img src="LINK_TO_IMAGE2" /></a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#27302
Re:Scroll images 11 Years, 11 Months ago Karma: 0
Thanx for the reply. It's still not very simple, using the editor in joomla would be al whole lot easier...

If I want to link the image to a lager version of itself in a modal box, what would be the code for that?

Regards,

Stephan
The administrator has disabled public write access.
 
#27303
Re:Scroll images 11 Years, 11 Months ago Karma: 746
If you want to use the scroller in an article, you can use "System - ARI Scroller" plugin and use a WYSIWYG editor to edit scroller content.

What lightbox extension do you want to use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#27304
Re:Scroll images 11 Years, 11 Months ago Karma: 0
Hi,

Thanx for the quick reply!

I want to create a module with about 10 images that slowly go round vertically, and I want to link the images to a larger version in a modal box.

I have the Modalizer plugin installed. I can link the images now, but only to a new page with the image.

Regards,

Stephan
The administrator has disabled public write access.
 
#27306
Re:Scroll images 11 Years, 11 Months ago Karma: 746
If Modalizer plugin is used default settings, try to use the next code:

Code:


<a href="http://www.ari-soft.com" class="modalizer"><img src="LINK_TO_IMAGE1" /></a>



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