Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #872155
    NAO4
    Participant

    I’m japanese

    little english

    sorry

    After version up fade not stop
    why?

    Previous CSS

    @media only screen and (max-width: 767px) {
    .js .x-column[data-fade=”true”] {
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    }
    }

    #872703
    Paul R
    Moderator

    Hi,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #877648
    NAO4
    Participant
    This reply has been marked as private.
    #878176
    Christopher
    Moderator

    Hi there,

    Please update your code to:

    @media only screen and (max-width: 767px) {
    .x-column[data-fade="true"] {
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    }
    }

    Hope it helps.

    #883914
    NAO4
    Participant

    Hi there,

    thank you for the advice.
    However, it was useless.

    #883917
    NAO4
    Participant

    Other plug-ins are interfering?

    #884514
    Jade
    Moderator

    Hi there,

    Yes, please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

    #1027407
    NAO4
    Participant
    This reply has been marked as private.
    #1027537
    NAO4
    Participant
    This reply has been marked as private.
    #1027620
    Rue Nel
    Moderator

    Hello There,

    To resolve this issue, please remove the code given in our previous reply. You’ll need to update it and use this instead:

    @media only screen and (max-width: 979px) {
      .site .x-column[data-fade="true"] {
        opacity: 1 !important;
        transform: none !important;
      }
    }

    We would loved to know if this has work for you. Thank you.

    #1027759
    NAO4
    Participant

    It was repaired.
    Thank you.

    #1027894
    Paul R
    Moderator

    You’re welcome! 🙂

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