Does the embedded audio not work?
-
I uploaded an mp3 and used the embedded player and its working when I am editing the page but wont come show up for playback
I see this when Im in the editor
http://www.steveperryfanclub.org/images/audio1.jpgThis is what I see from that page in the front end.
http://www.steveperryfanclub.org/images/audio2.jpgVideo works just not audio.
-
I’m tested below
http://www.tenman.info/wp3/manualraindrops/files/mp3-check.gif
Theme development process, there is not memory that became non-display
but Audio playlist is sometimes vanish.
Please check javascript conflict
Thank you.
Im not good at this. how do I find this out? Video is showing. Is that Java?
do below
reset your plugins folder via FTP or the file manager provided in your host’s control panel.
- Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
- Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
- Login to your WordPress administration menus (/wp-admin)
http://codex.wordpress.org/FAQ_Troubleshooting
and switch theme from raindrops to twentyfourteen.
mp3 shows correctory ?
‘yes’ then switch theme from twentyfourteen to raindrops.
mp3 shows correctory ?
‘yes’ them below
Via FTP or your host’s file manager, rename “plugins.hold” back to “plugins”
wp3 shows correctory ?
‘no’ then dashboard / plugins / deactivate all pluings.
The plug-in one by one, while activated, which plug-in, it is checked whether an impact on the display
Thank you.
Video is showing. Is that Java?
Youtube url video using iframe(Oembed), PressThis bookmarklet using object element,
mp3, use javascript for audio controller.
only useing embed element is no need javascript
before i do this. I am seeing this in the error console.
TypeError: match is null all-access:668
Use of attributes’ nodeValue attribute is deprecated. Use value instead.It seems to be firefox. The other browsers do no do it.
Here is something weird, I was lokoing at my themes and did live preview and everything worked. when I come back to raindrop it stopped so something is causing conflict with firefox.
I come back to raindrop it stopped so something is causing conflict with firefox.
Raindrops audio with firefox works properly on my WordPress
http://www.tenman.info/wp3/manualraindrops/files/audio-firefox.gif
Thank you
Weird I wonder why it wont work on my firefox. Im going to have to spend monday doing test.
I disabled all my plugins and the audio did not work. I found a plugin that messed with my video. my themed login but now video works but still no audio player. Do you think its my browser specifically with raindrops because 2014 theme every thing works.. Do you know how I can get my wordpress info like something that makes a list of plugins,setup etc….
Does Document Type Definition do anything or Accessibility Setting?
Does Document Type Definition do anything or Accessibility Setting?
And accessibility settings, document type does not have a direct relationship, rules about the current accessibility is something which is based on xhtml.
OK I have mine set at html5.
I also turned on wp debug. So far see this:[03-Nov-2014 08:53:24 UTC] PHP Notice: Undefined variable: raindrops_document_type in /public_html/steveperryfanclub.org/wp-content/themes/raindrops/404.php on line 16
[03-Nov-2014 08:53:24 UTC] PHP Notice: Undefined variable: rsidebar_show in /public_html/steveperryfanclub.org/wp-content/themes/raindrops/404.php on line 42
[03-Nov-2014 08:53:24 UTC] PHP Notice: Undefined variable: raindrops_document_type in /public_html/steveperryfanclub.org/wp-content/themes/raindrops/404.php on line 65
Thank you for bug infomation.
404.php missing global variables
Please set below
<?php /** * The template for displaying 404 pages ( Not Found ). * * * @package Raindrops * @since Raindrop 0.1 * * @uses raindrops_prepend_default_sidebar( ) * @uses raindrops_append_default_sidebar( ) */ if ( !defined( 'ABSPATH' ) ) { exit; } /* add this line */ global $rsidebar_show, $raindrops_document_type; /* add this line end */ get_header( $raindrops_document_type );Maybe fixed
Thank you.
Added it and will check the error logs in a few hours
Are you this question, I changed to resolved?
the embedded audio player still does not work in my firefox
As unresolved, that this problem is continuing
The topic ‘Does the embedded audio not work?’ is closed to new replies.
