Ricky Poon
Forum Replies Created
-
Thanks, I’ve downgraded to 1.7.6 and its now working again
Forum: Plugins
In reply to: [Regex Textfield: Gravityforms Add-on] placeholders are not supported+1, would be great to be able to add placeholders
Forum: Plugins
In reply to: [Theme My Login] Adding Menu Actions, Ajax 500 errorfound my issue, it was a conflict with User Menus – Nav Menu Visibility plugin
Yes but unfortunately it doesn’t work:
/** * Hide the username field on checkout. */ function my_pmpro_unset_required_username_checkout( $pmpro_required_user_fields ) { unset( $pmpro_required_user_fields['username'] ); return $pmpro_required_user_fields; } add_filter('pmpro_required_user_fields', 'my_pmpro_unset_required_username_checkout', 10, 2);
I’ve worked around it by adding JS to copy the email into the username field and hid the username field
Thanks, Kim!
Is there no hook to remove the username? or is it just CSS since the field isn’t required?
- This reply was modified 1 year, 1 month ago by Ricky Poon.
I’m also having the issue with
Permissions: General – test result: faili’ve used duplicator many many times with this host, not sure what changed
Forum: Plugins
In reply to: [Video Conferencing with Zoom] View option: Speaker and GalleryHi,
I have the same question as well, I don’t see the gallery view
I was testing with the Zoom Web SDK and found that we need to add the Chrome Origin Trials meta tag
https://marketplace.zoom.us/docs/sdk/overview/improve-performance
<meta http-equiv="origin-trial" content="TOKEN_GOES_HERE">
After I’ve added the meta tag in my testing and found the gallery view option afterwards.
Is there a way for me to add this meta tag within the plugin?
I’m also having issues with date fields I’m getting trying to when disabling past dates:
Uncaught TypeError: dateObject.pikaday.setMinDate is not a function
I’m also seeing this:
Deprecated Ninja Forms Pikaday custom code detected.
front-end.js?ver=3.4.32:3425 You are using deprecated Ninja Forms Pikaday custom code. Support for this custom code will be removed in a future version of Ninja Forms. Please contact Ninja Forms support for more details.- This reply was modified 4 years ago by Ricky Poon.
Found the problem – it’s not that it was not showing up there is CSS that set of the opacity to 0, I just added the following:
.um {
opacity: 1;
}Same problem here, glad to know its being worked on
Found the issue, had to increase WP_MEMORY_LIMIT
Thanks.
Thank you, looking forward to it.
Forum: Plugins
In reply to: [WooCommerce Admin] tags around $Its been 2 months already and I’ve been following the tread you mentioned but there doens’t seem to be any movement on resolving the issue.
Is there anything I can do to resolve this issue myself?
Thank you.
i’m also getting this problem on a new clients site, i’m glad its not only me experiencing it
any idea on how to fix this?
edit:
found a solution – uninstall the plugin and reinstall the plugin, that worked for me- This reply was modified 5 years, 1 month ago by Ricky Poon.
Forum: Plugins
In reply to: [Front End PM] Email notification when message received?