Dev49.net
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Not working on local dev environmentHi 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, 6 months ago by Dev49.net.
Thank you, released in 2.2.7 🙂
Forum: Plugins
In reply to: [WP First Letter Avatar] Hebrew lettersHi 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
DWHi there,
Thanks for your input!
There is a public repository available – https://github.com/Dev49net/wp-first-letter-avatar
Would you mind creating a pull request with description and explanation of your changes?Cheers,
DanForum: Plugins
In reply to: [WP First Letter Avatar] Problem with Use Gravatar CheckGreat to know, thanks.
If you are happy with the plugin and support, please consider leaving a rating 🙂DW
Forum: Plugins
In reply to: [WP First Letter Avatar] Problem with Use Gravatar CheckWell, 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
In reply to: [WP First Letter Avatar] Problem with Use Gravatar CheckHi 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
In reply to: [BuddyPress First Letter Avatar] aint workingThat’s great, thanks for letting me know. If everything is working correctly, please consider leaving a 5* rating – https://ww.wp.xz.cn/support/view/plugin-reviews/buddypress-first-letter-avatar 🙂
DW
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Letter avatars not working on GroupsFix has been released, I’m marking this as resolved.
Thanks for the report!Dan
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Letter avatars not working on GroupsProblem identified, fix is coming shortly.
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Letter avatars not working on GroupsHi 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 WroblewskiForum: Plugins
In reply to: [BuddyPress First Letter Avatar] aint workingHi 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 WroblewskiForum: Plugins
In reply to: [WP First Letter Avatar] Change mystery avatarHi 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 WroblewskiForum: Plugins
In reply to: [BuddyPress First Letter Avatar] Hide First Letterr on GroupsThat’s great, thanks for letting me know.
Please remember to do the same thing after updating the plugin.Kind regards,
Daniel WroblewskiForum: Plugins
In reply to: [BuddyPress First Letter Avatar] Hide First Letterr on GroupsHmm, you want to hide all group avatars? Try changing this line to this:
} else if ($object == 'group'){ return '';