Hi guys.
FYI – We have used Basel on two clients site and now Woodmart on another two clients.
I have a couple of issues:
1 – The Instagram element is not working. It only shows one image.
http://rarinutrition.com/
You can see the issue on the home page and on the Product pages.
http://rarinutrition.com/product/infinity/
2 – I wanted to add a bit of custom content below the Product Image in the Single Product page, however it doesn’t seem to be working. The content shows for a brief second but then it disappears when the page is fully loaded.
This is the code I am using.
add_action( 'woocommerce_product_thumbnails', 'product_labels', 10 );
function product_labels() {
echo '<p>Product Labels go here</p>';
}
Please help.
Thanks so much.