The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    widget and avatar picture

    Mineko
    Mineko
    Forumember


    Female Posts : 57
    Reputation : 1
    Language : Hungarian
    Location : Hungary

    Solved widget and avatar picture

    Post by Mineko Thu 7 Jan - 12:56

    Hello ^^

    Happy New Year to everyone! Very Happy

    I arrived with two questions/requests. And I hope none of them are unsolvable. ^^

    The first is that even last year, @pedxz helped solve the bottom image of my widgets. However, since then the Lastet/Recent topic section has revolted, and the bottom does not show the image. Sad https://i.imgur.com/st0vqUp.jpg

    The second is where it shows who posted on that topic last. That's where the avatar picture appears. I want a crescent in that corner:
    https://i.imgur.com/As3Vs5j.jpg
    I want this crescent there: http://www.pngall.com/wp-content/uploads/2016/03/Half-Moon-PNG.png

    Thanks in advance <3
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: widget and avatar picture

    Post by tikky Thu 7 Jan - 15:52

    Hello @Mineko,

    About the "Latest topics" here:
    Code:
    #recentTopics > table::after {
        content: url(https://i.imgur.com/eLlcQbw.png);
    }

    About the shape of the moon, add this in your stylesheet:

    Code:
    .boxFRM {
        position: relative;
    }

    .boxFRM::after {
        content: '';
        display: inline-block;
        background-image: url(https://i15.servimg.com/u/f15/19/28/44/36/half-m10.png);
        height: 80px;
        width: 80px;
        position: absolute;
        bottom: -6px;
        right: -9px;
        background-size: cover;
        background-position: center;
        filter: drop-shadow(1px 1px 9px #4f5b77);
    }


    Last edited by pedxz on Fri 8 Jan - 15:00; edited 1 time in total

    TonnyKamper likes this post

    Mineko
    Mineko
    Forumember


    Female Posts : 57
    Reputation : 1
    Language : Hungarian
    Location : Hungary

    Solved Re: widget and avatar picture

    Post by Mineko Thu 7 Jan - 19:10

    I love it. : D The lastet / recent section now works. : D Although there would be so many problems with it that it is a little wider than the others. Yet in theory it is the same 220px wide.

    Um ... That's not exactly what I thought. Sorry-sorry. I didn't explain well enough. Please dont eat me. q.q
    I thought that way. https://i.imgur.com/X2BxJ17.png
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: widget and avatar picture

    Post by tikky Fri 8 Jan - 15:00

    @Mineko: Embarassed Embarassed Embarassed nevermind it was my fault - SORRY pale I changed the code of my first post

    TonnyKamper likes this post

    Mineko
    Mineko
    Forumember


    Female Posts : 57
    Reputation : 1
    Language : Hungarian
    Location : Hungary

    Solved Re: widget and avatar picture

    Post by Mineko Fri 8 Jan - 19:33

    I love it. Seriously. I love it. Thank you very, very, very much. @pedxz widget and avatar picture 1f60d widget and avatar picture 1f60d widget and avatar picture 1f60d

    One question: what can I do with this? q.q
    widget and avatar picture 136985197_3319176498186227_440423019001492022_n.png?_nc_cat=110&ccb=2&_nc_sid=ae9488&_nc_ohc=JmeEoZL4jV0AX8SuGHT&_nc_oc=AQkU2_ztCZHL7Dc76QIX4EwGXhBHwYBN8kpRa2t7iS153SbcA1M7HX-pkbyxympX_gk&_nc_ht=scontent.fqpj1-1
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: widget and avatar picture

    Post by SLGray Fri 8 Jan - 23:02

    If this is solved, please click the green solved button above the topic.



    widget and avatar picture Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Mineko
    Mineko
    Forumember


    Female Posts : 57
    Reputation : 1
    Language : Hungarian
    Location : Hungary

    Solved Re: widget and avatar picture

    Post by Mineko Fri 8 Jan - 23:30

    okay, I just remembered a question >.> related to this, so I didn't indicate that the problem was solved.
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: widget and avatar picture

    Post by tikky Mon 11 Jan - 12:34

    Replace this code:
    Code:
    #recentTopics > table::after {
        content: url(https://i.imgur.com/eLlcQbw.png);
    }

    to:

    Code:
    #recentTopics > table::after {
        content: '';
        display: block !important;
        width: 214px !important;
        background-image: url("https://i.imgur.com/eLlcQbw.png");
        height: 75px;
    }

    TonnyKamper likes this post

    Mineko
    Mineko
    Forumember


    Female Posts : 57
    Reputation : 1
    Language : Hungarian
    Location : Hungary

    Solved Re: widget and avatar picture

    Post by Mineko Mon 11 Jan - 20:11

    Thank you <3
    Thanks @pedxz <3

    tikky likes this post

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: widget and avatar picture

    Post by Ape Mon 11 Jan - 22:33

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    widget and avatar picture Left1212widget and avatar picture Center11widget and avatar picture Right112
    widget and avatar picture Ape_b110
    widget and avatar picture Ape1010

      Current date/time is Sun 22 Sep - 18:36