Okay
  Public Ticket #1139478
ow can I set the album buy url to do go open in a new window?
Closed

Comments

  • Andrea Giraldo started the conversation

    ow can I set the album buy url to do go open in a new window?

  •  839
    Jelly replied

    Hi,

    You can edit it in:

    /muziq-jellythemes/single-muziq-albums.php line 18

    The 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 Team

  • Andrea Giraldo replied

    Hi! Can you please doble check? It didn't work for us!

    Thank you!


  •  839
    Jelly replied

    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