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?

narrow lightbox
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 12
TOPIC: narrow lightbox
#60958
Re:narrow lightbox 6 Years, 8 Months ago Karma: 0
Okay good to know!

However

Then the issue at hand is that no lightbox at all appears (since I now have "remove 3rd party plugin" ticked)
The administrator has disabled public write access.
 
#60976
Re:narrow lightbox 6 Years, 8 Months ago Karma: 747
Hello,

Update the plugin to v. 1.6.4. New version should attach the lightbox automatically to dynamically created elements with "ari-fancybox" and "ari-fancybox-iframe" CSS classes.

PS: Don't forget to enable "Remove 3rd party plugin" option.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60977
Re:narrow lightbox 6 Years, 8 Months ago Karma: 0
Hi!

After installing the update it works a better =)

I hate to be a bore but sometimes the links acctualy take my to another page and sometimes the lightbox open. I havn't found the reason why it works sometimes and sometimes it doesn't.

Do you have any clue?


Best regards,
Andreas
The administrator has disabled public write access.
 
#60983
Re:narrow lightbox 6 Years, 8 Months ago Karma: 747
We investigate the problem. It occurs because "VC Grid" attaches javascript code to links inside a grid (in your case search results are located in VC Grid). This code loads link into main browser's window when it is clicked, but we also have good news. We updated the plugin and adds ability to execute custom javascript code. It helps to resolve the problem with "VC Grid" code.

Update the plugin to v. 1.6.5, open "Advanced" tab on "ARI Fancy Lightbox -> Settings" page and populate "Custom JS code" parameter with the following value:

Code:


$(window).on('grid:items:added', function(e, el) {
        var $el = $(el);
        if (!$el.hasClass('search-filter-results'))
            return ;

        $el.find('.vc_gitem-link.ari-fancybox,.vc_gitem-link.ari-fancybox-iframe').removeClass('vc_gitem-link');
});



After this links from search results should be opened into the lightbox normally.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60994
Re:narrow lightbox 6 Years, 8 Months ago Karma: 0
Hi!


It works!

Wow, I'm completely amazed by your great support, huge thanks and a five star rating =)
The administrator has disabled public write access.
 
#61002
Re:narrow lightbox 6 Years, 8 Months ago Karma: 747
Thank you for the review

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