Forums Forums Search & Filter Pro Strange Attachment Behavior

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Anonymous
    #214811
    This reply has been marked as private.
    Anonymous
    #214813

    Last thing to note – also, any time you “search and filter” the attachment permalink is “ugly” and the modal behavior doesn’t work. Thanks for making an amazing plugin and hoping this is an easy fix. 🙂

    Trevor
    #214841
    This reply has been marked as private.
    Anonymous
    #214885
    This reply has been marked as private.
    Trevor
    #214976
    This reply has been marked as private.
    Anonymous
    #215672

    Hi Trevor and everyone – in case any of you are circling back to this topic, it’s all fixed now.

    #1: the ugly permalinks are fixed in 2.4.6
    #2: the modal window jquery activation needed to be updated.

    OLD: $(“.image-gallery .modal-link”).click(function(e) {
    NEW (WORKS): $(document).on(‘click’, ‘.image-gallery .modal-link’, function(e) {

    Trevor, you can close this one. Thank you!

    Trevor
    #215679

    Thanks for letting me know.

Viewing 7 posts - 1 through 7 (of 7 total)