brandonecarr
Forum Replies Created
-
Forum: Plugins
In reply to: [Minimum Purchase for WooCommerce] Minimum Order Excluding CouponUnfortunately, I’m not so tech savvy. Writing functions is not exactly something I’m able to do. Can you give me an example?
Thanks so much for your help.
Forum: Plugins
In reply to: [New User Approve] The user is auto logged in after registeringAs a workaround, I’ve added the following to my functions.php:
add_action('woocommerce_registration_redirect', 'user_autologout', 2); /* Stop auto login */ function user_autologout(){ if ( is_user_logged_in() ) { $current_user = wp_get_current_user(); $user_id = $current_user->ID; $approved_status = get_user_meta($user_id, 'wp-approve-user', true); //if the user hasn't been approved yet by WP Approve User plugin, destroy the cookie to kill the session and log them out if ( $approved_status == 1 ){ return $redirect_url; } else{ wp_logout(); return get_permalink(woocommerce_get_page_id('myaccount')) . "?approved=false"; } } } add_filter('woocommerce_registration_redirect', 'user_autologout', 2); function registration_message(){ $not_approved_message = '<p class="registration">Send in your registration application today!<br /> NOTE: Your account will be held for moderation and you will be unable to login until it is approved.</p>'; if( isset($_REQUEST['approved']) ){ $approved = $_REQUEST['approved']; if ($approved == 'false') echo '<p class="registration successful">Registration successful! You will be notified upon approval of your account.</p>'; else echo $not_approved_message; } else echo $not_approved_message; } add_action('woocommerce_before_customer_login_form', 'registration_message', 2);
Forum: Plugins
In reply to: [New User Approve] The user is auto logged in after registeringAny work around for this? Your plugin is the newest in development that I can find, but because we’re using WooCommerce, we’re unable to use it. Would really love to get this working as we’re already live with a need for it.
Thanks, and great work on the plugin! It looks great!
+1 for this.
Forum: Plugins
In reply to: [Clone] Backup stops at a processingI’m having the same issue. Anybody? Author?
Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not being uploaded in file fields on form@clare12345 I did a little bit more research, and I found a few resources that might help you accomplish what you’re looking to get done…
https://www.ads-software.com/plugins/cimy-user-extra-fields/
https://www.ads-software.com/plugins/pie-register/
https://www.wpbeginner.com/plugins/how-to-add-additional-user-profile-fields-in-wordpress-registration/
https://blog.ashfame.com/2010/11/add-custom-field-registration-wordpress/I found these here:
https://www.ads-software.com/support/topic/add-more-custom-fields-in-wp-user-registration?replies=15
I’m currently looking into Pie Register. Here’s to hoping! ?? Good luck!!
Forum: Plugins
In reply to: [Cimy User Extra Fields] Files not being uploaded in file fields on formI’m having the same issue. Did you ever figure out a solution for this @clare12345 ?
Forum: Plugins
In reply to: [Adminimize] Editor cannot edit their own profile?To the top. Plugin Author… Any word on this? In the Adminimize menu, the Profile checkmark is on and there’s no way to uncheck it. How can we turn this off?
Thanks!
Forum: Plugins
In reply to: [Adminimize] Adminimize doesn't work with Admin Menu EditorPerhaps AG Custom Admin might help those that are having issues with Adminimize clashing with Admin Menu Editor. Worked great for me! Check it out.
https://www.ads-software.com/plugins/ag-custom-admin/
Good luck!
Forum: Plugins
In reply to: [WooCommerce] How to Process Orders in the Backend of WoocommerceWould love an answer to this as well. I’ve been wondering this very same thing for the last couple of years. I had a customer that wanted this option integrated, but there was nothing that I could find that would do it.
Anyone have any ideas or experiences? Thanks!
Forum: Plugins
In reply to: [Pinterest Pinboard Widget] Thumbnails are all shifted to the leftI was having this same issue. The problem is the container display is too small. You need to open the style.css file inside of your ../plugins/pinterest-pinboard-widget folder.
Change this:
‘#pinterest-pinboard-widget-container .row { width: 200px; height: 65px; }’
to this:
‘#pinterest-pinboard-widget-container .row { width: 275px; height: 65px; }’
Adjust the width as necessary for your site.
Brandon
Forum: Fixing WordPress
In reply to: unexpected error occurredAlso, after I install a plugin, I get the following errors:
Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /home/content/26/9158726/html/wp-includes/update.php on line 112
Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /home/content/26/9158726/html/wp-includes/update.php on line 259
Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /home/content/26/9158726/html/wp-includes/update.php on line 399
Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensDanny-
The page still reloads, but it is giving success messages, so that is a plus. Is the reason it’s reloading because of the feature I have installed? Alrighty. Well, it’s printing a success message now, and that is perfectly fine. There’s no reason to lose our hair over the page reload. The plugin is doing it’s job and updating our MailChimp list and printing the proper message. Thanks so much for your support Danny, I’m much obliged! Happy Thanksgiving to you and yours. You have a great day sir!
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensHi Danny-
Good morning sir. Your user has been created. The details for logging in have been emailed to you. I noticed down at the bottom now, there is a query print out. on every page. I’m trying to figure out what’s causing that to show right now. I figured it was because of your plugin because you said it was a developer version, but disabling it didn’t make it go away. Weird. In any event, thanks so much sir, and have a great day,
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensWell, sadly, that fixed neither issue. lol, I started with 1 plugin not working, now I’m rackin’ ’em up. We’re up to 2! lol
Sorry Danny!