[ad_1]
Hello @barceloch
Thank you very much for using our plugin. Could you please indicate the URL to the page that includes the player?
Best regards.
…for now is a test page on localhost… ;(
Hello @barceloch
Ok, please try the following modifications.
- Tick the “Forces the audio player to be displayed in the product title.” checkbox in the plugin settings (Accessible through the menu option “Settings > Music Player for WooCommerce”)
If you have installed a plugin to handle the website’s cache, please, purge the browser and website caches.
- If the previous modification does not fix the issue, and you have a template for the products pages, insert the shortcode for the playlist without the products_ids attribute:
[wcmp-playlist layout="new"]If you are inserting the playlist via template file you can do it by code:
<?php
print do_shortcode('[wcmp-playlist layout="new"]');
?>Best regards
