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?

Quiz anywhere
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Quiz anywhere
#65294
Re:Quiz anywhere 4 Years, 9 Months ago Karma: 748
It is not possible to open the link. It requires credentials.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65295
Re:Quiz anywhere 4 Years, 9 Months ago Karma: 0
The administrator has disabled public write access.
 
#65441
Re:Quiz anywhere 4 Years, 7 Months ago Karma: 0
Hej
Appparently arianywhere uses iframe.
I found that if I could get the "max-width: 100%; width:100%;"in side the code of the Iframe, then the problem would disappear in edge browser.But I don't know where to find the file where I can add to that code.
Maybe You can help ?


<iframe name="aqifr_5d6ac0ca1f7c0_ifr" class="aq-ic" id="aqifr_5d6ac0ca1f7c0_ifr" src="/index.php?option=com_ariquiz&amp;view=quiz&amp;quizId=10&amp;tmpl=component" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto" vspace="0" hspace="0" style="height: 468px; visibility: visible;" allowtransparency="true" _firstload="0"></iframe>

Sincerely Ncldk
The administrator has disabled public write access.
 
#65443
Re:Quiz anywhere 4 Years, 7 Months ago Karma: 748
Hello,

You can see <IFRAME> element contains "aq-ic" CSS class name. It can be used to create a custom CSS rule for this IFRAME and add it to a site template CSS file. It will look like:

IFRAME.aq-ic {
max-width: 100%,
width: 100%,
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65445
Re:Quiz anywhere 4 Years, 7 Months ago Karma: 0
Hej

aq-ic
{
max-width: 100%;
width: 100%;
}

In
???.com/templates/protostar/css/template.css
does the tric. Its a problem specifik for the Joomlar 3 "Protostar" template.

Thank you
The administrator has disabled public write access.
 
Go to topPage: 12