ckthomaston
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Issues with Buddypress/MultisiteUpdate,
45 minutes after new user registration, (using code above), the “new user” did get a confirmation request notification email. Looks like my test email account at yahoo.com, is running exceptionally slowly today.
Forum: Plugins
In reply to: [New User Approve] Issues with Buddypress/MultisiteHi, Jason,
I just installed and tested this New User Approve plugin a few hours ago. I’m also using the BuddyPress plugin. For me, the New User Approve plugin sends an email, informing the admin to authorize, but the new registrant also gets a valid activation link without the admin authorizing first. But, as the new user, even after following the link to authorize the new registration, when trying to log in as the new user, the login fails to authenticate.
So, I peeked around in the new-user-approve.php file, and the only place I could find where the code fragment you supplied could go starts at line 450. After hacking in your code fragment, the finished function looks like this.
public function create_new_user( $user_login, $user_email, $errors ) { if ( $errors->get_error_code() ) { return; } // begin ckt ............. // create the user. HACKED FOR BUDDYPRESS // $user_pass = wp_generate_password( 12, false ); // reset password to know what to send the user $data = array( //'user_pass' => md5($new_pass), 'user_activation_key' => '', ); // ........... end ckt $user_id = wp_create_user( $user_login, $user_pass, $user_email ); if ( !$user_id ) { $errors->add( 'registerfail', sprintf( __( '<strong>ERROR</strong>: Couldn’t register you... please contact the <a href="mailto:%s">webmaster</a> !' ), get_option( 'admin_email' ) ) ); } }It’s too complicated to fully explain herein what the results were, different, of course, but after testing, it didn’t solve the problem. After testing failed to bring any joy, and upon further scrutinization of the new code in context, I am puzzled as to how it works/what it does, as I don’t see how the code fragment you have suggested makes us of the array “$data”. And, of course, commenting out the function call “wp_generate_password” does exactly that; no password is generated, (and no email is sent to the new registrant).
Not sure if this type of conversation is allowed in this forum. If it’s not, someone please inform me, and I will not do so again.
Forum: Themes and Templates
In reply to: [Make] Trouble with Child ThemeThanks very much for the info.
Perhaps it was my bad for not realizing that. I expected the child style.css to simply overload, It didn’t occur to me that WordPress would not execute the previous Customizations of the parent theme.
Per your comments, I’ve reproduced my Make Customization options in the Make-child options, and it seems to be working fine. I haven’t yet done extensive testing, but so far, it’s working perfectly.
By the way, I really like the way Make allows me to see changes immediately in the Customizaion page of Appearances. It’s all integrated well and so far has worked flawlessly. Huge time-saver. Sweeeet. I eagerly await seeing what future versions of Make bring to the party.
Again, thanks for the info, now I’m off to continue my evaluation of Make with some of my other web sites…
Forum: Themes and Templates
In reply to: [Make] Trouble with Child ThemeYes, thanks for inquiring.
WordPress: 3.9.1
Plugins: none
Browsers: Firefox, Chrome, IE – Most recent versions of each, same behavior in each.
Child theme file: Downloaded from Theme foundry, installed per “WordPress Child Theme Basics” instructions page on Theme Foundry web site. File is default, as unzipped from TF, no CSS or other changes to child style.css
Header Background Image: desk.jpg 1600 x 900, (stock photo)
Navigation menu in header: Name – Top Bar Menu, Location – Primary Menu
Header Layout: Navigation Below
Header Bar Content Layout: Default
Show Title/Logo on: Left
Header Bar Text Color: Empty (none)
Header Backround Color: Empty (none)
Static Front Page: Displays – Latest Posts
Other notes: Without child-theme, works as expected – Header background looks as expected. Nav Menu contains two items added during creation, it looks/works as expected. Header Bar is transparent, search field is visible.
Symptoms: After activating Make child theme – Header background not shown. Nav menu moves from below to right side, Nav menu items list changes from two items in Top Bar Menu to showing list of four pages in web site, (all pages). Header Bar color changes from transparent to black.
Thanks for any help you can provide. If you need any other information, I will provide it if I can.
Forum: Themes and Templates
In reply to: [Make] Trouble with Child ThemeI’m having the same problem, getting a child theme to work with Make. If anyone had this problem and solved it, I’d appreciate hearing how.
Forum: Themes and Templates
In reply to: [Virtue] Visual Editor BlankI don’t have any idea when an update may be released.
Before I restored my website a few minutes ago from my backup, I did a little experimenting, trying various things, such as importing the saved exported data from the Virtue theme options panel. No joy. All that did was corrupt the website database so that my child-theme style.css customizations wouldn’t work properly.
Not having the time to delve into solving the problem the hard way, I took the easy way and restored from my backup to get back to a working site.
I suppose if someone hadn’t made a recent backup, they might try uninstalling the Virtue 2.1.4 theme and its plug in, and then find a v2.1.3 of Virtue/w-plugin, (probably on the Kadence web site), and reinstall them. That might restore the website, if the website database wasn’t corrupted by the v2.1.4 update. Perhaps my website database got corrupted by v2.1.4 because I didn’t try that first. Instead, I imported the previously exported theme optionsdata, which is supposed to prevent you from losing them during an update, but, well, that just made things worse in this situation.
Good luck.
Forum: Themes and Templates
In reply to: [Virtue] Visual Editor BlankSame thing happened to me a few minutes ago. I deactivated the v1.6 plugin which installs along with the Virtue 2.1.4 update, and the pages will now display again in the editor. I backed up before I updated to 2.1.4. Glad I did.