ronald01
Forum Replies Created
-
Hi @jarnovos, the issue is with the setting ‘Enable Limit Login Attempts’. Maybe you want to look into that for the next update, the working of this setting with the core/loginout block of WP.
Thanks for your support.Thank Jarno. I will try to find the functionality that hampers with the desired behaviour of the loginout block.
Thanks for your quick reply Jarno. From the (home) login page https://devmy.purchasingdashboard.com/ and entering correct user credentials I am redirected to the wp-login.php instead of the logged in area. If you please sent me your email ([email protected]) I will create a test account for you to try.
Oh, and does this only with the PRO version. The free version works well and I get logged in via the block. Suspect it may have to do with some of the advanced settings in the pro version
- This reply was modified 1 year, 12 months ago by ronald01.
Forum: Plugins
In reply to: [Range Slider For Contact Form 7] jQuery(…).slider is not a functionThanks for this topic. I have the same issue. Solved it with adding a check if jquery is alreayd loaded in the plugins code.
if ( ! wp_script_is( 'jquery', 'enqueued' )) { //Enqueue wp_enqueue_script( 'jquery' ); }