katmacau
Forum Replies Created
-
Thank you. I have already excluded the pages but the error was happening on all pages. I can’t change the PHP version as the site is live and may break other things.
Perhaps this helps but I did deactivate the plugin (to test if it was causing another issue which is wasnt). Before deactivating it worked without issue. After re-activating it then had these issues. Does that help with why it might happen?
Actually I noticed that it was not the cart that was the error but the caching mode in general. That error is appearing on multiple pages unless I deactivate cache. I tried clearing the cache but no luck. Have had to turn off page caching due to the error. Please help.
Forum: Fixing WordPress
In reply to: Woocommerce stripe plugin loading on non checkout pagesWorked it out. I needed to update the theme woocommerce templates to match latest woocomerce templates changes and it fixed things.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Abandon cart mail chimp with Cpanel Cron jobsThank you. We only have a free Mailchimp account at this stage so no support from them. But I will test over the settings there.
Can you please answer my other question to help with testing too? How far in the ordering process does a customer need to go for an Abandon Cart to be sent? Eg do they just have to reach the checkout page and enter their email address or do they have to submit the order but payment fail?
Forum: Reviews
In reply to: [Block Navigation] Very handyOk so when you are viewing the block navigation tool it lists all the items. Eg:
Group
– Group
— Heading (shows first bit of text)
— image (shows image)
– Group
— Heading (shows first bit of text)
— image (shows image)Etc. What would be good when viewing that list is a quick way to identify which group it is. Like how you show the first bit of text or the image for other blocks. But for groups, you could show the Additional CSS Class(es) which you apply to a group via the blocks advanced options (after colour settings).
Forum: Fixing WordPress
In reply to: Woocommerce SKU field not showing in product editorResolved. This code was in the functions file.
add_filter( ‘wc_product_sku_enabled’, ‘__return_false’ );
Thank you! Using this plugin in-conjunction with the mime types action in my functions file worked.
Hi Sasa. I’ve tried that and it worked successfully!
Thank you Sasa. I will try the not in array option. Greatly appreciated.
Thanks. Are there filters to add your own sitemap to the main sitemap? What I might try is to disable the products sitemap that is auto generated and then create my own one with only the products I want. However I dont know how to get it to include my own sitemap in the list of sitemaps?
Thank you. I have already put in no index on those pages. Also those pages should auto redirect for google anyway as you need to be logged in to view those products. Therefore an issue I suspect will happen is that google gets a bunch of 404 errors for the private products.
I have about 40 public products and 500+ private ones. Thats a very long list of IDs to exclude. Is is possible to instead do the reverse – exclude all products by default and then specify products to include by id? Eg an wpseo_include_from_sitemap_by_post_ids option?
Forum: Developing with WordPress
In reply to: 403 Error on saving custom post typeThank you. The hosts changed security settings and this fixed it!
Forum: Developing with WordPress
In reply to: 403 Error on saving custom post typeThanks. I will see what the hosts say about this.
Forum: Fixing WordPress
In reply to: Allowing AI file uploads on website front endWoocommerce said:
This is something managed by WordPress. I suggest you write a new topic on the WordPress support forum at https://wordpress.org/support
Forum: Fixing WordPress
In reply to: Allowing AI file uploads on website front endNot using contact form 7 for this. Using
WooCommerce Product Add-ons for the upload.