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 Articles and navigation not working
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Slider Articles and navigation not working
#3493
ARI Slider Articles and navigation not working 14 Years, 1 Month ago Karma: 0
I have installed ARI Slider. The articles do not rotate, and when I go to click on navigation links my entire page refreshes, the article remains on the first. Any suggestions?
The administrator has disabled public write access.
 
#3494
Re:ARI Slider Articles and navigation not working 14 Years, 1 Month ago Karma: 747
Hello,

Provide link to page, please, where we can see this issue. If it's private, you can send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3495
Re:ARI Slider Articles and navigation not working 14 Years, 1 Month ago Karma: 747
It seems this is conflict with javascript from your Joomla! template. Download updated version of "ARI Slider" in "Member Area" on our site and update "ARI Slider" Joomla! module, please, it should help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#5364
Re:ARI Slider Articles and navigation not working 13 Years, 9 Months ago Karma: 0
I have the same issue with template JA_Purity_II
I need to resolve that... Any clues? I just bought your extension
The administrator has disabled public write access.
 
#5365
Re:ARI Slider Articles and navigation not working 13 Years, 9 Months ago Karma: 0
here is the address implant.servicii-it.eu
The administrator has disabled public write access.
 
#5366
Re:ARI Slider Articles and navigation not working 13 Years, 9 Months ago Karma: 747
Hello,

This problem with your site template, it contains incorrect styles. Open <joomla_dir>/templates/ja_purity_ii/css/template.css file, find line #1293 and replace the following CSS rule:

Code:


#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
  margin:0 !important;
  padding:0;
}



with

Code:


#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
  margin:0;
  padding:0;
}



and add the next CSS rule to template CSS file:

Code:


#ja-topsl li.es-news-item, 
#ja-botsl li.es-news-item {
 background-image: none;
 padding-left: 0;
}



PS: If you have any difficulties with it, you can provide temporary access to your Joomla! backend by email and we'll help you.

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