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?

Size of the fancybox
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: Size of the fancybox
#5293
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 747
Hello,

Sorry for delay. We have updated the extension. It provides possibility to show custom HTML text and if a user clicks by this text, the lightbox with images appears. It also provides ability to display specific image from Flickr photoset(s) and shows the lightbox, if a user clicks by this image. Updated version can be found in 'Member Area' on our site. Upgrade 'ARI Fancybox' module and 'System - ARI Fancybox Anywhere' plugin, please. The module contains 2 new layout types 'Custom text' and 'Specific Flickr image'. If you want to use the plugin, the code will look like:

Code:


{arifancybox activeType="flickr" source="photoset" photosetId="[PHOTOSETID]" type="flickrimage" photoId="[PHOTOID]"}{/arifancybox}



or

Code:


{arifancybox activeType="flickr" source="photoset" photosetId="[PHOTOSETID]" type="customtext" photoId="[PHOTOID]"}Show gallery{/arifancybox}



only replace [PHOTOSETID] and [PHOTOID] with necessary photoset ID(s) and photo ID.

PS: If you want to use an image for 'customtext' layout, the code will look like:

Code:


{arifancybox activeType="flickr" source="photoset" photosetId="[PHOTOSETID]" type="customtext" photoId="[PHOTOID]"}<img src="[PATH_TO_IMAGE]" width="[IMAGE_WIDTH]" height="[IMAGE_HEIGHT]" />{/arifancybox}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5609
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 0
Hi:

Is there comprehensive documentation for ari fancybox?

I want to implement a custom html module and embed links into the module for various external pages.

I assumed the best solution would be to create the custom html module, and in the module, call the ari fancybox anywhere plugin for each link.

However, when I do that, rather than a link, the code is echoed back.

Using the module would not be efficient as I would need to implement a new module for each external page link. What I would like to have is effectively similar to creating a menu.
The administrator has disabled public write access.
 
#5610
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 0
Also, do you have a live chat support feature where I could quickly ask you a few questions and get instant replies?
The administrator has disabled public write access.
 
#5611
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 747
Hello,

All documentation you can find in 'Description' field on 'ARI Fancybox' module and 'System - ARI Fancybox Anywhere' and 'System - ARI Fancybox' plugin settings page. In your case, you can use 'System - ARI Fancybox' plugin and use the following code that show external links:

Code:


<a href="http://www.google.com" class="arifancybox iframe {width: 800, height: 450}">Gooooogle</a> 



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5612
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 0
I used the code you provided, but also added a title parameter and changed the size to percentages.

Code:

<a class="arifancybox iframe {width: 95%, height: 95%, title:"Les franc-maзon - le grand dйbat"} href="http://www.histoire.fr/histoire/emissions/histoire-grand-debat/0,,5836141-VU5WX0lEIDQ5Ng==,00-les-francs-macons-.html">• Йmission histoire.fr - Les franc-maзons</a>


However, although the link opens in a lightbox, it does not take into consideration the percentage-based sizes nor does it display a title.

Is there a way to do that? Or is there a way that the ari fancybox module can be extended to allow multiple links (a menu of links)?
The administrator has disabled public write access.
 
#5615
Re:Size of the fancybox 13 Years, 9 Months ago Karma: 0
It is rather urgent that I find the proper solution, so I would very much appreciate your as ever prompt response. Thank you.
The administrator has disabled public write access.
 
Go to topPage: 1234567