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?

Avoiding names under the pictures
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Avoiding names under the pictures
#14195
Avoiding names under the pictures 12 Years, 11 Months ago Karma: 0
Hello!

My webpage is using this script:

{arimagnify activeType="flickr" source="photoset" photosetId="my_pageID" thumbSize="square" imgSize="large" itemCount="9" theme="shadow"}{/arimagnify}

I found a problem,because I would'n like to have the picture's name under the photos, for example: IMG699.
Is it possible to avoid the photos name?
Would it be possible to use a different size of square (thumbsize) and showing the pictures randomly?


Thank you very much.
The administrator has disabled public write access.
 
#14199
Re:Avoiding names under the pictures 12 Years, 11 Months ago Karma: 747
Hello,

1. Currently titles can be removed if set "Flickr gallery -> Layout type" parameter in plugin settings to "Advanced gallery" and remove the next code:

Code:


<div>{$data:Title}</div>



or we can update the extension with couple of days and add parameter that indicatete display or not images.

2. The extension can show images only in selected size, it can't select image size randomly.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14207
Re:Avoiding names under the pictures 12 Years, 11 Months ago Karma: 0
Thank you very much for aswering me so soon
I have written this script:

{repeater}
{headertemplate}
<table>
{/headertemplate}
{rowtemplate itemCount="12" rowClass="odd;even"}
<tr class="{$rowClass}">
{celltemplate}
<td>
<div>{$data:zoomimage}</div>
</td>
{/celltemplate}
</tr>
{/rowtemplate}
{footertemplate}
</table>
{/footertemplate}
{emptytemplate}
No items found
{/emptytemplate}
{/repeater}

But now the problem is that I don't know where I could write the code for the theme shadow which was written before with the following script, how could I solve it?


{arimagnify activeType="flickr" source="photoset" photosetId="xxxxxxxxxxxxxxxxxx" thumbSize="square" imgSize="large" itemCount="9" theme="shadow"}{/arimagnify}

For future updates it would be very good to know how to close the pictures by clicking on them and having the possibility of clicking on the cross too.

Thank you in advance.
The administrator has disabled public write access.
 
#14491
Re:Avoiding names under the pictures 12 Years, 11 Months ago Karma: 747
New version of the extension provides new parameter "Simple gallery -> Show title". It uses that define should the extension show titles under thumbnails or not. The latest version of the extension can be downloaded in "Member Area".

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