jimmypowdrellcampbell
Forum Replies Created
-
Hi, I’m getting the same error on a client’s. He doesn’t need Constant Contact but he likes Contact Form 7. Could I maybe just edit the code to stop that loading?
Forum: Plugins
In reply to: [WooCommerce] implications of changing serialize_precision to -1No response here so just took the chance.
I had the same issue. Here’s the error message:
PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /home/xxxxxx/public_html/xxxxxx/wp-content/plugins/dynamic-pricing-and-discounts-for-woocommerce-basic-version/public/new_calculation_handler.php:79\
sorry – just to clarify, I meant changing the height and width values in that add_theme_support() function in the main twenty nineteen theme’s functions.php:
add_theme_support( 'custom-logo', array( 'height' => 190, // change here 'width' => 190, // and change here 'flex-width' => false, 'flex-height' => false, ) );
then adjust the css as required. To be honest, I just ended up commenting out the whole branding div (and its php) and hardcoding the logo html! ??
<div id="new_logo_div"><img src="..." alt="..." /> <!--<div class="site-branding-container"> <?php // get_template_part( 'template-parts/header/site', 'branding' ); ?> </div><!-- .layout-wrap -->
- This reply was modified 5 years, 9 months ago by jimmypowdrellcampbell.
I tried it in the child theme’s function.php and it didn’t work for me either but changing the height and width values in the main twenty nineteen theme’s functions.php did.
Forum: Plugins
In reply to: [SKU Error Fixer for WooCommerce] 504 Gateway TimeoutFollow-up: apologies but I had completely forgotten that when we first set up this web site, to keep it inaccessible to the public while we were getting it ready, I had shut the door using an ip-based htaccess redirect, hence the 504 Gateway Timeout.
Sorry!
Jimmy
Forum: Fixing WordPress
In reply to: double slash prefixed to Page url gives 404First fix to try is the quickest: log into the Admin, go to Settings and check the WordPress address (URL) field.