Viewing 13 replies - 1 through 13 (of 13 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    This is pretty much a CSS issue, and due to the nature of CSS, our plugin can inherit styles from your theme that affect it in unexpected ways at times. I would need to see a live link to pinpoint exactly what css is causing it and where it’s coming from, as well as be able to provide a custom snippet to fix the issue.

    Thread Starter KCDan

    (@kcdan)

    Thanks Michael

    is there a way to message you with log on details

    thanks

    Dan

    Thread Starter KCDan

    (@kcdan)

    I have a demo account set up for you Michael, this will allow you to log in, and see the badges you have earned once you navigate to a specific course

    look forward to hearing from you

    Dan

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Just send the login creds to michael @ webdevstudios.com and I’ll get them.

    If manually emailing instead of letting WP email the details, please provide a link to this thread as well so I can keep track of things.

    Thread Starter KCDan

    (@kcdan)

    Hi Michael

    emailed, but will email again with thread link, missed that

    cheers

    Dan

    Thread Starter KCDan

    (@kcdan)

    it does not matter now Michael

    i had to take the project live

    thanks anyway

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Sorry I wasn’t able to get around to it soon enough KCDan. Let me know if you still want me to look at it, it’s not too late

    Thread Starter KCDan

    (@kcdan)

    I have turned it back on for the night Michael, I had to turn it off today as i started getting emails from people saying it was not displaying properly

    if you get a chance to look, that would be great, if not I will have to turn it off again tomorrow am

    thanks Michael

    Dan

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    It’s giving me invalid user name errors at the moment. ??

    If we need to hold off temporarily, I’m fine with that, I just don’t want to disregard it completely. I’d prefer to figure out what’s going on and get it fixed.

    Thread Starter KCDan

    (@kcdan)

    reset the password to

    badge2

    working just tried it, sorry about that, not sure what happened

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Looking over our code, and the user widget, we’re trying to fetch an image of the specified achievement image at a 50px by 50px size. However, the closest size it’s finding to that is 90px by 90px, which explains why it’s spilling over the text.

    Some quick css that you can add that should take care of this is:

    .widget-achievements-listing img {
        width: 50px;
    }

    Let me know if that works out for you. Remember to delete any cache you may have going on already, if you’re not seeing it right away.

    Thread Starter KCDan

    (@kcdan)

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Awesome to hear Dan.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Widget not displaying correctly’ is closed to new replies.