SuitePlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Video & Photo Gallery for Ultimate Member] TranslationI will fix the issue with this translation for you.
Forum: Reviews
In reply to: [Login Widget for Ultimate Member] One of the worst plug-ins I’ve ever seen.Thanks for the feedback, I am disappointed that you chose to rate this plugin with 1 star. The plugin was built to be simple, it uses the core WordPress login form and adapts the style from your theme.
Here are some hooks you can try.
These I think are from the accounts section
do_action('um_post_account_update');
do_action('um_after_user_account_updated', get_current_user_id() );
I think these are the hooks after profile is updated
do_action('um_after_user_updated', um_user('ID') );
do_action('um_user_after_updating_profile', $to_update );
I came across this issue as well. Try re-saving the bundle product, the post meta ‘_edd_bundled_products_conditions’ may not be saved for the Price Assignment fields.
Good luck.
Thank you for that. I will test it out and implement in the next plugin update.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] Not working at allI have taken a look at your site but not seeing the Widget on the screen.
The plugin uses the function
wp_login_form
for the login form so the design is based on your theme.I will look into adding an option to enable a registration link.
Forum: Plugins
In reply to: [Social Media Links for Ultimate Member] still having same issueI am looking into this. In the recent update, it was set that only the owner of the profile can view the tab.
I will investigate this.
Forum: Reviews
In reply to: [Login Widget for Ultimate Member] Nice pluginThanks for the update. The file was mapped wrong in the repo. Please let me know if it is working well for you now.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] Not working at allVery strange. We will be looking into this now.
Thank you for posting.
Forum: Plugins
In reply to: [Social Media Links for Ultimate Member] stopped working.This issue has been resolved. I am now marking this as resolved.
Thanks for pointing this out.
Forum: Plugins
In reply to: [Social Media Links for Ultimate Member] Hide "Social Media Menu"Thank you for the suggestion and sorry about the delay. This has been resolved.
Forum: Plugins
In reply to: [Social Media Links for Ultimate Member] Website Field?Thank you for the suggestion and sorry about the delay. The field has not been added.
Forum: Plugins
In reply to: [Social Media Links for Ultimate Member] Admin can’t modify links?Thank you for the suggestion and sorry about the delay. This has been resolved.
Hi Glenn,
I will take a look at this for you now.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] Doesnt work with RecaptchaHi Jenny,
The plugin works with WordPress’ login function. I can’t find why this did not work for you.