Audio player broken?
10 months 2 days ago #71155
by Chrysant
Replied by Chrysant on topic Audio player broken?
Yes, I can confirm that.
The error only occurs when assigning a new audio file to an existing player instance.
The error only occurs when assigning a new audio file to an existing player instance.
Please Log in or Create an account to join the conversation.
10 months 2 days ago #71156
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Audio player broken?
can you please test this version
www.dropbox.com/scl/fi/7uibi7lfyrlcixwz0...79ovi45k1v8qpck&dl=0
it shall work expect changing the file for an old audio player because I need to make a modification in the general JS file
let me know
www.dropbox.com/scl/fi/7uibi7lfyrlcixwz0...79ovi45k1v8qpck&dl=0
it shall work expect changing the file for an old audio player because I need to make a modification in the general JS file
let me know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 1 day ago #71165
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Audio player broken?
please try the 3.3.3 version where I have update the audio addon
let me know
let me know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
10 months 1 day ago #71173
by Chrysant
Replied by Chrysant on topic Audio player broken?
Solved for me. Thx
Please Log in or Create an account to join the conversation.
- Tommy Rusanen
- Topic Author
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
10 months 1 day ago #71174
by Tommy Rusanen
Replied by Tommy Rusanen on topic Audio player broken?
Please Log in or Create an account to join the conversation.
10 months 1 day ago #71175
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Audio player broken?
ok I see
this is some css that I need to check
2 solutions for now :
1/ use a custom css to remove the black background
to use ony if you don't want to use the advanced player
2/ use the advanced player and setup your own design
what you must know is that the player design is different from one browser to another, this why I added the "advanced" type where you can style it
this is some css that I need to check
2 solutions for now :
1/ use a custom css to remove the black background
Code:
div.cktype[data-type="audio"] > .inner {
background: none;
}
2/ use the advanced player and setup your own design
what you must know is that the player design is different from one browser to another, this why I added the "advanced" type where you can style it
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.218 seconds