Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22399

    Hello

    I’ve tried many audio players with enfold ans most have problems. The only one which is ok is

    http://wordpress.org/extend/plugins/wp-miniaudioplayer/

    but ther is a problem with the displaying of the player, which is fine with other theme…

    Do I have to change something in the css?

    thanx a lot and bravo for the magnificent theme!

    #115658

    Hey!

    Please post a link to a page where you’re using the player and we’ll try to help you.

    Best regards,

    Peter

    #115659
    #115660

    Hi funkybytes7,

    In that plugins css, the height is too small on the audio player for some reason. You can overwrite it with:

    .mbMiniPlayer table span{
    height: 25px!important;
    }

    and for the track title:

    .mbMiniPlayer table span.map_title {
    height: 15px !important;
    }

    Add that to the themes custom.css file or Quick CSS field in the styling tab of the theme options. If that doesn’t do it, you’ll need to add it to the bottom of the plugins style.css file (if its getting added after the theme styles).

    Regards,

    Devin

    #115661

    thanx a lot. It works when the code is added to tbe quick css. It seems than the plugin css is inactive…

    you’re great!

    #115662

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold audio players’ is closed to new replies.