bencox
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook for WooCommerce] Plugin breaking Category edit pagesMarcus
I have increased the PHP memory limit to 512Mb on the site and that seems to have fixed the problem.
Thanks for your help
Ben
Yep, 2.1.4 ??
Me too, when I edit a product category I get this error at the top of the page and the edit page does not load in properly.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-content/plugins/facebook-for-woocommerce/includes/Products/FBCategories.php on line 47
I have deactivated the FB plugin for now and all is working as it should
Ben
- This reply was modified 4 years ago by bencox.
Forum: Everything else WordPress
In reply to: Phone Order plugin for WooCommerceThanks. I have tried that one, but only the free version. It only allows for very simple entry of products and not any variation details. ??
Forum: Plugins
In reply to: [Slate Admin Theme] Nice Theme, doesn’t seem to play with Woocommerce@flatsphere Thank you. ??
Forum: Plugins
In reply to: [Slate Admin Theme] Nice Theme, doesn’t seem to play with Woocommerce@flatsphere Thanks for the reply. That has fixed the top bar problem but the main left hand menu still scrolls all the way up when I am using WooCommerce. ??
Forum: Plugins
In reply to: [Aquila Admin Theme] Not working well with WooCommerceI fixed it by adding a top margin of 33px CSS in style.css
.woocommerce-layout__header {
background: #fff;
display: flex;
justify-content: space-between;
flex-direction: row;
box-sizing: border-box;
border-bottom: 1px solid #fff;
padding: 0;
height: 56px;
position: fixed;
width: 100%;
top: 32px;
z-index: 1001;
margin-top:33px; <———–******
}Forum: Plugins
In reply to: [Slate Admin Theme] Nice Theme, doesn’t seem to play with WoocommerceForum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Orders not showing after updateZorem
That worked perfectly,
Many thanks
Ben
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Orders not showing after updateZorem,
Thank you ??
Ben
I have been using AST for a little while now.
Settins are as follows:
Rename: ON
Default: ON
Email include: COMPLETED
Show Invoice: ON
Show Packing Slip: ONHi
I updated to 2.9.9.3 and now the order I had marked as shipped has disappeared from the orders list!
If I disable the plugin the orders I have marked as delivered also disappear!
Any ideas?
Ben
All good, thanks for quick fix ??
I have the same, have tried uninstalling the plugin and reinstalling. I get the following error when I try to edit a product.
Fatal error: Uncaught Error: Call to a member function get_items() on bool in /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php:328 Stack trace: #0 /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-includes/class-wp-hook.php(289): WC_Advanced_Shipment_Tracking_Actions->add_meta_box(‘product’) #1 /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-admin/includes/meta-boxes.php(1562): do_action(‘add_meta_boxes’, ‘product’, Object(WP_Post)) #4 /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-admin/edit-form-advanced.php(269): register_and_do_post_meta_boxes(Object(WP_Post)) #5 /homepages/34/d644092781/htdocs/clickandbuil in /homepages/34/d644092781/htdocs/clickandbuilds/CustomCarpRigs/wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php on line 328