Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077770
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the URL, please replace the above code with this:

    .x-card-outer.flip-3d .x-card-inner {
        -webkit-transform: rotateX(-0deg) !important;
        -ms-transform: rotateX(-0deg) !important;
        transform: rotateX(0deg) !important;
    }

    Let us know how this goes!

    #1082731
    lindsayfaas
    Participant

    hello? haven’t heard back in a while

    #1083058
    Paul R
    Moderator

    Hi,

    It looks like you missed our last reply.

    Have you tried the code provided above?

    
    .x-card-outer.flip-3d .x-card-inner {
        -webkit-transform: rotateX(-0deg) !important;
        -ms-transform: rotateX(-0deg) !important;
        transform: rotateX(0deg) !important;
    }
    

    Hope that helps.

    #1083736
    lindsayfaas
    Participant

    thanks, my bad.
    Ok, so I put the code in and it works! stops all cards from flipping. However I only want one specific card right now to not flip. So I tried this. I added the number 1 to the above codes ID so it came out

    ..x-card-outer.flip-3d .x-card-inner1 (then all the rest of the code)

    I then put that in the class and id fields of the specific card I’m trying to not flip. That didn’t work. Am I on the right track and just did the process wrong?

    #1084284
    colorcom
    Participant

    I’m developing a website using X Theme and it’s not live yet. Am hoping that I’m using the card element correctly when I add an image (not an icon). The card looks great when I preview the page, but when I’m editing the page the full background doesn’t show. When I hit refresh it looks okay in edit mode. Before I launch the site, I was wondering if there’s a special tag I should use to make the card large enough for the image.

    #1084306
    Christopher
    Moderator

    Hi there,


    @lindsayfaas

    The code should be :

    .x-card-outer.custom-card.flip-3d .x-card-inner {
        -webkit-transform: rotateX(-0deg) !important;
        -ms-transform: rotateX(-0deg) !important;
        transform: rotateX(0deg) !important;
    }


    @colorcom

    please open a new thread and provide us with URL and login credentials.

    Hope it helps.

    #1084404
    lindsayfaas
    Participant

    ok code is in. What do I put in the class or id field to make it use it? I tried the “title” of the above code but that didn’t work.

    #1084646
    Lely
    Moderator

    Hi There,

    From the previous CSS code, please add custom-card class.

    Hope this helps.

    #1086294
    lindsayfaas
    Participant

    Voila! It ended up creating a bug with the icon code from page 1 of this topic, but I just renamed the noflip code to .custom-card2 and put the appropiate class names on the appropiate pages for one to have the icon and flip, the other to have no flip and no icon.

    #1086475
    Rue Nel
    Moderator

    Hey There,

    We are just glad that you have figured it out a way to correct the said issue.
    Thanks for letting us know!

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1057677 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>