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?
Go to bottomPage: 1234
TOPIC: Important
#16305
Re:Important 12 Years, 10 Months ago Karma: 748
The module loads only one version of jQuery. The second version can be loaded by another module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16306
Re:Important 12 Years, 10 Months ago Karma: 0
The second version load in ari sexy lightbox and when disable this ARI Sexy Thumbnails not work and open image with out popup
Partizan
freedom for IRAN
User Offline Click here to see the profile of this user
Gender: Male Nasle Pishro Location: Iran Birthday: 06/27
The administrator has disabled public write access.
 
#16307
Re:Important 12 Years, 10 Months ago Karma: 748
If several extensions are required jQuery library (Community poll is required it too and it's implemented in those way that it can't work when several instance of jQuery are loaded), we can recommend to disable jQuery loading in all extensions and load jQuery only once in site template. It increases performance and helps to avoid conflicts for extensions like Community poll.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16309
Re:Important 12 Years, 10 Months ago Karma: 0
I edit this file (class.ImageSlider.php)
and add https at the firs of this line ajax.googleapis.com/ajax/libs/jquery/' . $jQueryVer . '/jquery.min.js' and when refresh page and check with Yslow see the adress change to https ajax.googleapis.com...

how to solve it
File Attachment:
File Name: class.txt
File Size: 12073
Partizan
freedom for IRAN
User Offline Click here to see the profile of this user
Gender: Male Nasle Pishro Location: Iran Birthday: 06/27
Last Edit: 2011/06/17 21:31 By Partizan.
The administrator has disabled public write access.
 
#16310
Re:Important 12 Years, 10 Months ago Karma: 0
Partizan
freedom for IRAN
User Offline Click here to see the profile of this user
Gender: Male Nasle Pishro Location: Iran Birthday: 06/27
The administrator has disabled public write access.
 
#16311
Re:Important 12 Years, 10 Months ago Karma: 748
Replace the next code:

Code:


AriImageSliderHelper::getProtocol() . 'ajax.googleapis.com/ajax/libs/jquery/' . $jQueryVer . '/jquery.min.js'



with the following code:

Code:


'https://ajax.googleapis.com/ajax/libs/jquery/' . $jQueryVer . '/jquery.min.js'



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