Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #905100

    Natalie
    Participant
    This reply has been marked as private.
    #905105

    Natalie
    Participant
    This reply has been marked as private.
    #906083

    Jade
    Moderator

    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.

    #1025702

    Levi S
    Participant

    How do you disable the icon?

    #1026282

    Rad
    Moderator

    Hi 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!

    #1149991

    lauren128295
    Participant
    This reply has been marked as private.
    #1150194

    Rue Nel
    Moderator

    Hello 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.

    #1150199

    Christopher
    Moderator

    Hi 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.