Support » Plugin: Recent Comments with Avatars » [Plugin: Recent Comments with Avatars] Installing multiple instances of this widget?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter aliceralph

    (@aliceralph)

    Anyone? *hopeful*

    Thread Starter aliceralph

    (@aliceralph)

    Hello again

    I am about to uninstall this plugin and try a different route. Just wondering if there is anybody who has an answer to the above, one last time before I scrap the idea?

    Thanks

    Alice

    Wukung

    (@wukung)

    Hello!

    What “different route” did you find out, because I am about to uninstall the plugin too.

    Thanks
    Andreas

    Thread Starter aliceralph

    (@aliceralph)

    Hi Andreas

    In the end I just removed avatars altogether and just show “latest comments” in
    <li> format. Bit of a shame but had already wasted too much time playing with plugins. Sorry I can’t be more help!

    Wukung

    (@wukung)

    Hello Alice!

    Thank you for your feedback. For hours I tried all possible CSS-magic to make the 2nd column a bit smaller. Without success, because I see no way to address the “td” of column #2. Every “td-magic” works with both…

    http://www.cjd-update.de

    However…

    Have a nice weekend.
    A

    Thread Starter aliceralph

    (@aliceralph)

    Looks good!

    When changing columns, can’t you just apply width to the #primary and #secondary ID’s?

    eg.

    #secondary {
    max-width: 100px; }

    Is this what you mean?

    Wukung

    (@wukung)

    Exactly, good idea, thank you! Do you mean something like this

    table#recentcomments col#secondary {
    max-width: 100px;
    }

    ?

    Unfortunately… it doesn’t work ;-((((

    And styles like this (already applied):

    table#recentcomments td {
    padding:5px;
    vertical-align:top;
    }

    work for “everybody” of the “tds”…

    Thread Starter aliceralph

    (@aliceralph)

    On table#recentcomments td you could add “max-width: 160px”. This would stop the end of the comments disappearing. For example:

    table#recentcomments td {
    padding: 5px;
    vertical-align: top;
    max-width: 160px !important;
    }
    Wukung

    (@wukung)

    IT WORKS!!!

    Alice, you really saved my weekend. And I learnd something new again.

    Thank you very much.

    I wish I could repay your help!

    Best wishes!
    Andreas

    Thread Starter aliceralph

    (@aliceralph)

    Haha 🙂 No worries, it was my pleasure to help.

    Have a good weekend

    Alice

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Recent Comments with Avatars] Installing multiple instances of this widget?’ is closed to new replies.