Viewing 6 replies - 1 through 6 (of 6 total)
  • Would you mind sending a link to the page? It would be difficult to help without seeing this in action.

    If you don’t wish to post the link publicly you can email [email protected]

    Thread Starter vpsilva

    (@vpsilva)

    Hi!

    Sorry, https://gofastway.tv

    tks

    You can turn off the loading animation with this custom css:

    .hotspots-placeholder.loading:before {
    border: 0 none;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
    -moz-animation-duration: 0;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    height: auto;
    left: 0;
    margin-left: 0;
    width: auto;
    }

    You can put that in your child theme’s style.css, or a css plugin. Here’s an article on adding css: https://tylerdigital.com/document/customizing-draw-attention-css/

    Thread Starter vpsilva

    (@vpsilva)

    Very good!

    The animation disappeared.

    Any tips for not lock the screen when you click the area and makes scroll mouse at the same time?

    E.g. Clicking the area and expected load, okay. But if you click and use the scroll before loading, gives very little a locked. Can you see what I try to explain?

    tks!

    Glad that worked for you. I understand what you mean, but I do think it’s rare that somebody will try to scroll in the brief (less than 1s) after clicking. Unfortunately there’s not much we can do about that as far as the Draw Attention plugin goes. I noticed the page staggering some even when scrolling above the Draw Attention image before clicking it. There’s probably a broader issue of how your theme is built, mix of plugins installed, hosting and website speed, etc. You could possibly try a caching plugin and see if that helps.

    Thread Starter vpsilva

    (@vpsilva)

    All right! Thanks for the tips.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable load when click hotspot’ is closed to new replies.