fooplugins/foogallery

Add Woocommerce Quick Buy button to FooGallery

luannep opened this issue · 2 comments

Adding the Woocommerce Quick Buy shortcode in the custom CSS section doesn't seem to work. How can I add Quick Buy buttons to my images within FooGallery?

Custom CSS is meant for CSS only, and adding a shortcode in there will not work.
There is no easy way to add buy buttons to the images. You can add HTML into the caption for an image (via the attachment edit form) or you could hook into the caption filters available, but you would need to dive into the foogallery code to do that