hanataloha
Forum Replies Created
-
Hi Joost,
Thank you for your reply and explanation that this is the intended checkout flow!
I don’t normally test all the way through to payment which is why this appeared to be an error.
As long as all the important customer info is still captured on the website order that should be fine.
Thanks for your help!
Hi,
Thank you both for your replies! I guess this is a different issue then — will start a new ticket. Thanks!
Hello,
We are having what I believe is the same problem on this site: https://kengeerart.com
It’s allowing me to proceed to the PayPal checkout pop-up even if I don’t have any WooCommerce checkout fields completed. It’s not flagging the missing required fields.
Was a fix found for this?
Thank you!
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallbackThat worked perfectly! Thank you so much for your help!
- This reply was modified 3 years, 9 months ago by hanataloha.
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallbackOk, I think I figured out the source of the issue! I have added this code snippet to the functions.php file, in order to use full-sized avatar images in my custom post template. This is the code I’m using (I found this in one of your other support tickets):
// SIMPLE LOCAL AVATARS add_filter( 'pre_get_avatar_data', function( $args ) { $args['size'] = 'full'; return $args; }, 5 );
If I remove that code snippet, the solid color boxes go away and I see the Gravatar images.
Is there a way to modify that code snippet to serve full sized images, but also support Gravatar as the fallback?
Thanks for your help on this!
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallbackThanks for your reply!
Here are the Simple Local Avatar settings:
Discussion SettingsWe are not using any other Avatar plugin. Here are the current active plugins:
- ManageWP – Worker
- TA Branding
- Advanced Custom Fields
- WP AutoTerms
- Divi Overlays
- Divi FilterGrid
- Yoast Duplicate Post
- Post SMTP
- Redirection
- Simple Local Avatars
- Yoast SEO
- Analytify – Google Analytics Dashboard
- WP DoNotTrack
- WP Sitemap Page
I did try disabling all other plugins other than Simple Local Avatar, but that did not seem to change anything.
Forum: Plugins
In reply to: [Simple Local Avatars] Gravatar image not loading as fallbackOops, sorry about that!
Here is the screenshot again:
Screenshot of Avatar