Title: Float progress issue !
Last modified: August 31, 2016

---

# Float progress issue !

 *  Resolved [nasariasl](https://wordpress.org/support/users/nasariasl/)
 * (@nasariasl)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/float-progress-issue/)
 * hi,
    pls see this one ! : [http://i63.tinypic.com/2mgjd6d.png](http://i63.tinypic.com/2mgjd6d.png)
 * I am using the latest version.
    And also the default settings. So what’s the 
   problem then? Why the floating Progress & wrong position ?
 * [https://wordpress.org/plugins/wavesurfer-wp/](https://wordpress.org/plugins/wavesurfer-wp/)

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

 *  Plugin Author [X-Raym](https://wordpress.org/support/users/x-raym/)
 * (@x-raym)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7051823)
 * That’s a premiere,
    Try deactivating all CSS to see if it is a CSS issue.
 *  [hawthonn](https://wordpress.org/support/users/hawthonn/)
 * (@hawthonn)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052292)
 * Hi – Love the player to bits, but am having the same issue as above, see:
 * [http://i63.tinypic.com/1zokj1x.jpg](http://i63.tinypic.com/1zokj1x.jpg)
 * Getting a floating soundwave above the actual player, and the progress colour
   isn’t showing behind the progress bar.
 * Would buy someone a coffee if anyone could help resolve this issue…
 * Thanks,
 * Sam
 * PS – I’m using Firefox, and just tested it in IE and the same thing happened,
   only the main player soundwave isn’t display in addition to the float issue.
 * PPS – Please couch any answers in terms a code ignoramus could understand 😉 
   Thanks again.
 *  Plugin Author [X-Raym](https://wordpress.org/support/users/x-raym/)
 * (@x-raym)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052293)
 * **[@hawthonn](https://wordpress.org/support/users/hawthonn/)**
    Try with a different
   theme, like the flat buttons with icons only If it still doesn’t work, please
   show us your webpage so that we can investigate.
 *  [hawthonn](https://wordpress.org/support/users/hawthonn/)
 * (@hawthonn)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052294)
 * Does the same with flat buttons, you can see a live example of the issue on my
   site here:
 * Thanks a million by the way – this player looks so much better than all the others
   that I tried I’d be so happy if I could get it running flawlessly.
 * Best,
 * Sam
 *  [hawthonn](https://wordpress.org/support/users/hawthonn/)
 * (@hawthonn)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052295)
 * Not sure if that link posted properly, the url is:
 * [http://theopod.com](http://theopod.com)
 *  Plugin Author [X-Raym](https://wordpress.org/support/users/x-raym/)
 * (@x-raym)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052297)
 * So, line 67 of your styles.css
 *     ```
       audio,
       canvas,
       video {
           display: inline-block;
           max-width: 100%;
       }
       ```
   
 * This cause problem.
 * Add this at the end.
 *     ```
       canvas {
           max-width: none;
       }
       ```
   
 * I may include this rule in the next release.
 * You should also consider having very different color for the two waveforms, it
   will make debugging far more easier, and will me more ergonomical for your users.
 * (unrelated: also, consider using a child theme if you don’t use one).
 * I don’t drink coffee but [donations](http://extremraym.com/donation) are very
   welcome. 😛
 * Cheers !
 *  [hawthonn](https://wordpress.org/support/users/hawthonn/)
 * (@hawthonn)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052298)
 * That’s absolutely perfect. Thank you my friend! You have made another human being
   very happy :)))
 * A little thank you donation will be winging its way over to you.
 * Keep up the fantastic work!
 * Sincerely,
 * Sam
 * PS – I will have to research child themes, but until I figure them out I’m keeping
   a record of all code tweaks, so I can reproduce them after any updates occur.
   Thanks again.
 *  Plugin Author [X-Raym](https://wordpress.org/support/users/x-raym/)
 * (@x-raym)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052299)
 * You are welcome 🙂
 * About child themes, consider thesereadings:
    [How to Create a WordPress Child Theme – WPMU DEV](https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/)
 * Good luck in your project !

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

The topic ‘Float progress issue !’ is closed to new replies.

 * ![](https://ps.w.org/wavesurfer-wp/assets/icon-128x128.png?rev=1295137)
 * [WaveSurfer-WP](https://wordpress.org/plugins/wavesurfer-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wavesurfer-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wavesurfer-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/wavesurfer-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wavesurfer-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wavesurfer-wp/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [X-Raym](https://wordpress.org/support/users/x-raym/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/float-progress-issue/#post-7052299)
 * Status: resolved