End of Support for Joomla 3 - Forum closed
[SOLVED] Kein Audioplayer in Opera and Chrome
Hallo,
wenn ich eine MP3-Datei auf meiner Seite einfüge wird diese, wenn ich Opera oder Chrome nutze, nicht in einem Audio-Player angezeigt.
Bei Microsoft Edge und IE wird ein Player angezeigt. (Siehe beigefügtes JPG).
Wie kann ich das Problem lösen?
Thank you!
wenn ich eine MP3-Datei auf meiner Seite einfüge wird diese, wenn ich Opera oder Chrome nutze, nicht in einem Audio-Player angezeigt.
Bei Microsoft Edge und IE wird ein Player angezeigt. (Siehe beigefügtes JPG).
Wie kann ich das Problem lösen?
Thank you!
by till108
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Kein Audioplayer in Opera and Chrome
Posted 4 years 8 months ago #26180
Wahrscheinlich wird die Soundausgabe bzw die Wiedergabe von ihrem Browser standartmässig geblockt.
Bitte informieren sie sich über Goolge, wie sie das ändern können.
Bitte informieren sie sich über Goolge, wie sie das ändern können.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: till108
Please Log in or Create an account to join the conversation.
Das mit der Soundausgabe im Browser habe ich schon kontrolliert. Daran scheint es nicht zu liegen. Es ist so, dass auf allen Opera und Chrome Browsern, egal auf welchem Endgerät, kein Audioplayer angezeigt wird. Kann es sein, dass etwas im Template die Darstellung verhindert?
Ist es möglich, dass dieser Code im CSS-Theme es verhindert:
/*
* Prevent displaying `audio` without controls in Chrome, Safari and Opera
*/
audio:not([controls]) {
display: none;
}
/*
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
Falls ja, was müsste ich im Template Code ändern?
Freundliche Grüße
Till Ahrens
Ist es möglich, dass dieser Code im CSS-Theme es verhindert:
/*
* Prevent displaying `audio` without controls in Chrome, Safari and Opera
*/
audio:not([controls]) {
display: none;
}
/*
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
Falls ja, was müsste ich im Template Code ändern?
Freundliche Grüße
Till Ahrens
by till108
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Kein Audioplayer in Opera and Chrome
Posted 4 years 8 months ago #26199
Hallo,
wo ist der code her, aus welcher css Datei?
Setzen sie mal folgenden Code in ihre css/custom.css ein
wo ist der code her, aus welcher css Datei?
Setzen sie mal folgenden Code in ihre css/custom.css ein
audio:not([controls]) {
display: block;}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: till108
Please Log in or Create an account to join the conversation.
Replied by till108 on topic [SOLVED] Kein Audioplayer in Opera and Chrome
Posted 4 years 7 months ago #26348
Problem solved.
by till108
Please Log in or Create an account to join the conversation.
Replied by till108 on topic [SOLVED] Kein Audioplayer in Opera and Chrome
Posted 4 years 7 months ago #26349
Hallo,
es hat etwas gedauert, bis ich hinter das Problem gestiegen bin. Es lag offensichtlich an einem nicht richtig konfigurierten Cache-Speicher gelegen.
Viele Grüße
Till Ahrens
es hat etwas gedauert, bis ich hinter das Problem gestiegen bin. Es lag offensichtlich an einem nicht richtig konfigurierten Cache-Speicher gelegen.
Viele Grüße
Till Ahrens
by till108
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates