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?

ARI Slider in Safari
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Slider in Safari
#15851
ARI Slider in Safari 12 Years, 11 Months ago Karma: 0
Hi,
I recently purchased the ARI slider module for Joomla and have a problem using it in safari. I have another jquery slider running on the same page, so no doubt it's conflicting with this, but they both run fine in firefox and IE.
Any idea how I can sort this conflict out?

Thanks,
Philip Hayes
The administrator has disabled public write access.
 
#15853
Re:ARI Slider in Safari 12 Years, 11 Months ago Karma: 748
Hello,

Provide link to page please where we can see the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15855
Re:ARI Slider in Safari 12 Years, 11 Months ago Karma: 0
Hi, you can view on the test site, ballyseedy.deewhy.ie
The ari slider is at the bottom of the page, you'll see it working in ff.
The administrator has disabled public write access.
 
#15865
Re:ARI Slider in Safari 12 Years, 11 Months ago Karma: 748
This problem with site template. It loads jQuery javascript library and doesn't call jQuery.noConflict(); method. You can fix it by yourself or provide temporary access to your Joomla! backend by email and we will help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15872
Re:ARI Slider in Safari 12 Years, 11 Months ago Karma: 0
Thanks for your quich response on this, great support from you guys.
That did the trick.

For anyone else having this issue:

Because I was calling another version of jquery in my template file, I needed to add noconflict after with this line:

<script type="text/javascript">
$.noConflict();
</script>

When calling jquery in my code, when using my other library I had to replace the "$" with "jQuery", e.g. change $(window).load(function() to jQuery(window).load(function()

Thanks,
Philip
The administrator has disabled public write access.
 
#15873
Re:ARI Slider in Safari 12 Years, 11 Months ago Karma: 748
One note, jQuery.noConflict() method is required to call because MooTools library is loaded on your site.

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