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?

Simple inquiry - active image
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Simple inquiry - active image
#6698
Simple inquiry - active image 13 Years, 8 Months ago Karma: 0
I love this extension, Thank you soooo much, great work...
I was wondering if it possible to show the first active image to have a border, and when going to the next with the nav it gives the next image a border... and so on

And is it also possible to show all the titles and discription in a list and when hovered over either the image or title they both give hover effect, either background change or a border around the itme.

I'm not really a wiz in Java, i've played around with the css and managed to get the hover effect i wanted when hovering over the image only.

Your help would be appreciated.

Thank you again for your great work keep it up!!!
The administrator has disabled public write access.
 
#6701
Re:Simple inquiry - active image 13 Years, 8 Months ago Karma: 747
Hello,

We have updated the module, download and upgrade it, please. After this you can use the following CSS rule that create border around selected carousel image:

Code:


.ari-cloud-carousel IMG.active
{
  border: 1px solid gray;
}



Regarding the second requirement about title list, it requires additional coding.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6702
Re:Simple inquiry - active image 13 Years, 8 Months ago Karma: 0
I tried that code but it did not work.

I tried the following three and none worked

.ari-cloud-carousel IMG.active, .cloudcarousel IMG.active, IMG.active{border:1px solid red;}

I even tried these two and that didnt work either

img.cloudcarousel:active, img.ari-cloud-carousel:active {border:1px solid red;}
The administrator has disabled public write access.
 
#6703
Re:Simple inquiry - active image 13 Years, 8 Months ago Karma: 747
Provide link to page, please, where we can see this issue?

PS: BTW, try to clean a browser cache.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6704
Re:Simple inquiry - active image 13 Years, 8 Months ago Karma: 0
Thank you for the quick reply

I've cleaned my browser cache and my joomla admin cache

Here is the link I'm working on
www.apexmedicaljo.com/index.php?option=com_content&view=article&id=6&Itemid=7

I was trying to make it look a bit similar to this link
www.almalasers.com/products.jsp
The administrator has disabled public write access.
 
#6705
Re:Simple inquiry - active image 13 Years, 8 Months ago Karma: 747
Old version of the module is installed on your site. The latest version of the extension is 1.1.2, but 1.1.1 is installed on your site. Download the latest version from this page and upgrade it on your site, please.

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