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?

Image linked to webpage
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Image linked to webpage
#3472
Image linked to webpage 14 Years, 1 Month ago Karma: 0
I have a module that only contains one image. I want to the user to click on the image and have the colorbox open to a webpage. How do I do this?

Or, can I have the webpage display as a thumbnail in the module and when clicked open in the colorbox? Using Joomla 1.5
The administrator has disabled public write access.
 
#3473
Re:Image linked to webpage 14 Years, 1 Month ago Karma: 747
Hello,

If you want to display external page by click on image with "ARI Colorbox" module, open module settings page, configure main parameters, choose "Remote Content" in "Choose type" dropdown and enter in URL link to external page and in "Link text" parameter the following code:

<img src="<path_to_image>" />

where <path_to_image> is path to your image.

PS: You can also use "System - ARI Colorbox Anywhere" plugin if want to use the extension in content instead of use it as module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7195
Re:Image linked to webpage 13 Years, 7 Months ago Karma: 0
Hello,

I tried it with the module and it worked. But I don't know the syntax for the ARI colorbox Anywhere plugin. I tried the following, but it didn't work:

Code:

{aricolorbox activeType="rcontent" opt_width="300" opt_height="250" url="http://www.google.com" link=<img src="http://www.google.de/images/srpr/nav_logo14.png"> title="Google"}{/aricolorbox}


What's wrong? Thanks.
The administrator has disabled public write access.
 
#7198
Re:Image linked to webpage 13 Years, 7 Months ago Karma: 747
Hello,

Use the following code:

Code:


{aricolorbox activeType="rcontent" opt_width="300" opt_height="250" url="http://www.google.com" title="Google"}<img src="http://www.google.de/images/srpr/nav_logo14.png">{/aricolorbox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7204
Re:Image linked to webpage 13 Years, 7 Months ago Karma: 0
Sorry, but it still doesn' work. To confirm that the ARI colorbox Anywhere plugin is installed correct I tried the following code and this works.

Code:

{aricolorbox activeType="rcontent" opt_width="300" opt_height="250" url="http://www.google.com" link="Show google site" title="Google"}{/aricolorbox}


Any other idea? Thanks.
The administrator has disabled public write access.
 
#7205
Re:Image linked to webpage 13 Years, 7 Months ago Karma: 747
Hello,

Could you provide temporary access to your Joomla! backend by email that we can investigate this issue? Because code which provided before works fine on our test server.

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