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?

CSV, Simple Gallery and Advanced Gallery settings
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: CSV, Simple Gallery and Advanced Gallery settings
#6940
CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 0
OK. We've managed to get a multilingual version of a gallery up and running.
Using the Simple Gallery setting, we're able to get the Title field to show up.

What is the proper formatting for the Advanced Gallery?
For example, how would I format the following Simple Gallery settings with Title, Description and Photo Credit fields (image attached)?

I know at some point we have to include:
<div>{$data:fancyimage}</div>
<div>{$data:Title}</div>
<div>{$data:Description}</div>
<div>{$data:Photo Credit}</div>

But, I'd like these 3 fields to show up in the lightbox as well and would like to be able to format them as well.
Last Edit: 2010/09/05 13:46 By WINEMAN.
The administrator has disabled public write access.
 
#6941
Re:CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 0
For example, here's a Before/After version of what we'd like to do:

Last Edit: 2010/09/05 13:59 By WINEMAN.
The administrator has disabled public write access.
 
#6972
Re:CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 746
We'll add possibility to create formatted title for the lightbox in 'Advanced Gallery' mode within 24 hours.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6975
Re:CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 0
My apologies. I thought that this was already possible.
I look forward to the new feature and the accompanying formatting rules.
The administrator has disabled public write access.
 
#6990
Re:CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 746
We have updated 'ARI Fancybox' module. Download and upgrade it, please. After this open module settings page and set 'Advanced gallery -> Use complex title' parameter to 'Yes' and type the following code in 'Advanced gallery -> Complex title' parameter:

Code:


<div style="position: relative;">
  <div style="float: left;"><b>{$data:Title}</b> - {$data:Description}</div>
  <div style="text-align: right;"><b>Photo Credit</b> - {$data:Photo Credit}</div>
</div>



After this titles in the lightbox should be looked like on the screenshot.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6998
Re:CSV, Simple Gallery and Advanced Gallery settings 13 Years, 6 Months ago Karma: 0
Thanks for all of your hard work.
I have uploaded the new module and plugin and have input the new complex title formatting into the Advanced Gallery mode.

However, if I want to apply the Simple Gallery formatting from the screenshot above, should I do that by hardcoding it into the arifancybox tag in the HTML or is there a way to apply the Simple Gallery formatting from above into the Advanced Gallery?
The administrator has disabled public write access.
 
Go to topPage: 12