0
i have added albums and songs, but wen i click on play button , its not playing the mp3 songs.
url: http://www.goalive.in/music/v/3-varun-carvalho/2-i-gotta-go-home
If i click on the song name, it opens the song page and it player works and plays the mp3. so the problem is only on the album page.
if i inspect the album page in the debugger, i can see it is loading some video player control instead of jw audio player.
url: http://www.goalive.in/music/v/3-varun-carvalho/2-i-gotta-go-home
If i click on the song name, it opens the song page and it player works and plays the mp3. so the problem is only on the album page.
if i inspect the album page in the debugger, i can see it is loading some video player control instead of jw audio player.
Responses (17)
-
Accepted Answer
-
Accepted Answer
0jw player version is 2.4.5
i have installed MC just few days back, so i believe i have all the latest files.
i have enabled debuger in my firefox browser, so wen the album page is loading i can see its throwing out this js error: ReferenceError: jw_playlist_1432125709 is not defined
i see in the html code this is what its putting:
<video id="album_player_1432125709">Loading player...</video>
<script defer="defer" type="text/javascript">
var album_player = null;
jwplayer('album_player_1432125709').setup({
playlist: jw_playlist_1432125709,
height: 30,
width: '100%',
autostart: false,
repeat: 'list',
listbar: {position: 'none', size: '' },
events:{
onReady: function(event) { album_player = jwplayer('album_player_1432125709'); },
onPlaylistItem: function(event) { itemListener(event); },
onPlay: function(event) { first_play(); },
onPause: function(event) { pause_playlist(event); }
}
});
</script>
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0great, i can see the player now.
There is another small issue i noticed, two songs have got mp3, but wen i click the next song button, its not highlighting the next song , but its playin the next mp3 file. can u check that pls-
goalivemore than a month agoi mean wen i click the next song button on the player, its not highlighting the next song in the list.
-
goalivemore than a month agoone more thing, wen i click the add to playlist button, nothing happens, playlist module doesnt pickup anything.
-
goalivemore than a month agoits throwing js error: ReferenceError: base is not defined
http://goalive.in/plugins/muscolplayers/jwplayer/jwplayer/playlist_functions.js
Line 11
-
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0it's not being loaded. maybe it's a cache issue?-
goalivemore than a month agoi have cleared the cache several times and check, but still no luck
-
-
Accepted Answer
0please send me access at support@ joomlathat.com-
goalivemore than a month agoFTP access ?
-
Germinal Campsmore than a month agoand joomla please.
-
goalivemore than a month agoftp access u already have details, joomla logins i have sent you now by email.
-
-
Accepted Answer
0ok the problem is quite weird, it seems like your template is blocking or overriding the function "addScriptDeclaration" and that's causing the issue.
do you know anything about that? is it possible to try the page with another template, just to test?-
goalivemore than a month agoam not sure about that, i have bought that template.
-
goalivemore than a month agocan we create a menu item to use another template for it and test it on that ?
-
goalivemore than a month agomusic section is now using prostar template
-
goalivemore than a month agocan u check now if its loading the addScriptDeclaration ?
-
Germinal Campsmore than a month agoyes! I just tested it and now it works OK. so it is definitely an issue with that template. (try to enable the module on that page and you'll see how it works). at this point, the easiest thing would be to ask the template creators about this. they will know what's the issue.
-
-
Accepted Answer
0ask them if their template is "blocking" the $document->addScriptDeclaration function, or if maybe their template is just not rendering joomla's HEAD elements normally.-
goalivemore than a month agoor can we add some code to the template file which will enable $document->addScriptDeclaration function , if u can let me know the code, i can add it to the template file
-
Germinal Campsmore than a month agono, I don't know that precisely, because I don't know what they have blocked..
-
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »