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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

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


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?

Creating a gallery with mixed content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Creating a gallery with mixed content
#9109
Creating a gallery with mixed content 13 Years, 12 Months ago Karma: 0
i'm trying to recreate the contents of this page - www.evepic.com/on-road/
(note - the original site was done in wordpress and is NOT using ARI Soft.)

here is my page - www.evepic.com/joomla/on-road.html

you'll notice that i've manage to create a link that displays some inline content (a youtube video).

what i would like to do is create a gallery like the first example that has mixed content, ie. inline content (youtube video), and a couple of images.

is this possible and how do i go about setting it up?
The administrator has disabled public write access.
 
#9113
Re:Creating a gallery with mixed content 13 Years, 12 Months ago Karma: 760
Hello,

If you want to show YouTube video, you can use the next code:

Code:


<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title="">Video</a>



This code requires "System - ARI Pretty Photo" plugin.

or you can use the following code:

Code:


{ariprettyphoto activeType="rcontent" width="300" height="250" url="http://www.youtube.com/watch?v=qqXi8WmQ_WM" link="Show video" title="Video"}{/ariprettyphoto}



This code requires "System - ARI Pretty Photo Anywhere" plugin. That group mixed content into a gallery, use "groupName" attribute of {ariprettyphoto} tag, it will look like:

Code:


{ariprettyphoto groupName="GALLERY_NAME"}
....
{/ariprettyphoto}



or the following "rel" for anchor tag if you use "System - ARI Pretty Photo" plugin:

Code:


<a ref="prettyPhoto[GALLERY_NAME]">
...
</a>



Where GALLERY_NAME is gallery ID. Content items with different gallery ID will be grouped in different gallery.

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