Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author brianmcculloh

    (@brianmcculloh)

    Looks like a z-index issue. Your theme is covering up the progress bar, so you’ll need to increase the z-index of the bar. By default the z-index of the progress bar is 99, but by the looks of it, you’ll need to up it to 9999. So add this somewhere in your theme options if there is a place to input custom css, or add it to your theme’s stylesheet somewhere:

    #wtr-progress {z-index:9999 !important}

    Thread Starter PalateXposure

    (@palatexposure67)

    Thank you! That fixed it!

    Plugin Author brianmcculloh

    (@brianmcculloh)

    Great, thanks for following up!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Progress bar not displaying’ is closed to new replies.