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?

Slides do not move
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Slides do not move
#59136
Slides do not move 7 Years, 4 Months ago Karma: 0
Hello. I'm implementing this on a Joomla 3.6 site and just purchased the module this week. Regardless of what I try, it will not slide to the next content item. I have script compression disabled so I know that's not the issue. Can you please help?
The administrator has disabled public write access.
 
#59137
Re:Slides do not move 7 Years, 4 Months ago Karma: 748
Hello,

Could you provide a link to a page where the problem occurs? If it is private, you can send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59138
Re:Slides do not move 7 Years, 4 Months ago Karma: 0
I determined the issue happens only within the tabbed area that I'm trying to use it. I emailed more info, links and access to you. Thanks!
The administrator has disabled public write access.
 
#59139
Re:Slides do not move 7 Years, 4 Months ago Karma: 748
This problem with styles of "jatabs" plugin. Edit <joomla_directory>/plugins/system/jatabs/jatabs/ja.tabs.css CSS file and replace the following code:

Code:


.ja-tabswrap .container ul {
margin: 0 !important;
padding: 0 !important;
}



with the following one:

Code:


.ja-tabswrap .container ul {
margin: 0;
padding: 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#59141
Re:Slides do not move 7 Years, 4 Months ago Karma: 0
Wow, that was it. I never would've guessed that. Thanks so much!
The administrator has disabled public write access.
 
Go to topPage: 1