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?

I cant seem to get the slider to work in article
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: I cant seem to get the slider to work in article
#24624
I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 0
Hi Guys

I can see this is a great product but for some reason I cant get it to work on my homepage article.
All I need is a simple image rotator to cycle 4 images, I have got the module working perfectly
and inserted the {arislider moduleId="<201>"}
in the article but nothing comes up

please ahelp
The administrator has disabled public write access.
 
#24625
Re:I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 746
Hello,

Correct code is:

Code:


{arislider moduleId="201"}{/arislider}



"ARI Slider" module with ID = 201 should be enabled.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24626
Re:I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 0
Thank you so much! Perfect
Sorry i must have missed that closing tag...

lastly is there an easy way to get rid of the thin grey border that surrounds the slider?
The administrator has disabled public write access.
 
#24629
Re:I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 746
Could you provide a link to a page where we can see a slider? It can be a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24631
Re:I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 0
Absolutely!
i dont think its a problem at all, it looks like standard styling but i want to get rid of it if possable
Thanks
www.bmcforme.co.za/
The administrator has disabled public write access.
 
#24649
Re:I cant seem to get the slider to work in article 12 Years, 1 Month ago Karma: 746
Add the next CSS rule to "CSS Styles" parameter in module settings or to a site template file:

Code:


DIV.ari_slider
{
  border-style: none;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}



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