lom
Forum Replies Created
-
Hi there,
thanks, but I do not have any script blocking extensions or script blockers.
See the image here: https://ibb.co/d2thtJxThe problem appears in every browser (mobile or desktop).
Thanks for you help
Forum: Plugins
In reply to: [Theme My Login] No error messages and field data lost after form submitSOLVED: The UPDATE 6.4.6 of TML overwrites the post_id of my registration site / page in the DB. I think the update creates a new registration page and took this ID. (meta_key: _tml_action, meta_value: register)
And I had to delete the instance attribute in the shortTag Code of my registration page:
From: [theme-my-login default_action=”register” register_template=”register-form-my.php” instance=”1″]
To: [theme-my-login default_action=”register” register_template=”register-form-my.php”]
Forum: Plugins
In reply to: [Theme My Login] Serious Problem: No ERRORs on registration pageSOLVED: The UPDATE 6.4.6 of TML overwrites the post_id of my registration site / page in the DB. I think the update creates a new registration page and took this ID. (meta_key: _tml_action, meta_value: register)
And I had to delete the instance attribute in the shortTag Code of my registration page:
From: [theme-my-login default_action=”register” register_template=”register-form-my.php” instance=”1″]
To: [theme-my-login default_action=”register” register_template=”register-form-my.php”]
Forum: Plugins
In reply to: [Theme My Login] No error messages and field data lost after form submitNow I’ve used the original register-form.php from the TML plugin and deleted my theme-my-login-custom.php. But still no errors appears during a “wrong” (e.g. already existing email) registration.
Forum: Plugins
In reply to: [Theme My Login] No error messages and field data lost after form submitHi, same here.
Login and PW Reset Pages are working fine with ERROR messages.
The Register site does not show any error messages.
After entering all data, e.g. a new registration with an already registered email, the form is submitted, NO error messages, the register page is appearing again with empty inputs. I use NGINX as well, no security plugin is working.
I’ve debugged it local and the $errors object in my theme-my-login-custom.php ($errors->add(‘my_error’, ”)) is filled, but not error is displayed.@jeff: I think a lot of people have the same problem. Most of them do not know, that they have this problem, because you see the issue only if you try to register someone with an existing email or with wrong or missing data.
Would be super cool, if you could have a look on it.
Thanks and best regards
MHForum: Plugins
In reply to: [W3 Total Cache] Minify JS and CSS works buts is still to largeHi,
there is no “white space remove” checkbox. Here you can see what I’ve configured:
CSS: https://postimg.org/image/bs7ly1q7v/
JS: https://postimg.org/image/l8fi52xh7/But the JS Files still looks like I posted before.
Forum: Plugins
In reply to: [W3 Total Cache] Minify JS and CSS works buts is still to large@destac: I’ve activated all options in W3TC. Or do mean, that I have to remove and minify the whitespaces and comments in each css and JS file by hand? I can do, but every time a plugin is updating I’ve to do it again?!
After the minification via W3TC the JS(e.g.: default.include-footer.665645.js and CSS files looks like:
/* maxmegamenu.js */
/* 1 */ /*jslint browser: true, white: true */
/* 2 */ /*global console,jQuery,megamenu,window,navigator*/
/* 3 */ …./* nextjs.js */
/* 101 */ if ( !plugin.isDesktopView() && anchor.parent().hasClass(‘mega-hide-sub-menu-on-mobile’) ) {
…/* next2js.js */
/* 101 */ if ( !plugin.isDesktopView() && anchor.parent().hasClass(‘mega-hide-sub-menu-on-mobile’) ) {
…So in my opionion this is not realy good minified?!
Forum: Plugins
In reply to: [Theme My Login] reset password problemHi there,
I’ve solved the problem, but it is a hack in the TML files. The problem is, that the key should be saved to the database with a timestamp (now) in front of it.
But it is working:Chenge the following line 1104 in this file: ../theme-my-login/includes/class-theme-my-login.php
from:
$wpdb->update( $wpdb->users, array( ‘user_activation_key’ => $hashed ), array( ‘user_login’ => $user_login ) );to:
$wpdb->update( $wpdb->users, array( ‘user_activation_key’ => time().”:”.$hashed ), array( ‘user_login’ => $user_login ) );The second problem with the strange behaviour in the second input password field:
remove the password strength check in the resetpass-form.php and remove the id:
from:
<input autocomplete=”off” name=”pass2″ id=”pass2<?php $template->the_instance(); ?>” class=”input” size=”20″ value=”” type=”password” autocomplete=”off” />to:
<input autocomplete=”off” name=”pass2″ class=”input” size=”20″ value=”” type=”password” autocomplete=”off” />Hope this “fix” will help you until the next update is coming.
best regards from Munich.
mForum: Plugins
In reply to: [Theme My Login] reset password problemSummery:
– Password Reset is NOT working, because of different hash functions (wrong key in DB)
– Password Change is NOT working in profile (Cannot read property ‘className’ of undefined in user-profile.min.js?ver=4.3:1 and strange behaviour in the second password imput)Jeff help us please! ??
Forum: Plugins
In reply to: [Theme My Login] reset password problemHi, I have exactly the same problem!
My info:
Start PW Reset, click link in mail: http:/xyz.de/passwordreset/?key=US8BlaaE5FJDIPMO8Nmk&login=xyz –> redirected to: https://xyz.de/lostpassword/?error=expiredkeyEnabled DEBUG, but not content in the Debug.log, so no errors?!
Newest WordPress and TML: 4.3 and TML 6.3.12
My host: Combination: NGINX and Apache
All Cache Plugins are disabled.
The Cookie contents the right address to the password reset site.
All my entries in the DB are fine and ok (meta ids)Do I have any other possibilities to debug etc.?
Looking forward to your help!
Thanks a lot
MatthiasForum: Plugins
In reply to: [WordPress Social Login] Feature Request | Checkbox to accept T&CYes, that would be really useful and cool!!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] TC do not detect user logoutHi *,
do you have any news to the problem? I havew the same link. “After logging out, ONLY on the homepage a cached page shows up, looking like the user is still logged in. The WP admin bar is still there. Go to any other page on the website and the user is logged out. ” but the other way roung. If I trys to login, nothing happens, go the any other page I’m logged in???