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?

[solved] Problems of Layout within an article
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: [solved] Problems of Layout within an article
#56428
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 0
Hi,

this solutions would be to obvious I guess.
I already tried this and as this also works for the other quiz with this line, this wouldn't be a solution for me.

In principle, this line only "locks" the content into an maximum height within the iframe.


As proof I attached a picture what would happen without this line:



The solution for my problem would be the following:
1. css-line/block in which the scrollbar (which is shown in the picture above) can be disabled.
2. css-line/block in which the white space between "continue" and "headline" can be reduced.


Still thanks for your effort at this point to investigate my problem.

Greets
JendrixXx
The administrator has disabled public write access.
 
#56429
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 747
The plugin works correctly. This problem with tab styles and HTML code which is used in it. Open "System - ARI Quiz Anywhere" plugin settings page and re-save plugin settings or add scrolling="no" parameter to {ariquizanywhere} plugin code.

Remove <p></p> HTML code in the tab before {ariquizanywhere} plugin code because it adds extra line and according to "overflow-y:auto" CSS property which is added by tab extension to tab <DIV> element, scrolling appears.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56432
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 0
Well, you might be right ..., but ...

I never said your plugin wouldn't work correctly - just wanted to make this clear.
The first problem (scrolling=no) was solved ...

The solution for me now consists of two different changes ...



Only if I change the height of the first marked part to "522px" and delete the other marked part, it will look as I want it - otherwise it looks like in the picture and the needed space isn't placed within the border. But obviously I don't know where to find these lines and in which file.

Additionally I only know where to find the "second" line, which is originally placed inside the content within a tab.
But if I delete the div-part out of the tabs, the content will again look like the screenshot of my previous post - therefore these lines were introduced. So at this point your possible solutions didn't help me anyway.


However ....

1. Is there any chance to let the quiz start automatically without clicking the button?
(this would be some kind of a solution for me right now ...)

2. Do you know in which file the class "aq-ic-wrapper" and "aq-ic" is placed, so I can try to fix my problems in there?

3. Which exactly lines are regulating how the quiz, as it was started, will be look like? Mainly in case of width and in case of "space" between answers?!?
Somehow the question and the progress-bar looks a little bit "slated" and could use all of the width which is provided by the frame?!?
Last Edit: 2015/12/05 21:53 By Faller.
The administrator has disabled public write access.
 
#56435
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 747
1. Set "Access and Security -> Start immediately" parameter to "Yes" in quiz settings to start the quiz without description page.

2. See <joomla_directory>/plugins/system/ariquizanywhere/ariquizanywhere.php file.

3. The extension uses all available space by default. <joomla_directory>/components/com_ariquiz/themes/default/css/style.css file was modified on your site. The following CSS rule is used:

#ariQuizContainer .aq-quizsession-container {
position: relative;
width: 50%;
min-width: 240px;
}

so only 50% of available space is used.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#56440
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 0
Hi again,

I finally found out what produced this problems:

1. While changing this quiz to immediately loading, I found out, that there was this "div-line" inside the "article-editor" within the settings.
After deleting this, all my problems were solved with only 2 clicks.

2. Thanks for this, too, but obviously I won't need this right now.
Somehow I could have thought about the quizanywhere-plugin by myself - shame on me.

3. As you said, I may have changed this variable and afterwards forgot to undo theses changes.
So you fixed my width-problem.


There is a last question I now have:
I deleted some questions/categories/quizzes which were in by default. When inserting own questions/quizzes and so on, they won't start from "ID 1" but from ID 3 or else? Is there any chance to fix this, too? Some sort of "rearranging" as known from Access?

If not, this is not a problem ...
Otherwise I would also say, that this problem was solved - thanks a lot!


MfG
Jendrik Faller
The administrator has disabled public write access.
 
#56442
Re:Problems of Layout within an article 8 Years, 4 Months ago Karma: 747
ID is generated by a database. This post should be helpful If you want to change value for auto_increment for #__ariquizquestion table.

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