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?

Carousel doesn't work in Chrome
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Carousel doesn't work in Chrome
#15539
Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 0
Hi,

I have created a Carousel but it doesn't work in Chrome (at least on my machine). Though it shows in IE 9. In Chrome it keeps showing the loading activity but never shows up.

Any idea why is that happening?

Regards

AR
The administrator has disabled public write access.
 
#15540
Re:Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 748
Hello,

Provide link to page where we can see the problem. It can be a conflict with a 3rd party extension.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15541
Re:Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 0
Here is the Webpage:
Last Edit: 2011/06/01 11:57 By anjumraheel.
The administrator has disabled public write access.
 
#15545
Re:Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 0
Any luck with this issue?
The administrator has disabled public write access.
 
#15548
Re:Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 748
This problem with wrapped tag around the carousel. It is wrapped with:

Code:


<p style="text-align: justify;"><em>
... carousel goes here ...
</em></p>



It is incorrect, remove <em> tag because Google Chrome (Safari) is sensitive to it. Code should look like:

Code:


<p style="text-align: justify;">
... carousel goes here ...
</p>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15549
Re:Carousel doesn't work in Chrome 12 Years, 11 Months ago Karma: 0
Great! It works now

Many thanks!
The administrator has disabled public write access.
 
Go to topPage: 12