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?

Images not loading/ jquery load
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Images not loading/ jquery load
#22348
Images not loading/ jquery load 12 Years, 4 Months ago Karma: 0
Hi Ari-soft Team,

i have a problem with my homepage image slider.
You can find the page here:
www.isarstyle.com

everything worked well, but now i started to optimise the jquery loads to load it on my joomla 1.7 page in general, and i think the ari image slider wants to use it earlier than its loaded by the google apis.
i embed the jquery version 1.6.

i hope you can help me, because i really like your image slider.

Best regards,

Friedrich
The administrator has disabled public write access.
 
#22349
Re:Images not loading/ jquery load 12 Years, 4 Months ago Karma: 748
Hello,

Your script loading optimization plugin loads nothing instead of necessary javacript files.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22350
Re:Images not loading/ jquery load 12 Years, 4 Months ago Karma: 0
Hello,

found out the Google Ajax Api Plugin did not work well. Now after inserting jquery manually everything works fine again.

Thanks for the fast support though.

Best Regards.
The administrator has disabled public write access.
 
#22383
Re:Images not loading/ jquery load 12 Years, 4 Months ago Karma: 0
Hello again,

found another problem, after fixing the load of jquery and removing all mootools stuff from my page the images are not loading anymore.

www.isarstyle.com

any hints how to fix this?

Best regards,

Friedrich
The administrator has disabled public write access.
 
#22384
Re:Images not loading/ jquery load 12 Years, 4 Months ago Karma: 748
Scripts on your page is required MooTools library. For example the next scripts:

Code:


window.addEvent('domready', function() {
$$('.hasTip').each(function(el) {
var title = el.get('title');
if (title) {
var parts = title.split('::', 2);
el.store('tip:title', parts[0]);
el.store('tip:text', parts[1]);
}
});
var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false});
});



PS: We can recommend to check javascript error console in a browser if you have any problem with javascript on a page.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22389
Re:Images not loading/ jquery load 12 Years, 4 Months ago Karma: 0
i thought the ari imageslider is working only based on jquery.. is there a solution for working without mootools?
dont want to load the 300kb js librarys on my page i dont use anywhere. (mootools core & more).

the error i have seeen already in my js console, but have no idea where its coming from.. i removed all modules and plugins based on mootools which i knew from.
The administrator has disabled public write access.
 
Go to topPage: 12