Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1061929
    Baroninn
    Participant

    Hi

    Im using formcraft as a formcreator on one site.

    Just noticed a bit of an issue.

    They use the same css class for tooltips as you guy’s hehe..

    Is there a way for me to disable all x theme and cornerstones css only on the form page ?
    That would solve all my issues 🙂

    Best regards

    #1061935
    Baroninn
    Participant
    This reply has been marked as private.
    #1062108
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! It sounds like you might be having an issue with a third party plugin. 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.

    #1062967
    Baroninn
    Participant
    This reply has been marked as private.
    #1063029
    Baroninn
    Participant

    If anyone is experiencing the same issues as I am

    i will debug the issue .
    And if I solve it . i’ll post the solution.

    I found out why the tooltip is going awol when its fading in.
    The reason
    X theme includes a css in /wp-content/themes/x/framework/css/dist/site/stacks/integrity-light.css

    
    @-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    
    @keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    
    .fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
    
    @-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}
    100%{opacity:1;-webkit-transform:none;transform:none}}
    

    Im still trying to figure out how I can disable this css without deleting it from the original file…. I might end up doing that …. and every time X theme updates …. sighh ..

    #1063045
    Nico
    Moderator

    Hi There,

    Happy to hear that you will share the answer after you will solve it. It would really help a lot. Not only to us but also to the other members of this community.

    In regards to updates, you might wanna use child theme so that it will not be interrupted if there is an update.

    https://community.theme.co/kb/how-to-setup-child-themes/

    For guide: https://community.theme.co/kb/customization-best-practices/

    Hope it helps.

    Let us know how it goes.

    Thanks.

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