paulronto
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Custom code being stripped from PHPOk looks like i was able to download and install the child theme, now what?
Forum: Themes and Templates
In reply to: [Neve] Custom code being stripped from PHPThanks, I kept hearing about child themes, but I didn’t know what they were or what they did. I will see if I can figure this out without deleting my site… That’s my luck recently.
Forum: Themes and Templates
In reply to: [Neve] Custom code being stripped from PHPCan I use any of these in my wp-config.php to solve this problem?
Wordpress core updates:
define( ‘WP_AUTO_UPDATE_CORE’, false );Plugins
add_filter( ‘auto_update_plugin’, ‘__return_false’ );Theme
add_filter( ‘auto_update_theme’, ‘__return_false’ );Would I just need to turn off the theme updates to ensure this code is not pulled out again? Any risk of things not working if the theme is not automatically updated?
Also, if you are in test mode in woocommerece, but have also unchecked the “Enable WooCommerece Payments” check box at the top of the payment page this is happen. You need both boxes “Enable WooCommerece Payments” and “Enable test mode” checked to show the card payment options and not get this error.
Forum: Themes and Templates
In reply to: [Neve] Woocommerce Product Title SizeThank you for this!!