Comments Andrea Giraldo started the conversationApril 18, 2017 at 10:49pmow can I set the album buy url to do go open in a new window? 850Jelly repliedApril 19, 2017 at 10:19amHi,You can edit it in: /muziq-jellythemes/single-muziq-albums.php line 18The original code: <a href="<?php echo esc_url($buy); ?>" class="btn rounded icon"><i class="fa fa-cart-plus"></i> <?php esc_html_e('buy album', 'muziq-jellythemes'); ?></a> Change it to: <a href="<?php echo esc_url($buy); ?>" class="btn rounded icon" target="_blank"><i class="fa fa-cart-plus"></i> <?php esc_html_e('buy album', 'muziq-jellythemes'); ?></a>Best Regards,Jelly TeamAndrea Giraldo repliedApril 25, 2017 at 12:09amHi! Can you please doble check? It didn't work for us!Thank you! 850Jelly repliedApril 25, 2017 at 8:07amHi,I tried go to here: http://www.camilaperoni.com/about-camila-peroni/, but I don't see any buy buttom in your album, so where I can check the buy button in your site?Best Regards,Jelly Team Sign in to reply ...
ow can I set the album buy url to do go open in a new window?
Hi,
You can edit it in:
The original code:
Change it to:
Best Regards,
Jelly Team
Hi! Can you please doble check? It didn't work for us!
Thank you!
Hi,
I tried go to here: http://www.camilaperoni.com/about-camila-peroni/, but I don't see any buy buttom in your album, so where I can check the buy button in your site?
Best Regards,
Jelly Team