Topic Resolution: Resolved
  • Closed
  • Victoria
    Spectator
    April 19, 2015 at 10:13 am #16599

    Before I upgraded to Evolve Plus, my “author freshness avatar” was only returning an implode error message.

    Now that I’ve upgraded, I have an avatar picture on my forum parent pages but they’re almost 3x larger than they should be and on the forum topic pages, I have no avatar at all. (At least this is better than the other two issues.)

    How can I get the avatar to consistently show up on all forum topics in a nice size that doesn’t dominate the page?

    You can see the issues with the avatars on my forums at http://briarcraft.net/forums/

    Victoria
    Spectator
    Posts: 16
    April 19, 2015 at 10:15 am #16600

    By the way, using the “link” button/feature when making posts/replies on your forums here causes the posts to fail. Just a heads up.

    Roman
    Spectator
    Posts: 3147
    April 19, 2015 at 11:11 am #16607

    please use this Custom CSS until we get this fixed in the next theme release:

    #bbpress-forums p.bbp-topic-meta img.avatar {
    width:25px;
    height:25px;
    }

    what fail the posting causes 😕

    Victoria
    Spectator
    Posts: 16
    April 19, 2015 at 11:22 am #16610

    Ahhh, much better. Good enough for now.

    ——————

    The issue I had making a post can be repeated doing this:
    Select the link shortcut button
    Input a URL and Title
    Checked the box for “Open page in new window”
    Hit Add Link button
    Submit the post.

    The post registered on my screen but when I went to the forum home the post had not committed. I had to create a new post and paste the link for my website into edit window without the link button to get the post to take. Happy hunting.

    Roman
    Spectator
    Posts: 3147
    April 19, 2015 at 11:32 am #16613

    probably it has something with the default WP comment spam protection, I disabled it..we will see how it goes 😉