Forums

This thread has been removed by Zaralin.

Bar progression

  • #1

    Hi everybody,

     

    I have a little problem with the Dragon soul bar progress, like you can see in the attachement picture...

     

    Do you know, what is my problem ?

     

    Thanks in advance.

     

    Attachments
    • bug_progress.JPG
      bug_bar_progress
  • #2

    It's not a bug, the Developers haven't made the background yet (almost two months after patch 4.3's release date).

    Can't really blame wowstead over curse's greed.

  • #3

    Added my own images for Dragon Soul for the widget and the progression page until they finish the update
    If any premium users would like to use them add the following to your CSS
    You can see my backgrounds on my test site HERE
    And on my progression page HERE

    .progression-trophy .instance-dragon-soul {
        background: url("http://media.wowstead.com/attachments/355/738/634596949975290222.png") repeat scroll left top transparent;
        border-color: #433826;
    }
    .progression-trophy .instance-dragon-soul .progression-hard, .progression-trophy .instance-firelands .killshots li {
        border-color: #433826;
    }
    .progression-trophy .instance-dragon-soul .progression-bar {
        background-image: url("http://media.wowstead.com/attachments/355/716/634596922394022222.png");
    }
    .widget .guild-progression .progression-bars .difficulty {
        background: url("http://media.wowstead.com/attachments/355/718/634596923257170222.png") no-repeat scroll 0 -24px transparent;
        height: 23px;
        width: 200px;
    }
    .widget .guild-progression .progression-bars .difficulty-0 .bar {
        background: url("http://media.wowstead.com/attachments/355/718/634596923257170222.png") no-repeat scroll 0 0 transparent;
        border-right: 1px solid green;
        height: 23px;
    }
    .widget .guild-progression .progression-bars .difficulty-1 .bar {
        background: url("http://media.wowstead.com/attachments/355/718/634596923257170222.png") no-repeat scroll 0 0 transparent;
        border-right: 1px solid #982626;
        height: 23px;
    }
    .widget .guild-progression .zone.dragon-soul10 .progression-bars .difficulty {
        background-position: -1011px -24px;
    }
    .widget .guild-progression .zone.dragon-soul10 .progression-bars .difficulty-0 .bar {
        background-position: -1011px 0;
    }
    .widget .guild-progression .zone.dragon-soul10 .progression-bars .difficulty-1 .bar {
        background-position: -1011px 0;
    }
    .widget .guild-progression .zone.dragon-soul25 .progression-bars .difficulty {
        background-position: -1011px -24px;
    }
    .widget .guild-progression .zone.dragon-soul25 .progression-bars .difficulty-0 .bar {
        background-position: -1011px 0;
    }
    .widget .guild-progression .zone.dragon-soul25 .progression-bars .difficulty-1 .bar {
        background-position: -1011px 0;
    }

  • #4

    Hi Pyx,

    Thanks a lot for your coade it works find :D

  • To post a comment, please login or register a new account.
Login toCurse

Don't have an account?Create One