Is it possible to apply some CSS styling to the images in Mashup? I want to apply a corner ribbon to each image, but cannot see how to add a class to each image.
Hi Chris Herbert
Thanks for feedbacks
About your problem, I don't understand you problem, You want add class for image,
you can follow the instructions below :
In source : \modules\mod_jux_mashup\tmpl\default.php
You locate the line <div class = "jux-image"> and add class you want
example : You want add class "demo" -> edit <div class = "jux-image demo">
Hope it can help you
if still having issues, please send log information admin page, I'll add it for you
Thanks
From what I understand, you need to add a <div> around each image to be able to do this. Can I do that?
Secondly, the text in each ribbon will be different. For the first one it will be 97%, for the second 91% and so on. Does each image have a unique identifier so that I can apply css to each image individually?
Hi Chris Herbert
Thanks for feedbacks
You can add a <div>, you can follow the instructions below :
In source: \modules\mod_jux_mashup\tmpl\default.php
You locate the line "<?php echo $image; ?>" and add a <div> you want
example : You want add <div class="new"> -> edit -> <div class="new"></div><?php echo $image; ?>
and then you have to add style for class="new"
I was involved in one major project, so, I can not add and customize for you 1 card left div and style it for you as you have sent in photos,
I only can teach you how to add 1 div and you can style it,
hoping to get sympathy
Thanks