Forums › Forums › Search & Filter Pro › Strange Attachment Behavior
Tagged: attachments
- This topic has 7 replies, 2 voices, and was last updated 5 years, 4 months ago by Trevor.
-
Anonymous(Private) June 24, 2019 at 6:30 pm #214810
Hi! I have a S&F form for attachments, and am using infinite scroll to display. The initial display is working perfectly but when it infinite scrolls, the attachment permalinks aren’t displaying “pretty” permalinks, and the modal links I have on the attachments aren’t working. Would love any assistance. 🙂
Anonymous(Private) July 6, 2019 at 11:29 pm #215672Hi 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!
-
AuthorPosts