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?

Change picture in HotSpot question type
(1 viewing) (1) Guest
component
Go to bottomPage: 123
TOPIC: Change picture in HotSpot question type
*
#44642
Change picture in HotSpot question type 10 Years, 9 Months ago Karma: 0
in the HotSpot question type, is it possible to change the picture used to select the correct answer?

Thanks
The administrator has disabled public write access.
 
#44644
Re:Change picture in HotSpot question type 10 Years, 9 Months ago Karma: 748
Hello,

The extension uses <joomla_directory>/components\com_ariquiz\assets\images\circle.gif image. You can also define a custom CSS rule using "BODY DIV.aq-hotspot-marker" selector to change the image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44646
Re:Change picture in HotSpot question type 10 Years, 9 Months ago Karma: 0
thanks!
The administrator has disabled public write access.
 
#45354
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 0
I've tried to change de circle.gif picture with another bigger, but it doesn't work. Although picture is bigger, it seems that only takes a 9x9 square pixels. What can I do to increase the representation area?
The administrator has disabled public write access.
 
#45356
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 748
The following CSS rule is used by the extension to define image size:

DIV.aq-hotspot-marker {
height: 9px;
width: 9px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45358
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 0
get it. Thanks!

My problem now, as image used is bigger, it becomes strange. I mean, when user clicks into the hotspot image, circle.gif is inserted from left-top vertex, and i need to be inserted from the center. How can I get it?
The administrator has disabled public write access.
 
Go to topPage: 123