I added this jQuery function to just lock the select box to uploaded from the specific post:
jQuery(document).on("DOMNodeInserted", function(){
jQuery('select.attachment-filters [value="uploaded"]').attr( 'selected', true ).parent().trigger('change');
});
I’ve been looking everywhere for a solution to this and can’t figure out how to make it work. I thought linking using the post id would work, but I can’t seem to get the fancybox effect to work at all. If anyone knows how go about solving this issue please share.