donsenilo1968
Forum Replies Created
-
I get the same Error.
Forum: Plugins
In reply to: [PlayerJS] Does not play mpd-FilesI’ve done what you said but I didn’t get any answer yet.
Forum: Plugins
In reply to: [PlayerJS] Does not play mpd-FilesOk, have done it.
Forum: Plugins
In reply to: [PlayerJS] Does not play mpd-FilesI created a Player on your Site with my mpd-File (activated dash) but it does not play.
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeUPDATE !
I found a working Solution:
<script> const vids = document.getElementsByTagName("video").length; for (let i = 0; i < vids; i++) { document.getElementsByTagName('video')[i].volume = 0.4; } </script>
And thank you for your help.
- This reply was modified 1 year ago by donsenilo1968.
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeHi
Sadly it does not work. When I use this, I get an Error “vid is not defined”.
<script> var video = document.currentScript.parentElement; vid.volume = 0.5; </script>
Weirdly in your Examples I get no Error. I changed video to vid, the Error is gone but still does not work. Maybe because the Video has no id ?
I added this Script at the End of the footer.php:
<?php wp_footer(); ?> <script> var vid = document.currentScript.parentElement; vid.volume = 0.5; </script> </body> </html>
Btw.: This is the Website https://aihaunted.com/k-i-videoclips/
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeThanks for your help. I corrected your Script but it does not work.
<script> var vid = document.currentScript.parentElement; vid.volume = 0.5; </script>
Works !
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] PHP DeprecatedAlmost:
[17-Sep-2023 18:32:34 UTC] PHP Deprecated: Creation of dynamic property nsc_bar_frontend::$dataLayerName is deprecated in /data/web/e14661/html/apps/wordpress-xxxxxx/wp-content/plugins/beautiful-and-responsive-cookie-consent/class/class-nsc_bar_frontend.php on line 47
[17-Sep-2023 18:32:34 UTC] PHP Deprecated: Creation of dynamic property nsc_bar_frontend::$container is deprecated in /data/web/e14661/html/apps/wordpress-xxxxxx/wp-content/plugins/beautiful-and-responsive-cookie-consent/class/class-nsc_bar_frontend.php on line 48Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] PHP DeprecatedAny updates planned ?
Forum: Plugins
In reply to: [Share on Mastodon] Suddenly stopped workingI have the same issue. Stopped working, no log entries.
With the latest update all works fine now. Thanks !
Hi
Ok, looks good. I can now select the year BUT it is not saved. After saving the date field is empty. Also an additional text field.
- This reply was modified 1 year, 2 months ago by donsenilo1968.
I saw you released a new version. But the problem with the year and the user image are still there.
The year is there but hidden under the month:
https://abload.de/img/screenshot-so03.09.2052fte.jpg
The picture upload works but gets overwritten by Gravatar.
- This reply was modified 1 year, 2 months ago by donsenilo1968.