Nikhil
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [New User Approve] Call to undefined function get_current_screen()Hi Team,
Thanks, but you should consider pushing this fix for other people who are using this beautiful plugin.
Forum: Plugins
In reply to: [New User Approve] Call to undefined function get_current_screen()Hi Team,
We solved the issue on our own, here’s is what we did:
public function filter_by_status( $query ) { global $wpdb; if ( !is_admin() ) { return; } // bail early if not defined if( !function_exists('get_current_screen') ) return; $screen = get_current_screen(); // bail early if no screen if( !$screen ) return; if ( isset( $screen ) && 'users' != $screen->id ) { return; }- This reply was modified 5 years, 7 months ago by Nikhil.
Hi Team,
Sure, Here’s the link of the aerocheckout plugin: https://buildwoofunnels.com/woocommerce-checkout-pages-aero/
It’s a paid plugin
Forum: Themes and Templates
In reply to: [Mesmerize] Mesmerize Customizer Not WorkingForum: Themes and Templates
In reply to: [Mesmerize] Mesmerize Customizer Not WorkingFacing the same issue, getting 500 error code.
Tried checking the error log, Found this message “PHP Fatal error: Class ‘Kirki_Controls_Radio_Image_Control’ not found in /home/domainname/public_html/wp-content/themes/mesmerize/customizer/customizer-controls.php on line 266, referer: http://domainname.com/wp-admin/themes.php?page=mesmerize-welcome“.By above error message developer of this theme might get some lead on error.
Viewing 5 replies - 1 through 5 (of 5 total)