list of songs not loading in playlists

1 year 2 weeks ago #167 by s1689093700
hi
just bought a lifetime of this module, getting some weird behaviour
 the first instance of the module I created the drop down list of songs works fine - every other instance of the module the song list drop down is inactive - even if on a different page.

see
JazzFiend (controlgroup.ca)
Jams (controlgroup.ca)

one of them the songlist opens, the other it doesnt.

can this module only be used once on an entire website?

is there anyway to force the songlist always show?

Please Log in or Create an account to join the conversation.

1 year 2 weeks ago #168 by administrator
Hi,
You can use this module on multiple pages on your site. I just checked two pages, it is still working normally.

is there anyway to force the songlist always show?

Yes, but you need to add CSS below to your template:
.calamansi-skin--calamansi-compact .clmns--playlist-container{display:block;position:static} i.clmns--fa-bars,.clmns--toggle-playlist{display:none!important}

I hope it will work well!

JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs

Please Log in or Create an account to join the conversation.

1 year 2 weeks ago #169 by s1689093700
Thanks for the quick reply!

- re 'Hi,
You can use this module on multiple pages on your site. I just checked two pages, it is still working normally.'

I`m on page eg controlgroup.ca/jazzfiend and neither of the songlist dropdowns on either playlist module work - there is no way to know what songs are in the playlist

-re 'Yes, but you need to add CSS below to your template:'
that is exactly what i want!
- I`m using the builtin casseopia template, I put this code in the ' /media/templates/site/cassiopeia/css/template.css file, but have observed no change.

am I putting it in the wrong place?

Please Log in or Create an account to join the conversation.

1 year 1 week ago #170 by administrator
Hi,

I`m on page eg  controlgroup.ca/jazzfiend  and neither of the songlist dropdowns on either playlist module work

=> Look like this module just includes 1 audio file.

- I`m using the builtin casseopia template, I put this code in the ' /media/templates/site/cassiopeia/css/template.css file, but have observed no change.

=> Try add it to file media/templates/site/cassiopeia/css/template.min.css , then clear cache of your browser. I hope it will work well!

JoomHelper - Free Joomla Extensions and Tutorials.
- Facebook: bit.ly/3Fmq9AN
- Youtube: bit.ly/33onadN
- Donate: bit.ly/3uu8yFs

Please Log in or Create an account to join the conversation.

1 year 1 week ago - 1 year 1 week ago #171 by s1689093700
re '=> Look like this module just includes 1 audio file.' - that is the problem lol.
if you go to the end of that song manually the next song loads ok (there are 10+ songs in each playlist)

It is the list of songs in the playlist that isnt working

re => Try add it to file media/templates/site/cassiopeia/css/template.min.css , then clear cache of your browser. I hope it will work well!

tried that - no change
also tried installing a different template and added the code to the template.css - still no song list

Please Log in or Create an account to join the conversation.

1 year 1 week ago #172 by s1689093700
looking in the spource - the module is finding listing/queing the songs, and playing them fine, the songlist is just not being loaded
$(document).ready(function(){
new Calamansi(document.querySelector('#jmp-player-112'), {"skin":"\/modules\/mod_jmp_audio\/assets\/skins\/calamansi","playlists":{"list":[{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/BadWitch_7-4-23.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/BlackSnake.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Car54WhereAreYou.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Cloudy Wednesday.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/DrivinMeToDrink.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/DrownedFish.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/FishDontWorryAboutDrownin.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/FishermansBlues.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Fractured.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Garbageman.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Gettin High Tonight.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/GoodWitch.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/HORUS.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/KFW_3-25-23.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Love ThaT mAN_3-25-23.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/MairisWeddingCrasher.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Mendocino.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/QuidProQuo.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/RainSong_3-25-23.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/SUBLYDIAN CARNIVALE_7-4-23_.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Veuns and Mars_7-4-23_.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/WHITE WHALE_7-4-23_.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/Winners Are Losers.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/ZenKoans_7-4-23.wav"},{"source":"https:\/\/controlgroup.ca\/images\/audio\/JazzFiend\/nightingale.wav"}]},"loop":true,"shuffle":false});
});

Please Log in or Create an account to join the conversation.