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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Titel and Caption
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 12
TOPIC: Titel and Caption
*
#68204
Re:Titel and Caption 3 Years, 3 Months ago Karma: 760
Probably you can reproduce it on a public server so we can play with live example?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#72214
Re:Titel and Caption 3 Months, 1 Week ago Karma: 0
Hi Support
I have been using the purchased version of the plugin for several years. I would like to solve the problem with the title and the description with you. At that time I could not give you access to the website. Now Can I send the access data. What is the best way to do this?
Thanks for your help

Greetings
Meggs
The administrator has disabled public write access.
 
#72215
Re:Titel and Caption 3 Months, 1 Week ago Karma: 760
You can send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#72217
Re:Titel and Caption 3 Months, 1 Week ago Karma: 0
Hi Support

Thank you very much, it works very well. Great Job!

I have one more thing. Can i somehow define with a code that the title and description are always visible. In full screen mode, everything around the image fades out after a few seconds. It would be cool if only the title and the description with the image were visible and everything else disappears as it does now.

Thanks again for your great help.

Meggs



For the Community the adjustments on "ARI Fancy Lightbox -> Settings ->Advanced" page:

Code:


$('.jig-link').each(function() {
  var $el = $(this);
  var title = $el.find('.jig-caption-title').html();
  var description = $el.find('.jig-caption-description').html();
 
  if (title) {
    $el.attr('data-caption', title);
  }

  if (description) {
    $el.attr('data-description', description);
  }
});

The administrator has disabled public write access.
 
#72218
Re:Titel and Caption 3 Months, 1 Week ago Karma: 760
Hello,

Add the following code to "ARI Fancy Lightbox -> Settings -> Style -> Custom CSS" parameter:

Code:


.fancybox-caption {
  visibility: visible !important;
  opacity: 1 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#72221
Re:Titel and Caption 3 Months, 1 Week ago Karma: 0
Hi Support

It works great.
Thank you very much.

Greetings
Meggs
The administrator has disabled public write access.
 
Go to topPage: 12