Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #196173

    On one of my portfolio pages, I’d like to disable the ability for users to click them. For now we only want to show the thumbnails, without any further user interaction. Seems like I’d need to disable that javascript function for this single page? Ideas?

    #196545

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #196559

    sure, here it is: http://www.austinpsychfest.com/2014-festival/apf-2014-lineup/

    so on this page, I only want to show the thumbnails, no additional interaction is needed:

    no lightbox
    no link
    no ajax function

    just a thumbnail.

    #196612

    Hi!

    Please add this on your custom.css or Quick CSS:

    .grid-entry-title.entry-title a {
    pointer-events: none;
    }
    
    .grid-image.avia-hover-fx {
    pointer-events: none;
    }

    Best regards,
    Ismael

    #196817

    Ah excellent! I didn’t realize it was possible through CSS only, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘disable clickable thumbnails for a single page’ is closed to new replies.