I’m trying to edit the results to add hyperlink to the thumbnail. I am using the ajax template. Where do I add the uwpqsf_result_tempt hook?
Dan,
I appreciate your willingness to look into this, but I’m happy to report that I’ve discovered the issue. I’ll explain in the hope that it might help someone else:
First, I tried to utilize the media Library Categories as recommended and was having the same issue with the DG shortcode not recognizing the categories I specified. But I was separating my media categories from my post categories as described in the MLC support forum here.
Once I realized that the dg category shortcode was pulling Post categories instead of media categories, I realized that all I needed to do was alter the DG shortcode to specify the media category as created by the EML plugin.
example: [dg media_category=<category>]
It now works as desired. Your plugin is going to be a big help to me.