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?

Images won't load (searching in wrong directory)
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Images won't load (searching in wrong directory)
#18702
Re:Images won't load (searching in wrong directory) 12 Years, 10 Months ago Karma: 0
Thanks for the help! it worked!
Ger
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#20508
Re:Images won't load (searching in wrong directory) 12 Years, 9 Months ago Karma: 0
I'm looking for the answer to a couple of questions. I found post with the same questions and it seems most of them was answered offline.


1. I have 9 test questions but only 7 shows up
2. in my D&D correlation, mine isn't showing the check mark like it does in the demo
3. I want to make a demo like you did with the cards, is this the right
4. I saw someone asked for the ability to display more than 1 question on the page for example 4 questions on 1 page. This was 6 months ago and 4 months ago the Admin said it will be in a future version. (any update on that)

I'm on 2.3.0 and joomla 1.5
The administrator has disabled public write access.
 
#20511
Re:Images won't load (searching in wrong directory) 12 Years, 9 Months ago Karma: 748
Hello,

1. Have you completed previous quiz session?

2. Could you provide a link to a quiz where we can see the problem?

3. It is possible to use HTML code in answers. The next code can be used to insert an image into an answer:

Code:


<img src="LINK_TO_IMAGE" />



Where LINK_TO_IMAGE is a link to necessary image.

4. Currently the extension doesn't support this ability.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#20514
Re:Images won't load (searching in wrong directory) 12 Years, 9 Months ago Karma: 0
you can see the quiz here webuildcmssites.com/site2/index.php?option=com_ariquiz&Itemid=93

I followed your demo and setup the images like this <img src="/sites2/images/stories/cross.jpg">

for some reason I did see this quiz once and saw that it just path being displayed, That would have been the 8th quiz, but now it's just showing 7, but I confirmed the backend shows 9 all published

I have completed previous quiz session
The administrator has disabled public write access.
 
#20539
Re:Images won't load (searching in wrong directory) 12 Years, 9 Months ago Karma: 748
1. About D&D question, open custom "CSS Template" which is used on provided quiz and replace the next CSS rule:

Code:


.ariQuizCorDDAnswerMarker
{
display: none;
position: absolute;
left: 0;
top: 0;
background: transparent url(../images/tick.png) no-repeat 50% 50%;
z-index: 4;
width: 14px;
height: 100%;
}



with the next CSS rule:

Code:


.ariQuizCorDDAnswerMarker
{
display: none;
position: absolute;
left: 0;
top: 0;
background: transparent url(../../../images/tick.png) no-repeat 50% 50%;
z-index: 4;
width: 14px;
height: 100%;
}



2. About images, use the next code:

Code:


<img src="images/stories/cross.jpg"> 



3. Could you provide temporary access to your J! backend by email so we could investigate the issue with questions count?

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