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


Recent Events
  • 28/08/2023 CalendARI v. 1.3.0 supports Joomla! 4.x/PHP 8.x

    CalendARI is a Joomla! events manager component and now It is compatible with Joomla! 4.x.

  • 19/08/2023 ARI Quiz 3.10.0 with Joomla! 4 support

    Joomla! quiz extension with J! 3.x/4.x and PHP 8.x support.


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, 1 Month 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, 1 Month ago Karma: 741
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