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
*
#45475
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 748
The file is located in com_ariquiz.zip archive. See "frontend/assets/css" folder in the archive. It contains the following new CSS rules:

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

DIV.aq-hotspot-marker-img {
background: transparent url(../images/circle.gif) no-repeat center center;
position: relative;
left: -50%;
top: -50%;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45658
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 0
Please, tell my how to limit dimension of uploading picture to 600x800 in HotSpot question type ! Thanks!
Last Edit: 2013/10/28 12:05 By victoru.
The administrator has disabled public write access.
 
#45663
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 748
You can submit a feature request here and we will implement ability to define limits for HotSpot images in a future release of the extension.

If you want to implement it by yourself, see <joomla_directory>\administrator\components\com_ariquiz\controllers\files.php and <joomla_directory>\administrator\components\com_ariquiz\controllers\images.php files.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45664
Re:Change picture in HotSpot question type 10 Years, 8 Months ago Karma: 0
Thank You! It will be a great feature - especially for Hot Spots questions to screenshots which are popular but not feat in the browser window.
The administrator has disabled public write access.
 
Go to topPage: 123