ftaveira
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] [audio] did not work for meaudio-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>”;
Forum: Fixing WordPress
In reply to: Crowd funding site with WordPressHello 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….
Forum: Fixing WordPress
In reply to: Crowd funding site with WordPressHello felipe
I have created a website similar to Kickstarter in wordpress
If you want more information mail-me [email removed]