Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello timruiters,
    the plugin uses an API key for its features.. so it is not possible to disable its settings for particular images.
    Thanks.

    You can use jQuery to add the no-pin attribute to certain images, for instance all images with the class=”nopinterest” below:

    <script type="text/javascript">
    $( "img.nopinterest" ).attr( "data-pin-nopin", "true" );
    </script>

    I’ve seen something like this multiple times but not sure how to do it. How do I change the URL of a picture? It’s not giving me to the option to do this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable show on hover for specific images’ is closed to new replies.