technicalx
Forum Replies Created
-
I have fixed this bug with a workaround. put this in functions.php
add_filter('em_calendar_output', function($output, $args) {
// fixes shortcodes not being translated in final output for ajax requests, eg page 2 of calendars.
$output = do_shortcode($output);
return $output;
}, 10, 2);i understand it’s a good default.
my use case for this is development websites where I need the inactive plugins. Also client migrations where I shouldn’t be removing plugins.
This is not resolved. After raising the upload limit AND successfully uploading the file it says Import Failed.
This is not working as designed.
Import failed
Your file exceeds the upload limit set by your host web server.
Our Unlimited Extension bypasses this!
If you prefer a manual fix, follow our step-by-step guide on raising your upload limit.if(function_exists('wp2sv')){ wp2sv()->get('auth')->setCookie($user_id, $remember); }Does work, however editing the Switch User plugin core code isn’t a viable option. I need a function filter which can handle the same.
This doesn’t appear to work when I attach to filter “attach_session_information” from Switch User plugin by John Blackbourn. the 2FA still happens when using Switch User.
My function runs, I see the log.function custom_session_filter($user_id, $old_user_id, $new_token, $old_token) {
add_action('wp2sv_trusted_request','__return_true');
add_action('wp2sv_handle', function ($wp2sv) {
$wp2sv->make('handler')->passed();
}, 9);
error_log('wp2sv_trusted_request attach_session_information ');
}
add_filter('attach_session_information', 'custom_session_filter', 99, 4);This is the code in plugin
add_filter( 'attach_session_information', $session_filter, 99 );
wp_clear_auth_cookie();
wp_set_auth_cookie( $user_id, $remember, '', $new_token );
wp_set_current_user( $user_id );
remove_filter( 'attach_session_information', $session_filter, 99 );- This reply was modified 6 months, 1 week ago by technicalx.
Forum: Plugins
In reply to: [IP Location Block] Must Use plugin mode doesn’t show Stats and LogsI think the options becomes corrupted after saving some settings.
Forum: Plugins
In reply to: [iQ Block Country] is blocking robots.txtpretty sure rankmath handles robots.txt
guessing Yoast SEO would too
Forum: Plugins
In reply to: [iQ Block Country] is blocking robots.txtWorked it out. Had to select Blocking of specific Post types and turn on Pages.
Somewhat complex to set up blocking of just one page.
Suggest to use Opera Browser free VPN to test out settings.
I hate this upsell.
View post on imgur.com
Here it is, very annoying to see such a tactic. I also have product feed pro (not for long!)
View post on imgur.com
- This reply was modified 12 months ago by technicalx.
1.5 has only 1 file in it.
Modify your 1.3 version to be 1.5.0.1 or something like that to allow 1.6 to work – assuming it’s fixed!
@musoaga is one of your websites overwriting woocommerce text? or maybe a plugin is?
Rookie mistake to load plugin CSS across all dashboard pages, please fix.
Subscription processing is now 5 hours overdue due to this plugin causing so many immediate sync jobs and all the failures retrying 4-5 times.
- This reply was modified 1 year, 3 months ago by technicalx.
More failures with MailChimp_WooCommerce_Single_Order cron
action failed via WP Cron: Call to undefined method WC_Shipment_Tracking_Actions::get_formatted_tracking_item()
Yes I do have a shipment tracking plugin. No I cannot disable it.
- This reply was modified 1 year, 3 months ago by technicalx.
- This reply was modified 1 year, 3 months ago by technicalx.