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?

Display caption under image
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Display caption under image
#67620
Display caption under image 3 Years ago Karma: 0
Hello,

How can we make the image captions to be displayed under the quiz images? The caption is not visible even though you write a caption on the image file. For some images, there is a need to display photo credits, but there is no where to do this. Normally the caption is used for this.
The administrator has disabled public write access.
 
#67621
Re:Display caption under image 3 Years ago Karma: 747
Hello,

Try the following, open "ARI Stream Quiz -> Settings -> Advanced" page and populate "Custom CSS styles" parameter with the following code:

Code:


.asq-theme .quiz-image-credit {position: static !important;}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#67625
Re:Display caption under image 3 Years ago Karma: 0
It is not working, unfortunately. I use the Buzzfeed theme. But I also tried these:

.asq-theme.asq-theme-buzzfeed .quiz-image-credit {position: static !important;}
.asq-theme-buzzfeed .quiz-image-credit {position: static !important;}

And none of them are working either. Any other idea on how to display the caption for images?
The administrator has disabled public write access.
 
#67626
Re:Display caption under image 3 Years ago Karma: 747
Sorry, it looks like a misunderstanding from our side. The plugin shows only "description" field from WordPress media gallery directly on an image. The code the our previous post move this description under the image. If you want to show "caption" instead of/or with "description" then it requires modification of the plugin. Images are generated in <plugin_directory>/includes/views/quiz-session/tmpl/image.php template file.

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