sedevelops
Forum Replies Created
-
Forum: Reviews
In reply to: [SE HTML5 Album Audio Player] Garbage[sarcasm] Thanks for the constructive, well structured, and generally useful review. Your detailed input will surely help me improve the plugin and will help others determine if it’s right for them. You’re fantastically useful! [/sarcasm]
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] song wont play thruI appreciate your trust and your keeping up with this issue. Getting involved in your website won’t really help much because I’ll need to test from a windows / linux machine, which I don’t current;y have access to.
For now, I think you’re on your own with this issue. Try your hand at hacking the plugin a bit. Edit code, experiment. It’s a good learning experience. If the plugin breaks, just replace it with a fresh version from www.remarpro.com.
When I have some more spare time I will try to beat this issue by reworking the flash fallback code for browsers that don’t like mp3. Right now, I have a sort of small-effort fallback in place. I’ll up the ante when I get a minute.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] song wont play thruForum: Plugins
In reply to: [SE HTML5 Album Audio Player] song wont play thruAlso:
try this:
open the file that you’ve now named
app.min.js
.change line 69 from:
$.getScript("/wp-content/plugins/se-html5-album-audio-player/js/niftyplayer/niftyplayer.js", function(data, textStatus, jqxhr) {
to:
$.getScript("https://jimmypritchard.com/wp-content/plugins/se-html5-album-audio-player/js/niftyplayer/niftyplayer.js", function(data, textStatus, jqxhr) {
See if that makes a difference. If it does, then I’ll code up a solution.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] song wont play thruShow me the error messages from my website:
https://sethelalouf.com/archives/273
This will rule out a problem unique to your installation.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Track numbers are all zeroThanks Jim. Glad the video helped.
I forget sometimes that we’ve all got different levels of experience with WordPress and that some things are more/less obvious depending.
No donations necessary. I could pretty easily add a new shortcode parameter, maybe something like:
[SE_album_player album_id=autoplayer dl=true <strong>tracks_open=true</strong> cover=https://www.metalsucks.net/wp-content/uploads/2013/03/Monkey-Mia-MJK-Australia.jpg]
…to let the album display with tracks open by default.
I’m waiting to hear on a few other support threads to see if I can’t also roll out some other fixes at the same time.
However, if you wanted a quick solution to this problem, just add this line of javascript to your theme:
jQuery(document).ready(function($){ $('.se_albumplayer').find('.playlistBtn.icon-list').click(); });
It should open all playlists on a page after loading.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] song wont play thruI don’t think it’s a permissions problem. Permissions are handled by your webserver (not the browser). I believe a permissions problem would exhibit across all browsers / OSs.
You wrote:
Webpage error details:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Fri, 2 Aug 2013 05:16:46 UTCMessage: ‘undefined’ is null or not an object
Line: 1
Char: 5437
Code: 0
URI: https://jimmypritchard.com/wp-content/plugins/se-html5-album-audio-player/js/app.min.js?ver=3.5.2Message: ‘undefined’ is null or not an object
Line: 1
Char: 4390
Code: 0
URI: https://jimmypritchard.com/wp-content/plugins/se-html5-album-audio-player/js/app.min.js?ver=3.5.2I’ve got an idea for you to troubleshoot.
First, try my website out on the troubling browser/OS. ( https://sethelalouf.com/archives/273 ) If it also does not work properly, try this:
Go to:
/wp-content/plugins/se-html5-album-audio-player/js/
Then change
app.min.js
filename to:
app.min.js.test
Last, change
app.js
to:
app.min.js
Then check page again and see if it works in your browser/os.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Files are not loaded into albumHere’s a youtube demo video: https://youtu.be/vZAfrzXfD00
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Unable to add media to an albumHere’s a youtube demo video: https://youtu.be/vZAfrzXfD00
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Track numbers are all zeroHere’s a youtube demo video: https://youtu.be/vZAfrzXfD00
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] It does not work to add multimedia.Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Unable to add media to an albumForum: Plugins
In reply to: [SE HTML5 Album Audio Player] Css problemsUse an inspector like that which is made available in Chrome, Safari (developer mode), or Firefox (FireBug).
Then track down the conflict ad adjust. Sorry I cannot help with this right now.
Forum: Plugins
In reply to: [SE HTML5 Album Audio Player] Audio does not insert from media libraryForum: Plugins
In reply to: [SE HTML5 Album Audio Player] Files are not loaded into albumResolved.