Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • audio-player.php. Line 684

    $form_fields[“url”][“html”] .= “<button type=’button’ class=’button urlaudioplayer audio-player-” . $post->ID . “‘ value='[audio:” . attribute_escape($file) . “]’ title='[audio:” . attribute_escape($file) . “]’>Audio Player</button>”;

    To this:

    $form_fields[“url”][“html”] .= “<button type=’button’ class=’button urlaudioplayer audio-player-” . $post->ID . “‘ data-link-url='[audio:” . attribute_escape($file) . “]’ title='[audio:” . attribute_escape($file) . “]’>Audio Player</button>”;

    audio-player.php. Line 684

    $form_fields[“url”][“html”] .= “<button type=’button’ class=’button urlaudioplayer audio-player-” . $post->ID . “‘ value='[audio:” . attribute_escape($file) . “]’ title='[audio:” . attribute_escape($file) . “]’>Audio Player</button>”;

    To this:

    $form_fields[“url”][“html”] .= “<button type=’button’ class=’button urlaudioplayer audio-player-” . $post->ID . “‘ data-link-url='[audio:” . attribute_escape($file) . “]’ title='[audio:” . attribute_escape($file) . “]’>Audio Player</button>”;

    Hello barnabyandersun the only plugin that i used was the social connect one..for the login area…

    And the payment, and crowdfunding things i did all by myself…i mean i had to code it….

    Hello felipe

    I have created a website similar to Kickstarter in wordpress

    https://yesideias.com/

    If you want more information mail-me [email removed]

Viewing 4 replies - 1 through 4 (of 4 total)