mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] cart, checkout and my account pagesReally not sure what you are stating here.
WooCommerce will set the pages up that are required.
Under WooCommerce > Status > Tools then click on create pages.
Pages needed:
Cart
Checkout
My Account
ShopIf you have not added products the shop page will not display anything and will state no products were found.
Forum: Plugins
In reply to: [WooCommerce] cart, checkout and my account pagesHave WooCommerce create them.
WooCommerce > Status > Tools then click Create pages.
Forum: Plugins
In reply to: [WooCommerce] css to change sale colour on product pageyou can use .woocommerce div.product span.price to change the color
Forum: Plugins
In reply to: [WooCommerce] Cart updating issues for some usersDid you modify the storefront_header_cart function? Looking at it the cart icon is not correctly displayed and would explain why it doesn’t function correctly.
It should be generated in a ul > li > a and it just is an anchor.
So I’m guessing you modified the original code since the classes etc also do not match up.
Forum: Plugins
In reply to: [WooCommerce] Cart updating issues for some usersI get the white page of death. I would expect you are having some other issues that are causing your issues.
Forum: Plugins
In reply to: [WooCommerce] CDN and WooCommerceIssue looks to be with above the fold not WP Super Cache/CDN.
Looks like a plugin you are using is causing a JS issue.
Forum: Plugins
In reply to: [WooCommerce] New Update Messed Up Catalog Selectionyou can also look to see if your theme already has been updated for 3.3. The problem is a lot of themes overwrite the actual files for WooCommerce vs just changing things via hooks.
Forum: Plugins
In reply to: [WooCommerce] recommended pluginsLooks like they already know they need WP, Storefront and WooCommerce….
So moving on with more relevant information.
A lot of it depends on hosting, caching and the use of a CDN etc.
I would use jetpack for the free image CDN as that would help if hosting is not optional.
Caching I use to be a fan of W3 Total Cache but have been using WP Rocket. It is paid but caching can be a pain if you run into an issue and you are not familiar with troubleshooting them.
WP Super Cache is listed to be good but I’ve run into issues with it on certain hosting environments.
Forum: Plugins
In reply to: [WooCommerce] WC 3.3: Issues with Categories displaying in ShopAs the original post states. Themes need to be updated to support 3.3.X. 502 is also a server error. You would need to look at server logs to see what the cause was.
Forum: Plugins
In reply to: [WooCommerce] Huge problems with 3.3Fast velocity Minify is the problem (at least the JS part). It does not clean up after itself. I installed and tested and even removing the plugin via the admin it left files. Reactivate it and disable anything within it you can.
Forum: Plugins
In reply to: [WooCommerce] Huge problems with 3.3Looks to be this plugin making that folder – https://wordpress.org/plugins/fast-velocity-minify/
Forum: Plugins
In reply to: [WooCommerce] Huge problems with 3.3The mobile version looks to be loading a mobile theme which is different than the desktop version.
Forum: Plugins
In reply to: [WooCommerce] Huge problems with 3.3Same here though there seems to be other issues by looking at the console.
Forum: Plugins
In reply to: [WooCommerce] WC 3.2.6 My Account Orders PaginationIf you change the theme to storefront does the problem persist?
Forum: Plugins
In reply to: [WooCommerce] site failing after loading WooCommerceLooks like the issue has been resolved?