Skip to content

Commit

Permalink
Fix form issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelngm6 committed Jun 18, 2024
1 parent c6d6bc8 commit 8d515cb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions beats-help/templates/beat-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,14 @@ class="product_title entry-title elementor-heading-title elementor-size-default"
<?php if (get_post_meta($beat->ID, 'beat_downloadable', true) == 'on' || $class->getLowestPrice($postMeta) == 'FREE') { ?>
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="far fa-eye"></i> </span>
<i class="fas fa-download"></i> </span>
<span class="elementor-icon-list-text">
<a
href="<?php echo str_replace(['.mp3','.wav'], ['_preview.mp3', '_preview.wav'], $beatMP3); ?>"
class="song-store sr_store_wc_round_bt"
target="_blank"
target="_blank"
data-source-post-id="<?php echo $beat->ID;?>"
tabindex="1" download="<?php echo $beat->post_title; ?>"><i
class="fas fa-download"></i><span
class="srp_cta_label"></span></a>
tabindex="1" download="<?php echo $beat->post_title; ?>">Download</a>
</span>
</li>
<?php } ?>
Expand Down

0 comments on commit 8d515cb

Please sign in to comment.