missveronica
@missveronicatv on WordPress.org, @MissVeronica on Slack
- Member Since: May 28th, 2017
- Location: Stockholm, Sweden
- Website: github.com/MissVeronica
-
Posted a reply to Password reset loop, on the site WordPress.org Forums:
@pvvaus You have a lot of issues you must try to solve. Your main issues… -
Posted a reply to How to edit CSS for Ultimate Member directory filters, on the site WordPress.org Forums:
@wesmed Your Theme should have an appearance setting where you can add Custom CSS. -
Posted a reply to How to edit CSS for Ultimate Member directory filters, on the site WordPress.org Forums:
@wesmed Yes these files are probably old template copies which may have been updated by… -
Posted a reply to How to edit CSS for Ultimate Member directory filters, on the site WordPress.org Forums:
@wesmed If you have UM Templates in the active theme's templates folder without the files… -
Posted a reply to Menu bar problem, on the site WordPress.org Forums:
@nyokki I looked at your Registration and Login pages and you don't have any WP… -
Posted a reply to How to edit CSS for Ultimate Member directory filters, on the site WordPress.org Forums:
@wesmed I have updated the members template to UM 2.6.1 today and added the required… -
Posted a reply to ACF blocks break when UM is installed, on the site WordPress.org Forums:
@omazon This ACF Block issue will be fixed in the next version of UM 2.6.3.… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 I have removed the calculation for the top bar number in "Pending Review" and… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Version 2.2.1 available for download with a fix for status update https://github.com/MissVeronica/um-profile-content-moderation -
Posted a reply to Use mail address as username, on the site WordPress.org Forums:
@devlinc You must use the UM Form Builder's "Username or E-mail" predefined UM field in… -
Posted a reply to How to edit CSS for Ultimate Member directory filters, on the site WordPress.org Forums:
@wesmed You can try this customized Member Directory template with search and filters on the… -
Posted a reply to Best Cache plugin for UM?, on the site WordPress.org Forums:
@gwmbox You can read this guide about caching and UM https://docs.ultimatemember.com/article/1595-caching-problems -
Posted a reply to Password reset loop, on the site WordPress.org Forums:
@pvvaus You can try to replace current code snippet with this code where we can… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Plugin version 2.2.0 is ready for download. https://github.com/MissVeronica/um-profile-content-moderation -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Several updates before an Accept are not sending any more emails but all updates… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Remove the timestamp with phpMyAdmin and set it to 0 as being an Accepted… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Look at this User at "WP All Users" if the Account is "Approved"? If… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Use the phpMyAdmin to look at the usermeta table search with the user_id for… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Try to do a "Clear cache of Users" at the UM Dashboard. -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Verify that the Profile form is selected and the primary role of the user… -
Posted a reply to Member profiles limit, on the site WordPress.org Forums:
@fahadaliawan Post here in the Forum your UM Settings -> Install info. -
Posted a reply to Profile picture upload not possible in registration form, on the site WordPress.org Forums:
@ispacecrusader You are redirected with a HTML code of 301 (page Moved Permanently) by line… -
Posted a reply to Member profiles limit, on the site WordPress.org Forums:
@fahadaliawan 474 registered users is OK with UM. Maybe you have some limits in your… -
Posted a reply to Is your plugin compatible with PHP 8.2?, on the site WordPress.org Forums:
@hastibe Yes -
Posted a reply to Profile picture upload not possible in registration form, on the site WordPress.org Forums:
@ispacecrusader Try this code snippet which will write the sources of your redirects to debug.log.… -
Posted a reply to Password reset loop, on the site WordPress.org Forums:
@pvvaus This is a shorter stack trace with code references of what happened in your… -
Posted a reply to How to customize text in Ultimate Member filter fields, on the site WordPress.org Forums:
@wesmed Yes this code snippet looks good. Your meta_keys are: infrastructure county Irrigation Now insert… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 The plugin version 2.1.0 is ready for download. https://github.com/MissVeronica/um-profile-content-moderation -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 I will be working with some more updates to this plugin and don't know… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Sorry this is being fixed by UM in the next version 2.6.3 You can… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 OK do you get an email with further info? -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 What is the WP error message? -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Now you can try version 2 of the Profile Content Moderation plugin with four… -
Posted a reply to Problem with the Registration Form, on the site WordPress.org Forums:
@baddon250 You can try this code snippet which will remove all spaces in the username.… -
Posted a reply to Can’t see custom role users in member list page, on the site WordPress.org Forums:
@damfernandez83 HTML from your Login Page Disable caching from all UM pages and pages where… -
Posted a reply to Require both email activation and admin review for registration?, on the site WordPress.org Forums:
@w-sky You can try this code snippet for an additional email. add_action( 'um_after_email_confirmation', 'um_after_email_confirmation_admin_approval', 10,… -
Posted a reply to Date format does not show properly, on the site WordPress.org Forums:
@freezhao You can try this code snippet add_filter( "um_get_field_date", 'um_get_field_date_custom_format', 10, 1 ); function um_get_field_date_custom_format(… -
Posted a reply to Profile picture not uploading + False in members directory, on the site WordPress.org Forums:
@axelroz Are you using customized versions of Members Directory and Profile Page? -
Posted a reply to Sorry this is not a valid image / file, on the site WordPress.org Forums:
@magdizajn78 From the HTML on your Login Page: Disable caching for the UM Pages. https://docs.ultimatemember.com/article/1595-caching-problems -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 You will only find the new options for approve and reject at UM Content… -
Posted a reply to The appearance of the user’s profile page is hidden behind the block, on the site WordPress.org Forums:
@virintus Have you tried to increase the Page Builder width? You can also look at… -
Posted a reply to Load all UM stylesheets into header?, on the site WordPress.org Forums:
@gwmbox You can look at the "Autoptimize" Plugin if it will solve your styles issue.… -
Posted a reply to Oxygen compatibility issue with template overrides, on the site WordPress.org Forums:
@spearl Yes it should work. Note that you must use the same folder structure as… -
Posted a reply to Is your plugin compatible with PHP 8.2?, on the site WordPress.org Forums:
@hastibe The PHP Deprecated messages you posted should now be gone with UM version 2.6.2… -
Posted a reply to Profile picture upload not possible in registration form, on the site WordPress.org Forums:
@ispacecrusader Can you post a screen copy of your UM Forms Builder settings for your… -
Posted a reply to Content Moderation, on the site WordPress.org Forums:
@gazpugh1 Thanks for the feedback. You have an update available for download now at https://github.com/MissVeronica/um-profile-content-moderation -
Posted a reply to Password is incorrect. Please try again., on the site WordPress.org Forums:
@schoolsict Did you change the Theme also to a WP default Theme like “Twenty Twenty”? -
Posted a reply to Profile picture upload not possible in registration form, on the site WordPress.org Forums:
@ispacecrusader I have tried to upload some photos at your Registration page and they are… -
Posted a reply to Password is incorrect. Please try again., on the site WordPress.org Forums:
@schoolsict I'm not working a lot with the "WP 2FA" plugin and their settings. Maybe… -
Posted a reply to Profile picture upload not possible in registration form, on the site WordPress.org Forums:
@ispacecrusader Now I get two upload buttons on your Registration page. Second upload button has…