Viewing 15 replies - 1 through 15 (of 19 total)
  • Theme Author nobita

    (@nobita)

    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.

    Thread Starter atfpodcast

    (@atfpodcast)

    Im not good at this. how do I find this out? Video is showing. Is that Java?

    Theme Author nobita

    (@nobita)

    do below

    reset your plugins folder via FTP or the file manager provided in your host’s control panel.

    1. Via FTP or your host’s file manager, navigate to the wp-contents folder (directory)
    2. Via FTP or your host’s file manager, rename the folder “plugins” to “plugins.hold”
    3. 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

    Thread Starter atfpodcast

    (@atfpodcast)

    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.

    Thread Starter atfpodcast

    (@atfpodcast)

    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.

    Theme Author nobita

    (@nobita)

    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

    Thread Starter atfpodcast

    (@atfpodcast)

    Weird I wonder why it wont work on my firefox. Im going to have to spend monday doing test.

    Thread Starter atfpodcast

    (@atfpodcast)

    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?

    Theme Author nobita

    (@nobita)

    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.

    Thread Starter atfpodcast

    (@atfpodcast)

    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

    Theme Author nobita

    (@nobita)

    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.

    Thread Starter atfpodcast

    (@atfpodcast)

    Added it and will check the error logs in a few hours

    Theme Author nobita

    (@nobita)

    Are you this question, I changed to resolved?

    Thread Starter atfpodcast

    (@atfpodcast)

    the embedded audio player still does not work in my firefox

    Theme Author nobita

    (@nobita)

    As unresolved, that this problem is continuing

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Does the embedded audio not work?’ is closed to new replies.