-
AuthorPosts
-
April 28, 2016 at 10:23 pm #905100This reply has been marked as private.April 28, 2016 at 10:25 pm #905105This reply has been marked as private.April 29, 2016 at 2:29 pm #906083
Hi there,
Thanks for the links. Instead of applying the background image to the entire card content, place it in the front area. You can do this by updating this code:
#obj1 .x-card-inner { background-image: url(https://wle-mekong-staging.waterandfood.org/wp-content/uploads/objectives-benefits-jpg.jpg); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
to
#obj1 .x-card-inner .front { background-image: url(https://wle-mekong-staging.waterandfood.org/wp-content/uploads/objectives-benefits-jpg.jpg); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }
Kindly do the same to the other card elements where you used an image background.
Hope this helps.
June 4, 2016 at 10:28 am #1025702How do you disable the icon?
June 5, 2016 at 1:09 am #1026282Hi there,
Another support here. What do you mean disable the icon, is it the images? Please provide more details. I don’t see any icons other than images on your card element.
Thanks!
August 27, 2016 at 7:29 pm #1149991This reply has been marked as private.August 28, 2016 at 12:33 am #1150194Hello There,
Thanks for updating this thread! You can add the ID by clicking on the card and scroll down to the ID field. You can click on each card and supply a unique ID for each card. I am not sure if I am able to replicate the image flickering on the card. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
Thank you.
August 28, 2016 at 12:35 am #1150199Hi there,
Please add custom ID like
my-id
in card’s id field, see the attachment.
The cards elements are displaying fine, I don’t see the bug you’re referring to. Could you provide us with screen cast?Thanks.
-
AuthorPosts