Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136416
    shaandrew
    Participant

    I have added the following CSS
    .x-creative-cta {pointer-events: none;}
    http://www.bettechnique.com/
    To remove the animation but I still want to the able to click to register

    Please can you assist

    #1136518
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please remove your custom css first:

    .x-creative-cta {
      pointer-events: none;
    }

    You must use this code instead:

    .site .x-creative-cta.slide-top:hover>span.text {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    And you are using a caching plugin, WP Super Cache, please keep in mind that after doing every updates or making site changes, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Hope this helps.

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