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?

title not shown in popup
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: title not shown in popup
#63470
title not shown in popup 5 Years, 7 Months ago Karma: 0
Hi there
I have a site with installed module ARI Cloud Carousel Pro and Fancybox plugin.
In both the parameter 'Show Title' is set to yes, and the image-directory has a description file in it.

The titles are shown in the module as they should, but in the fancybox not. In the HTML of the fancybox I have just a empty title-elemnt with 'display:none' style:

<div id="fancybox-title" class="" style="display: none;"></div>

What did I miss?

Galery is here:
server3.masterhomepage.ch/~cerletti/index.php/kunstmalerin/landschaften-und-stilleben

Thanks in advance, regards
florian
The administrator has disabled public write access.
 
#63479
Re:title not shown in popup 5 Years, 7 Months ago Karma: 746
Hello,

The lightbox doesn't show titles which are defined in [TITLE] section in INI file. It shows data from [DESCRIPTION] section if it is defined so you can add [DESCRIPTION] section to .INI file.

If you want to use data from [TITLE] section, <joomla_directory>/modules/mod_aricloudcarousel/mod_aricloudcarousel/kernel/CloudCarousel/class.CloudCarousel.php file can be modified. Replace the following code:

if ($description)
$lnkAttrs['title'] = $description;

with the next one:

if ($description || $title)
$lnkAttrs['title'] = $description || $title;


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