Glad you like the plugin!
The z-index of the progress bar is 99, so if there is a submenu on your site that appears on top of it, apparently the z-index of it is greater than that. So you should try something higher like 999 or 9999. The selector you want is #wtr-progress so you can try something like:
#wtr-progress {z-index:9999}
As for the time commitment on CPTs, I will add that to the update list for a future version, thanks!