C?t?lin Dogaru
Forum Replies Created
-
Forum: Plugins
In reply to: [Avatar Manager] I've translated plugin to Spanish Mexican Language.Any news on this?
Forum: Plugins
In reply to: [Avatar Manager] ShortcodeHi pr.yavis, woetting, wzshop,
I’m sorry for postponing this so long. I wasn’t decided whether to add shortcodes support as I’ve strived to maximize compatibility with themes and plugins that provide front-end profile customizations. Shortcodes are planned for the next release. Thank you for the feature request!
Best,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Display Custom User AvatarSorry, it was temporary disabled. You can try again or use [email protected].
Forum: Plugins
In reply to: [Avatar Manager] Display Custom User AvatarHi Wilz83,
It looks like your theme uses a custom function to display avatars. Please provide me acces to the admin dashboard. Use this form to contact me.
Best,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Duplicated Sentences in Vantage AppTheme Register Page.Hi modima65,
Do you have this issue with another theme? If not, please contact the Vantage theme support. I would be happy to help but I’am unable to provide further support as I don’t own a copy of this theme.
Best,
C?t?linForum: Plugins
In reply to: [Avatar Manager] I've translated plugin to Spanish Mexican Language.Hey modima65,
Thank you for choosing to contribute to Avatar Manager! Please create a new pull request containing the translation or if your prefer just email it using this contact form (I’ll reply back so you can attach the files).
Best,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Disabling gravatar sitewideHi hdfssk,
No, the aim of the plugin is to provide an option to choose between Gravatar or a self-hosted avatar (not to remove it). I’ll consider this as a feature request.
You may want to try out the WP User Avatar plugin. It has a feature to disable Gravatar.
Please let me know if there is anything else I can do to help.
Best,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Avatar keeps disappearingHey FABKUni,
It’s a known bug. It was fixed in this pull request but it’s not yet included in a release. Please use the dev version until I’ll package a new release.
Best regards,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Can't edit posts with this plug-in activated.Hey tekboss,
Sorry for the late reply. Have you found any solution? I’ve set up a fresh install of WP with all mentioned plugins; still can’t reproduce the issue. Maybe it’s caused by a combination of your theme and some plugins? I’ve tested it with the default theme and everything seems to work normally. Please let me know how can I help.
Best regards,
CatalinForum: Plugins
In reply to: [Avatar Manager] pt_BR TranslationHey mauriciogofas,
Thanks for choosing to contribute to Avatar Manager!
Forum: Plugins
In reply to: [Avatar Manager] Can't edit posts with this plug-in activated.Hello tekboss,
I can’t reproduce the issue. Can you list your installed plugins (and which are active) or a link to your website?
Thank you,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Adding plugin to core?Hey PJ,
I’ve just posted an update. Let’s move the discussion there ?? Thanks for showing interest!
Forum: Plugins
In reply to: [Avatar Manager] Adding plugin to core?Hi Paal,
This plugin has been started as a core ticket (see #16020) some time ago. I will try to propose it again. Thank you for your support!
Best regards,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Custom Default Avatar IssueHi Tom,
Thanks for using Avatar Manager. Please read the FAQs to see how to add a default custom avatar.
Best regards,
C?t?linForum: Plugins
In reply to: [Avatar Manager] Cannot get custom avatar to show upHi anthonyabraira,
Your code should look like this:
<? $current_user = wp_get_current_user(); echo get_avatar( $current_user->ID, 64, '', $current_user->display_name );
The size of the avatar image should be an integer value. See the
get_avatar()
function documentation page.Let me know if this helps.