Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1103056
    bak
    Participant

    Hi there

    I have the class triangle_3 which I use. It worked perfectly fine until I updated to the last version of X and CS.

    Can you tell me why it is not applied anymore and how I can solve this?

    Thanks

    @media (min-width:767px){
    .triangle_3:after{
    top:50%;
    margin-top:-35px;
    height:0;
    margin-left:-69px;
    left:100%;
    margin-right:0;
    transform: rotate(90deg);
    content: “”;
    display: block;
    position: absolute;
    border-width: 35px;
    border-style: solid;
    border-color: #bdc0cb transparent transparent;
    width:0;
    }
    }

    #1103057
    bak
    Participant
    This reply has been marked as private.
    #1103201
    Christian
    Moderator

    Hey there,

    It looks like you might be having an issue with a third party code. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1103209
    bak
    Participant

    Hi Christian

    It worked very well until now so I am just wondering why it is not applied anymore. I assume the code is fine but I see there have been layout changes in X as I experience a few issues, being with custom code or not

    #1103303
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    .x-column.triangle_3 {
        position:relative;
    }
    

    Hope that helps.

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