• Resolved GAPD

    (@gapd)


    Hi, I had installed this in the Minuet theme and it looked as it should. But now that I’ve moved it to a different site using Twenty Thirteen theme, the album title, song title and progress bar show up under the album cover instead of to the right. And in doing that, the album title is right up against the album cover image.

    https://wordpress.org/plugins/html5-jquery-audio-player/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Please post a link to your site so I can take a look and try to help you further with this.

    Thanks

    Thread Starter GAPD

    (@gapd)

    Plugin Author Maeve Lander

    (@enigmaweb)

    Cool – it looks like the width of the player here is just a little too small to hold all the elements. If you increase the width slightly it all jumps back to how it’s meant to display.

    .ttw-music-player {
    width: 470px !important;
    }

    Try adding this to your theme code.

    It’s possible you already tweaked the css in your old theme, but in switching themes this was lost.

    Thread Starter GAPD

    (@gapd)

    Does this go on the Styleseet? I tried it there, but no change.

    Thread Starter GAPD

    (@gapd)

    Hi, can you let me know where this code gets added? I’ve tried adding it to the style sheet, but it did not have any affect.
    Thanks,
    G.

    Thread Starter GAPD

    (@gapd)

    Hi, any chance you can help me to get the player to work properly? Still have not had a response for 2 weeks. Need to finish the web site this week.
    Thanks,
    G.

    Plugin Author Maeve Lander

    (@enigmaweb)

    You just need to add that code to your active theme css.
    I checked your site again and I can see the width is still only 370px. You need to make it wider to fit all the elements.

    Thread Starter GAPD

    (@gapd)

    I added the code to the style sheet 2 weeks ago. It has not had any affect. Am I adding it in the wrong place?

    Thread Starter GAPD

    (@gapd)

    Ok, now I see. It is the HTML5 Player’s CSS file, not the Twenty Thirteen CSS file that it gets added to.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Player Looks Different Than Demo in Twenty Thirteen’ is closed to new replies.