amatoro
Forum Replies Created
-
Also it seems there are several classes that get redeclared. So not sure what to do here…
Cannot redeclare class OAuthSignatureMethod_HMAC_SHA1
So i wonder how can i use only one oauth file for the two plugins.
Thanks!
Forum: Plugins
In reply to: [WPaudio MP3 Player] How to disable download using html code and not tagsHi,
You just need to go to your wpaudio.min.js and search this
.slideDown()and delete it. But please do not erase the text previous to that code or the;}that is after the code that needs to be deleted.I hope it works,
A.
Forum: Plugins
In reply to: [WPaudio MP3 Player] How to disable download using html code and not tagsSorry, the complete line is
String(jQuery(elem).hasClass('wpaudio-nodl')?'':'<a class="wpaudio-download" href="'+elem.href+'">Download</a>')+Forum: Plugins
In reply to: [WPaudio MP3 Player] How to disable download using html code and not tagsWell I just saw this question, even if erasing the html and changing the name works, you can just edit the wpaudio.min.js file.
You need to search this line: String(jQuery(elem).hasClass(‘wpaudio-nodl’)?”:’Download‘)+
It’s just search and delete. Also there is a simplier way by adding a display:none”, but that keeps the link hidden into the code so if someone right clics with firebug they will see the link.
Regards,
A.
Forum: Plugins
In reply to: [Plugin: vSlider] Fix if you get an error with IEI did it but it does not work…