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?

Make Quiz Title tag
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Make Quiz Title tag
#67043
Make Quiz Title tag 3 Years, 7 Months ago Karma: 0
The only way I see to change the Quiz title to an <h1> (it's currently an <h2>) is to edit the file default.php in "ari-stream-quiz\includes\views\quiz-session\tmpl"

This is not a good solution because then I have to add @media to custom css to change the ttiel size on different platforms.

Is there a better way to do this?
Last Edit: 2020/10/04 10:48 By RoundRocks.
The administrator has disabled public write access.
 
#67044
Re:Make Quiz Title tag 3 Years, 7 Months ago Karma: 748
Hello,

Do you want to do It to change styles or SEO purpose?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#67045
Re:Make Quiz Title tag 3 Years, 7 Months ago Karma: 0
To change styles AND seo.

For now, I edited the default.php file and added this to the custom css:

h1{
font-weight: 700;
}

@media (min-width: 30rem){
h1 {
font-size: 2.5rem!important;
}}
Last Edit: 2020/10/04 10:59 By RoundRocks.
The administrator has disabled public write access.
 
#67046
Re:Make Quiz Title tag 3 Years, 7 Months ago Karma: 748
You can add custom styles to "Custom CSS styles" parameter on "ARI Stream Quiz -> Settings -> Advanced" page. For example:

.ari-stream-quiz h2.quiz-title {
font-weight: 700 !important;
font-size: 2em !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#67048
Re:Make Quiz Title tag 3 Years, 7 Months ago Karma: 0
That would only take care of design - not SEO. Anyway, I already did custom css that works as I mentioned. I had to add the @media tag so that it won't be too big on mobile.
Last Edit: 2020/10/04 11:21 By RoundRocks.
The administrator has disabled public write access.
 
Go to topPage: 1