SuitePlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] It can’t create new users.I was able to locate the issue and resolve it in version 1.1.2. Please let me know if you are still experiencing issues.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] It can’t create new users.Thanks for sharing this with me. I will work on resolving the issue immediately.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] Login Widget 1.1.1 not workingThank you for letting me know. I am working on fixing the issues created in the latest update.
I will keep you informed.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] UM Login disappears with update 1.1.0Thanks for pointing this out, I didn’t see your message until today.
I investigated it and you are correct, the last update removed the traditional widget. I was able to restore this in version 1.1.1
Please let me know if you have any issues with it.
Forum: Plugins
In reply to: [Video & Photo Gallery for Ultimate Member] Can’t activate pluginThank you for letting me know. I will take a look at this immediately.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] widget layout changes per pageThank you. This plugin does not have its own styling. All styles are derived from the Ultimate Member plugin. On your site, the Ultimate Member stylesheet are commented out/hidden on other pages for example
<!-- <link rel='stylesheet' id='um_styles-css' media='all' /> -->
My recommendation is to allow the Ultimate Member styles on the pages that do have the login widget and if this is not an option then the more difficult option would be to copy the styles you need from the stylesheet and apply it to a stylesheet that displays on all pages.
Please let me know if I can help further.
Forum: Plugins
In reply to: [Login Widget for Ultimate Member] widget layout changes per page@marionfw
Thanks for reaching out.
Can you share a screenshot of what the layout looks like on other pages.Hello @crossv
If you are able to write custom code, you can achieve this with the following code
function get_url_param_for_ultimate_member() { if (isset($_GET['user_email'])) { $email = sanitize_email($_GET['user_email']); ?> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { var inputField = document.querySelector('input[name="your_field_name"]'); if (inputField) { inputField.value = "<?php echo esc_js($email); ?>"; } }); </script> <?php } } add_action('wp_footer', 'get_url_param_for_ultimate_member');
Just be sure to change your_field_name to the name of your user_email field since it can vary.
Under your date field settings, you will see “Displayed Date Format?“
Do you currently have it set to “Show Years Only”? I tested this in the latest UM version and it seems to be working fine.Forum: Plugins
In reply to: [Login Widget for Ultimate Member] Registration text colourSorry about the delay. I never received notifications for this message. I know this is old but I will take a look at this for you but in general, you should be to style this using CSS but I will investigate if there is anything I can do to make this more dynamic or easier to do.
Forum: Plugins
In reply to: [Video & Photo Gallery for Ultimate Member] Edit images of other subscribersHi Stephane,
I am closing this thread. You did contact me via the site platform as a paid customer. I replied to let you know the new feature has been created for you. We can continue the conversation there.
Forum: Plugins
In reply to: [Video & Photo Gallery for Ultimate Member] Edit images of other subscribersHi Stephanie,
Allow me to take a look at this for you. That goes against the initial privacy aspect of the plugin but I will look to see if I can make this happen for you as soon as possible.
Thank you for sharing that. Please try version 1.0.4.1
Hey @wimkroegman.
What shortcode or content are you adding to the tab?
Forum: Plugins
In reply to: [Ultimate Member Custom Tab Builder Lite] Nofollow/noindex a tab?Hi Greg,
I will add a setting for this. I will keep you posted.