Tung Du
Forum Replies Created
-
Forum: Plugins
In reply to: [Block for Apple Maps] How change marker iconHey @lninci,
Unfortunately, custom pin icon isn’t supported yet in Block for Apple Maps, so you can’t use your custom icons at the moment.
I created a GitHub issue for this, you can follow its status here: https://github.com/10up/maps-block-apple/issues/92.
> though I believe things still “work” otherwise for that role
Adding to Jeff’s comment above, you can allow subscribers to upload avatars by enabling Local Upload Permissions under Admin dashboard > Settings > Discussion.
Forum: Plugins
In reply to: [Simple Local Avatars] Update image after domain changeHi @webmasteral,
You can use this plugin to replace the old domain with the new one: https://www.ads-software.com/plugins/better-search-replace/.
Note that it’s recommended to backup your database first to prevent any unexpected issue for any database interaction.
Hope this helps!
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallbackHi @hanataloha,
Try this one to keep Gravatar support.
add_filter( 'pre_get_avatar_data', function( $args, $id_or_email ) { global $simple_local_avatars; if ( $simple_local_avatars->get_simple_local_avatar_url( $id_or_email, 'full' ) ) { $args['size'] = 'full'; } return $args; }, 5, 2 );
Hope this helps : )
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallback@hanataloha do you see the solid color boxes in the discussion setting with Simple Local Avatars disabled. If yes, it should be your theme changing the gravatar to solid color boxes.
You can double-check it by switching to default themes and deactivate/activate Simple Local Avatars.
FYI, I can’t reproduce your issue on my end with Twentytwenty and WP 5.7.2.
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallback@hanataloha Can you please share the screenshot of Simple Local Avatar setting too? You can find it in Settings > Discussion.
By the way, do you have another avatar plugin installed before? What are your current active plugins?
Forum: Plugins
In reply to: [Simple Local Avatars] Move from WP User AvatarHi @neon67,
You can follow these steps to use the above script:
1. Download that script to the
wp-content
folder, save it asmigrate-wp-user-avatar.php
.
2. Using the command line, change the directory towp-content
.
3. Run this command:wp eval-file migrate-wp-user-avatar.php
4. Delete the PHP file after avatar data has been migrated.Hope this helps!
Forum: Plugins
In reply to: [Simple Local Avatars] Image doesn’t show@overmyhead2 Glad to know you solved your issue! I’ve just recorded a gif to show the avatar uploading in UM: https://media4.giphy.com/media/Ap40mPpdsOJbdpMGFX/giphy.gif?cid=790b7611ac2fbfca131e9339cac83c9b4ff7a6948513eeff&rid=giphy.gif&ct=g
Forum: Plugins
In reply to: [Simple Local Avatars] Image doesn’t showHi @overmyhead2,
Can you clarify where the avatar doesn’t show up?
From my test, Ultimate Member supports uploading avatar out of the box, so that’s why it conflicts with SLA. If you need UM features, then you can use its local avatar feature without install SLA.
Forum: Plugins
In reply to: [Simple Local Avatars] Image doesn’t showTo share screenshots, you can use https://cloudup.com/.
Because you’re using the admin account, so your problem is different from #73 I mentioned above. Can you please try deactivating Ultimate Member then try setting/uploading an avatar?
Forum: Plugins
In reply to: [Simple Local Avatars] Image doesn’t showHi @overmyhead2,
What is the role of the account you used when trying to set the avatar? If you click the Save button, does the avatar show up after the page load? Does the avatar show if you use an administrator account?
We have a similar issue reported [1] and a fix in the review queue [2] for it. Please let me know if it’s what happens to you!
[1] https://github.com/10up/simple-local-avatars/issues/73
[2] https://github.com/10up/simple-local-avatars/pull/74Forum: Plugins
In reply to: [Restricted Site Access] Compability with WPMLHi @mjholleratme,
I don’t have experience working with WPML, but you can try filtering the log in URL to prevent the redirect loop. RSA use
wp_login_url()
to get the login URL, so you can filter it usinglogin_url
filter.See the function and filter: https://developer.www.ads-software.com/reference/functions/wp_login_url/
Hope that helps!
Hi @saramansouri,
I’m sorry for your inconvenience using RSA. Can you provide us some steps to reproduce your issue? I tested on my end and it works as expected (https://prnt.sc/1358tsh).
By the way, if you can provide Site Health Debug info, it’d be easier for us to triage.
How to copy Site Health Info: https://www.youtube.com/watch?v=mbIAHLi7344
Forum: Plugins
In reply to: [Restricted Site Access] Editing settings but settings not changingHi @mhurwicz,
Can you please share with us a screenshot or steps to reproduce your issue? It’d be easier for us to triage.
Hi @desmith,
There is a GitHub issue requesting the same feature as you describe. I don’t have any update on this, unfortunately. You can subscribe to that GitHub issue to receive future updates.
The issue: https://github.com/10up/windows-azure-storage/issues/112
Because GitHub is our medium for plugin development, I’m marking this topic as Resolved. If you have any comments, please consider adding them to the GitHub issue above.