Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor Codeart

    (@codeart)

    We never experienced this on any sites we have tested nor anyone else had issues with this.
    It might be issues with your site or the flash player you use on your computer.

    Could you give me the link to your site where you experience these issues?

    Sorry to resurrect an old thread, but I’m having the same problem here.

    Audio is at the bottom of the post. It’s twenty minutes long. Not only can you not see how long the clip is from looking at the player, but you also can’t skip around within the player by clicking the “play head”.

    https://dadditudes.com/2013/05/16/robert-egger-providing-the-tools-to-change-the-world/12108/

    Plugin Contributor Codeart

    (@codeart)

    Hi crsneilhedley,

    Can you test 2-3 more other mp3 files and let me know if you experience the same problems with those aswell.

    Thanks

    This is the third audio clip I’ve posted with this plugin. Removed the other two because of the same issue.

    Plugin Contributor Codeart

    (@codeart)

    We have updated the plugin.

    You can move from the flash version to the new HTML 5 version.

    Thanks

    Just updated the plugin and all the mp3 files links and code for the player are missing. I’m rebuilding the pages and I’m using this code
    [ca_audio url_mp3="https://www.angiolettochecucina.it/wp-content/uploads/2013/06/tranci_di_tonno_mediterraneo.mp3" width="450" height="34" css_class="codeart-google-mp3-player" autoplay="false" download="false" html5="true" skin= "small"]
    and having this page.
    No way to center the player in the middle of the main content, under the image (that is always 450 pxl wide). How to center the player in general? In other places of the site (sidebar, home page) I created a player with the same width of the sidebar and so on, so it is something like “centered” … Please, it’s urgent, my pages are messy … Thanx

    Plugin Contributor Codeart

    (@codeart)

    Hi Kkriss,

    You can use the css class and two lines of css to center it.

    I suggest you to use the default css class “codeart-google-mp3-player” for that and to change the other embeded players’ class (for example in the sidebar) to something else.

    So you would add this to your css stylesheet.

    .codeart-google-mp3-player{
    position:relative;
    margin:0 auto;
    width:450px;
    }
    Plugin Contributor Codeart

    (@codeart)

    BTW we will be adding the centering option to the next version which will be out very soon as i expect it to have some bugs with this one which we would immediately fix.

    Thanks

    Hi. Thanx for your answers.
    I’ve added the following code to my css

    .codeart-google-mp3-player{
    position:relative;
    margin:0 auto;
    width:450px;
    }
    .codeart-google-mp3-player-280{
    position:relative;
    margin:0 auto;
    width:280px;
    }

    and applied the right class to the shortcodes, as per needed dimension. It works, but in the second one (280px), the player is always the small one, whatever I choose (regular,small or nothing). Please see here
    Is it possible to modify something? I look forward the next version…
    Thanx

    Plugin Contributor Codeart

    (@codeart)

    Hi kkriss,

    There is new update available.

    Let me know if it solved your problems.

    Thanks

    Hi. I don’t see any update warning in my WP dashboard. Why? Should I update from FTP?

    It works! Updated the plugin from the dashboard, changed the shortcode adding the NEW align=”center” in the home page, posts, pages and sidebar. It aligns always at the center in any case. I see the best height is about 34 – 36 px, and it’s perfect. Thank you so much.
    p.s. do you like the way I implemented the player in my site? ??
    p.s. when should be possible to use the player as multiple player with a playlist? …

    I really do love this player but on my website it isn’t fully showing up correctly. Please help! Here is my site

    Plugin Contributor Codeart

    (@codeart)

    jessicashackelford since you have changed the plugin we can not help you or see where the problem lies.

    Thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin: CodeArt – Google MP3 Player] Song Position bar not moving and no total time displayed’ is closed to new replies.