• I love this player! It’s working on one site I’ve got up but not working right on another site. Both sites have Elegant Themes templates as their starting points, modified with child themes.

    This site works correctly: https://VocalessenceByAmy.com
    There’s a player under each of the 12 tiles. The playback is correct and the time bar moves smoothly across the player. This is an older version of the plugin because the newer version has a jumpy elapsed time bar, so I went back to the older version which works fine.

    This site (page) is having problems:
    https://thetasound.com/gallery/36th-anniversary-bbq/
    The 3 players (played one at a time) each have elapsed time jerkiness, even with the older version in use. The newer version is much worse in this regard. Also, two people have reported the player not working at all. I believe these people have Mac computers as every Windows computer I’ve tested the player sounds fine (but still has the elapsed time jerkiness). I don’t have any way to test on Macs, but I noticed in your video, it’s a Mac, so maybe you will find the problem.

    Thanks for your help…
    Randy in Los Angeles

    https://www.ads-software.com/plugins/wp-miniaudioplayer/

Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    In the style.css file of your theme you have some css classes that are overwriting the miniplayer one:

    .jp-seek-bar {
        cursor: pointer;
        height: 100%;
    }
    .jp-play-bar {
        height: 100%;
        position: relative;
    }
    .jp-play-bar:before {
        background: url("images/audio_current.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        height: 20px;
        position: absolute;
        right: -10px;
        top: -5px;
        width: 20px;
    }

    Just remove those and the time elapse should work fine.

    For the people who said that the player doesn’t work that could happens if they have an old Flash version running on Firefox (both mac and pc) or IE.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)
  • The topic ‘Time Bar Jerkiness (Win OS) / No Audio (Mac OS)’ is closed to new replies.