Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cyrilfb

    (@cyrilfb)

    Trumani: The only real tie is my timeline.
    I decided to start the blog because I was doing music and wanted people to hear it. Then, the cancer was diagnosed and I discovered that it was rare and many people had no information about it.
    Basically, I was a little too lazy to have 2 blogs.
    Thanks for your interest,
    Cy Ball

    Thread Starter cyrilfb

    (@cyrilfb)

    The problem of the graphics wrapping on itself and not drawing correctly and incorrect time display was resolved. The player and some information text about the music are always shown in an html table. I finally fixed it by using style entries like this:

    css:

    /* mods for music player tables */
    table.player {table-layout: fixed; width: 100%;}
    td.player {word-wrap: break-word;}

    On my music page:

    <table class="player">
    <tr>
    <td>[haiku url="GuitarBallad.mp3"]</td>
    <td class="player">Guitar Ballad - Electronic guitar - 9 December 2013.</td>
    </tr>

    I also changed to the twentythirteen theme which helped the poorly drawn play button.

    It still will play multiple mp3s at once if the player is on a page multiple times. Has no one got a fix for that?

    My website music page is: https://cyrilfb.com/music/

    I cannot find a way to allow download from the embedded player.
    Does anyone know how?

    cyrilfb.com

    Cy

    Sorry, hit enter too soon.
    I also need to know if there is a download button that can be added to the audio player.

    Cy

    I totally agree with UnderABrightSky. It’s not an improvement unless we are given documents on how to use it.
    I would really love to see answers to his questions using shortcodes, but if that is not possible at least what code to change and where.

    Thread Starter cyrilfb

    (@cyrilfb)

    My site is cyrilfb.com.
    However, I removed Haiku version 1.0.0 and reinstalled version 0.4.6. So you will not be able to see the problems.
    WordPress 3.5.1 is the version of WordPress.
    The theme is “Music Theme” from Top Free WordPress Themes

    1. Installation deleted the settings that I already had for Haiku 0.4.6. Fortunately it was easy to fix because there are not many settings.
    2. I chose to show the standard graphic and the play bar had a line extending from the left bottom edge to the left.
    3. When I chose to show the play time, the time was displayed at the bottom of the play bar, overlapping the play bar and white space beneath the play bar.
    4. When there are multiple pieces on a page, Haiku version 0.4.6 would stop a playing mp3 when you pushed the play bar on a different mp3. This new version does not.

    Thanks for your attention to this.
    Cy

Viewing 6 replies - 1 through 6 (of 6 total)