missveronica
@missveronicatv on WordPress.org, @MissVeronica on Slack
- Member Since: May 28th, 2017
- Location: Stockholm, Sweden
- Website: github.com/MissVeronica
-
Posted a reply to Content Restriction – for Loggedin user, on the site WordPress.org Forums:
@pravtiw No, all of the shortcodes and the page content in one Elementor widget. Explains… -
Posted a reply to Not always last log in time shown, on the site WordPress.org Forums:
@arphotography Enable PHP error logging, read this guide: “How to enable debug logging” https://docs.ultimatemember.com/article/1751-enable-debug-logging You… -
Posted a reply to Content Restriction – for Loggedin user, on the site WordPress.org Forums:
@pravtiw Do you have all of the UM shortcode in one elementor widget. Try to… -
Posted a reply to Content Restriction – for Loggedin user, on the site WordPress.org Forums:
@pravtiw https://elementor.com/help/how-to-use-shortcodes/ 1. Drag an Elementor Shortcode Widget to your page 2. Enter your shortcode… -
Posted a reply to Content Restriction – for Loggedin user, on the site WordPress.org Forums:
@pravtiw From your page HTML: <div class="elementor-shortcode">[/um_loggedin]</div> Can you try to remove the Elementor additional… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa Do you get this redirect too many times when using WP backend pages? Have… -
Posted a reply to Add New User – Emails, on the site WordPress.org Forums:
@krack3 You can try this plugin with Admin User Registration tools https://github.com/MissVeronica/um-email-admin-registration -
Posted a reply to Privacy URL redirect, on the site WordPress.org Forums:
@norsubs You can look at this plugin as a replacement for this code snippet where… -
Posted a reply to Make the plugin create necessary pages, on the site WordPress.org Forums:
@violapc You can read this guide about how to assign the UM default pages https://docs.ultimatemember.com/article/38-pages-tab… -
Posted a reply to Activate your account link not working, on the site WordPress.org Forums:
@skyzer88 Your activation link part of your email template must look like this: <a href="{account_activation_link}" -
Posted a reply to Not always last log in time shown, on the site WordPress.org Forums:
@arphotography You may have a conflict with your Theme or another Plugin. Read this guide… -
Posted a reply to Only fill out if you are not human?, on the site WordPress.org Forums:
@thesavvyscribepodcast You can try to add this CSS code to your Theme's style.css or the… -
Posted a reply to Login page / reconnection problem, on the site WordPress.org Forums:
@boulotnet Try to deactivate your "Jetpack" plugin where you may have a conflict with UM.… -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy " width="40" height="40" alt=""> -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy $avatar = um_get_user_avatar_url( get_comment_ID(), '40' ); -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy $avatar = um_get_user_avatar_url( get_comment_ID(), 40 ); -
Posted a reply to Critical error every Satuday morning, on the site WordPress.org Forums:
@tinevine Do you have any custom functions scheduled via WP Cron? There are some WP… -
Posted a reply to Using Ultimate Member with Custom Templates, on the site WordPress.org Forums:
@jason92 https://developer.wordpress.org/reference/functions/is_user_logged_in/ -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy You get the UM user avatar by $image = um_get_user_avatar_url( $user_id, $size ); -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy The plugin is OK for both Page and Post IDs when I test again. -
Posted a reply to Login Page Redirect Error, on the site WordPress.org Forums:
@siriusweb Set "Custom Redirect URL" to the Login Page in UM Settings -> Access ->… -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy Yes you are right this is not an UM core page where you have… -
Posted a reply to How to show photo in comments?, on the site WordPress.org Forums:
@divvy You can try this plugin to remove the conflicting plugin scripts from the UM… -
Posted a reply to Block specific users (not role) to view specific page, on the site WordPress.org Forums:
@holdusback Updated with a meta_key:meta_value exclusion parameter for User display of Page/Post: https://github.com/MissVeronica/um-except-user-ids -
Posted a reply to [NSFW] Tengo problema con el correo electronico, on the site WordPress.org Forums:
@hexinfor Try to use a secure SMTP mail server instead of WP Mail and your… -
Posted a reply to can you do forms for existing members, on the site WordPress.org Forums:
@wpsupportacto You can read these guides about "Forms & Fields" https://docs.ultimatemember.com/category/84-forms-fields -
Posted a reply to Ultimate member downtime, on the site WordPress.org Forums:
@henry75 Ask your web hosting support about this 404 not found issue. -
Posted a reply to can you do forms for existing members, on the site WordPress.org Forums:
@wpsupportacto You can make a Profile Form for your Member update and use this code… -
Posted a reply to Block specific users (not role) to view specific page, on the site WordPress.org Forums:
@holdusback Selecting if the current user have access to a page/post can be made dependent… -
Posted a reply to can you do forms for existing members, on the site WordPress.org Forums:
@wpsupportacto How have you stored these Member details in the database and what type of… -
Posted a reply to Block specific users (not role) to view specific page, on the site WordPress.org Forums:
@holdusback Is there a meta_key value that defines the exceptions? -
Posted a reply to Block specific users (not role) to view specific page, on the site WordPress.org Forums:
@holdusback No, you can update all the shortcodes except parameter from the backend at UM… -
Posted a reply to Login Page Redirect Error, on the site WordPress.org Forums:
@siriusweb You can set the Role Priority too. https://docs.ultimatemember.com/article/1494-how-to-set-role-priority-for-user-roles -
Posted a reply to Login Page Redirect Error, on the site WordPress.org Forums:
@siriusweb How did you setup the Login redirect? You have a setting for each Role… -
Posted a reply to Block specific users (not role) to view specific page, on the site WordPress.org Forums:
@holdusback An easy implemention would be a new shortcode for the page you want to… -
Posted a reply to Login page / reconnection problem, on the site WordPress.org Forums:
@boulotnet From your login page: Disable caching for the UM Pages, read this guide about… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa You have a lot of typical PHP 8.1.13 PHP Deprecated messages in the testsub… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa You can try this code snippet which will write to /wp-content/debug.log the source of… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa Enable PHP error logging, read this guide: “How to enable debug logging” https://docs.ultimatemember.com/article/1751-enable-debug-logging You… -
Posted a reply to unable to display username, on the site WordPress.org Forums:
@adamrfs No you can't edit the user_login field. -
Posted a reply to Multiple Shortcodes within registration form, on the site WordPress.org Forums:
@fabeylous No I have many shortcodes inclusive multiple shortcodes in a shortcode field in my… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa Read and do step 3 and 4 in this guide: https://www.wpbeginner.com/wp-tutorials/how-to-fix-error-too-many-redirects-issue-in-wordpress/ -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa Your domain is using caching, turn off caching for the test site. https://docs.ultimatemember.com/article/1595-caching-problems -
Posted a reply to Spam registrations even with reCAPTCHA and email verification, on the site WordPress.org Forums:
@tubescreamer You can try this code snippet which will reload the Registration page if the… -
Posted a reply to Specific page show “redirected you too many times.”, on the site WordPress.org Forums:
@khaledramsa If there are many references to items not encrypted with SSL you will get… -
Posted a reply to Spam registrations even with reCAPTCHA and email verification, on the site WordPress.org Forums:
@tubescreamer This is because the password field is empty. Do you get this PHP warning… -
Posted a reply to Spam registrations even with reCAPTCHA and email verification, on the site WordPress.org Forums:
@tubescreamer You can read this guide about "How to block bot registrations" https://docs.ultimatemember.com/article/1551-how-to-block-bot-registrations -
Posted a reply to Ultimate Member Registration button JQuery Issue, on the site WordPress.org Forums:
@dgravning You can try this plugin and exclude the "WPForms Lite" plugin's scripts from your… -
Posted a reply to Ultimate Member upgrade not working, on the site WordPress.org Forums:
@xihad1 What did you get in the file /wp-content/debug.log when trying to do the UM… -
Posted a reply to Ultimate Member upgrade not working, on the site WordPress.org Forums:
@xihad1 Enable PHP error logging, read this guide: “How to enable debug logging” https://docs.ultimatemember.com/article/1751-enable-debug-logging You…