cvanderlinden
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Yada Wiki] Adding a Wiki Page to WordPress Menu@dmccan perfect, thank you. “When in doubt, check the screen options!”
Forum: Plugins
In reply to: [LiteSpeed Cache] Conflict with Redirection PluginThanks @hailite, that would be ideal!
Forum: Plugins
In reply to: [Cache External Scripts] Cache other scripts too?Looking to add these two scripts
Forum: Plugins
In reply to: [WooCommerce] Shipping Calculator// Add this to your functions.php add_filter( 'gettext', 'woocommerce_text_strings', 20, 3 ); function woocommerce_text_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'shipping calculator' : $translated_text = __( 'Calculate Shipping', 'woocommerce' ); break; } return $translated_text; }Forum: Plugins
In reply to: [WooCommerce] Updated from 3.1.0 to 3.1.1 – Stuck in WooCommerce Setup ScreenDisregard. Error was caused from a failed SQL import of the DB.
Forum: Plugins
In reply to: [WooCommerce] Updated from 3.1.0 to 3.1.1 – Stuck in WooCommerce Setup ScreenI commented out these lines of code in
woocommerce/includes/admin/class-wc-admin.php line 141:
// If the user needs to install, send them to the setup wizard if ( WC_Admin_Notices::has_notice( 'install' ) ) { //wp_safe_redirect( admin_url( 'index.php?page=wc-setup' ) ); //exit; }It stopped the redirect, but I can’t seem to clear the notices. They are stuck there no matter how many times I click dismiss.
Something is definitely messed up here.
- This reply was modified 8 years, 8 months ago by cvanderlinden.
No, nothing yet.
Hi Frafra85,
Any luck with this?
Craig
Viewing 8 replies - 1 through 8 (of 8 total)