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 links - carousel as menu ?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Image links - carousel as menu ?
#22415
Image links - carousel as menu ? 12 Years, 5 Months ago Karma: 0
Hi,

This is a great module. I've managed to install the carousel and get the basics to work but am having some issues with linking the images to specific html content.

My image folder contains the carousel images and an INI file with a general format as follows:

[TITLE}
Image1.png="Image 1"
Image2.png="Image 2"
etc.
[DESCRIPTION]
Image1.png="This is a description of the first image"
Image2.png="This is the description of the next image"
etc.
[LINK]
Image1.png="html://www.some_external_link.com"
Image2.png="html://....an article on this website created within Joomla...."
etc.

I'm developing my website offline in Joomla1.7 on a iMac viewed in Safari. Joomla Core Lightbox is enabled.

A couple of questions:
1) When I click on the carousel image, the larger image comes up in the lightbox but there is no link to either outside html sites, nor can I get a link to articles/content from other areas of my website.

Can I add a redirect link from the carousel image to a website page without bringing up the light box (i.e. have the carousel function as a menu) ?

What is the correct syntax for linking to "articles" within the Joomla management system i.e. do these always have to be unique html static links or can I use some form of index.php? syntax to link to content that changes ? At present when I pull up articles the html address is displayed under html://localhost/joomla17/index.php/..... I'd hate to have to go back manually and change all of these in the INI file when the site is activated.

2) My initial INI file worked great, but I now get the following type of error message:

Warning: syntax error, unexpected $end, expecting TC_DOLLAR_CURLY or TC_QUOTED_STRING or '"' in /Applications/XAMPP/xamppfiles/htdocs/joomla17/images/TestImages/test.ini on line 46 in /Applications/XAMPP/xamppfiles/htdocs/joomla17/modules/mod_aricloudcarousel/mod_aricloudcarousel/kernel/Utils/class.AppUtils.php on line 34.

I noticed previously that some of my quotation marks were different and have corrected them, but I do not see any issues at the end of the file line 46. Are there hidden characters that might be included ? The INI file was created in Word, saved as .txt and had the extension changed to .ini

The INI is being recognized and read - titles are being displayed when this option is active.

Any help and clarification would be appreciated.

Thank you.
The administrator has disabled public write access.
 
#22423
Re:Image links - carousel as menu ? 12 Years, 5 Months ago Karma: 748
Hello,

It seems your INI file is incorrect. Send it by email please. Link to an article looks like:

Code:


index.php?option=com_content&view=article&id=ARTICLE_ID



Where ARTICLE_ID is ID of an article. If ID = 77, a link will look like:

Code:


index.php?option=com_content&view=article&id=77



It is not necessary to specify domain name in an INI file.

If you want to shows links in main browser window, set "Lightbox integration" parameter to "None".

Regards,
ARI Soft
Last Edit: 2011/12/04 08:15 By admin.
The administrator has disabled public write access.
 
#22475
Re:Image links - carousel as menu ? 12 Years, 5 Months ago Karma: 0
Thank you. I got the external and internal links to work now.
Turns out there was still one set of quotation marks that was the wrong character ID: leaning " instead of straight "
The wrong quotation marks (right double quotes, unicode 201D) was inserted instead of plain double quotes
(Unicode 0022).
The administrator has disabled public write access.
 
Go to topPage: 1