Title: Dev49.net's Replies - page 2 | WordPress.org

---

# Dev49.net

  [  ](https://wordpress.org/support/users/dev49net/)

 *   [Profile](https://wordpress.org/support/users/dev49net/)
 *   [Topics Started](https://wordpress.org/support/users/dev49net/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dev49net/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dev49net/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dev49net/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dev49net/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dev49net/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 147 total)

[←](https://wordpress.org/support/users/dev49net/replies/?output_format=md) [1](https://wordpress.org/support/users/dev49net/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/dev49net/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dev49net/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dev49net/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Not working on local dev environment](https://wordpress.org/support/topic/not-working-on-local-dev-environment/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/not-working-on-local-dev-environment/#post-8455279)
 * Hi there,
    The avatars are fetched using Gravatar. Gravatar grabs the user image,
   downloads it to their servers and serves it from there. Since you are developing
   locally, Gravatar cannot fetch this image.
 * If you uncheck “Enable Gravatars” in my plugin settings, the images will not 
   be passed through Gravatar, they will be served directly from your localhost 
   and it will work.
 * Gravatar needs to be serving the image, because we cannot check whether user 
   has Gravatar or not – so we cannot know wheter to show Gravatar or letter avatar.
   By passing URL through Gravatar, we are basically saying to Gravatar “if this
   user has Gravatar -> show gravatar, if not -> show the image located in this 
   URL”.
 * Marking this one as resolved – not really an issue, just a way things have to
   work. If you open up your local environment so that Gravatar could access it,
   it will work.
 * Kind regards,
    Daniel Wroblewski
    -  This reply was modified 9 years, 8 months ago by [Dev49.net](https://wordpress.org/support/users/dev49net/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Fix for passing the arguments in the get_avatar filter](https://wordpress.org/support/topic/fix-for-passing-the-arguments-in-the-get_avatar-filter/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/fix-for-passing-the-arguments-in-the-get_avatar-filter/#post-8428540)
 * Thank you, released in 2.2.7 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Hebrew letters](https://wordpress.org/support/topic/hebrew-letters/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/hebrew-letters/#post-8421459)
 * Hi there,
    At this point this is not possible. However, the plugin is open source,
   so if you are willing to create a letters set and contribute to the plugin on
   the GitHub repository, that would be appreciated 🙂
 * Kind regards
    DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Fix for passing the arguments in the get_avatar filter](https://wordpress.org/support/topic/fix-for-passing-the-arguments-in-the-get_avatar-filter/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/fix-for-passing-the-arguments-in-the-get_avatar-filter/#post-8401144)
 * Hi there,
    Thanks for your input! There is a public repository available – [https://github.com/Dev49net/wp-first-letter-avatar](https://github.com/Dev49net/wp-first-letter-avatar)
   Would you mind creating a pull request with description and explanation of your
   changes?
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Problem with Use Gravatar Check](https://wordpress.org/support/topic/problem-with-use-gravatar-check/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problem-with-use-gravatar-check/#post-7640752)
 * Great to know, thanks.
    If you are happy with the plugin and support, please 
   consider **[leaving a rating](https://wordpress.org/support/view/plugin-reviews/wp-first-letter-avatar?rate=5#postform)**
   🙂
 * DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Problem with Use Gravatar Check](https://wordpress.org/support/topic/problem-with-use-gravatar-check/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problem-with-use-gravatar-check/#post-7640683)
 * Well, the only way to find out what is going on is to keep deactivating plugins
   and themes. First thing I would do is to temporary switch to to WordPress base
   theme, such as Twenty Fifteen for example. Maybe your theme implements some custom
   comments functions.
    If it doesn’t help, you should turn your attention to plugins.
   First you should turn them all off. And then keep turning them on one by one 
   to see which one is causing a conflict. Once we get to the conflicting plugin/
   theme, I will be able to see what exactly is happening there. It’s important 
   to start from basics – base theme + no plugins. This setup must be working 🙂
 * DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Problem with Use Gravatar Check](https://wordpress.org/support/topic/problem-with-use-gravatar-check/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problem-with-use-gravatar-check/#post-7640615)
 * Hi there,
    Are you using any other avatar plugin? After you turn off my plugin,
   does your gravatar show up in your admin profile?
 * DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] aint working](https://wordpress.org/support/topic/aint-working/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/aint-working/#post-7559431)
 * That’s great, thanks for letting me know. If everything is working correctly,
   please consider leaving a 5* rating – [https://wordpress.org/support/view/plugin-reviews/buddypress-first-letter-avatar](https://wordpress.org/support/view/plugin-reviews/buddypress-first-letter-avatar)
   🙂
 * DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Letter avatars not working on Groups](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/#post-7558646)
 * Fix has been released, I’m marking this as resolved.
    Thanks for the report!
 * Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Letter avatars not working on Groups](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/#post-7558645)
 * Problem identified, fix is coming shortly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Letter avatars not working on Groups](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years ago](https://wordpress.org/support/topic/letter-avatars-not-working-on-groups/#post-7558449)
 * Hi there,
    Thanks for the report. I will look into it, however I am having a 
   very busy schedule recently and I do not have enough time to take care of my 
   open source projects. I’ll try to work on the plugin before the end of July, 
   but I cannot make any promises 🙁 This is the first time I am hearing about this
   error, so maybe you can try to debug it yourself – please try deactivating all
   plugins except for BuddyPress and BuddyPress First Letter Avatar. Also, please
   switch your theme to Twenty Fifteen or Twenty Sixteen. If this will get rid of
   the error, please change the theme to the one you are using and keep activating
   the plugins you had activated one by one and see if any of them makes the error
   appear again. Maybe there is some conflicting plugin – we will be able to verify
   that by doing this procedure.
 * Kind regards,
    Daniel Wroblewski
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] aint working](https://wordpress.org/support/topic/aint-working/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years ago](https://wordpress.org/support/topic/aint-working/#post-7559252)
 * Hi there,
    Please try deactivating all plugins except for BuddyPress and BuddyPress
   First Letter Avatar. Also, please switch your theme to Twenty Fifteen or Twenty
   Sixteen. If this will get rid of the error, please change the theme to the one
   you are using and keep activating the plugins you had activated one by one and
   see if any of them makes the error appear again. This will be help us diagnose
   which plugin is conflicting.
 * Kind regards,
    Daniel Wroblewski
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Change mystery avatar](https://wordpress.org/support/topic/change-mystery-avatar/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years ago](https://wordpress.org/support/topic/change-mystery-avatar/#post-7527870)
 * Hi there,
    You need to place the image in each of the folders in my plugin directory(
   wp-first-letter-avatar/images/default). There is a folder for each size (48, 
   96, 128, 256, 512). In each of this folder you need to place your image and name
   it, for example, new_mystery.png. Then in my plugin settings you need to specify
   the name as “new_mystery” and everything should be working fine. Please keep 
   in mind that these files will be deleted when my plugin is updated, so it’s best
   to keep backup.
 * Kind regards,
    Daniel Wroblewski
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Hide First Letterr on Groups](https://wordpress.org/support/topic/hide-first-letterr-on-groups/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-first-letterr-on-groups/#post-7427261)
 * That’s great, thanks for letting me know.
    Please remember to do the same thing
   after updating the plugin.
 * Kind regards,
    Daniel Wroblewski
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Hide First Letterr on Groups](https://wordpress.org/support/topic/hide-first-letterr-on-groups/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/hide-first-letterr-on-groups/#post-7427248)
 * Hmm, you want to hide all group avatars? Try changing this line to this:
    `} 
   else if ($object == 'group'){ return '';`

Viewing 15 replies - 16 through 30 (of 147 total)

[←](https://wordpress.org/support/users/dev49net/replies/?output_format=md) [1](https://wordpress.org/support/users/dev49net/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)…
[8](https://wordpress.org/support/users/dev49net/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dev49net/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dev49net/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)