mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Orders Page broken after Woocommerce new versionDid you make sure the WooCommerce DB updater ran as well?
As well,
https://wordpress.org/support/topic/before-posting-gather-the-following-details/
This would help.
Forum: Plugins
In reply to: [WooCommerce] Template override not recognizedSorry for the late reply. Try adding
add_action( ‘after_setup_theme’, ‘wc_support’ );
function wc_support() {
add_theme_support( ‘woocommerce’ );
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
}to your functions file. Support has to be declared to override WooCommerce templates.
Forum: Plugins
In reply to: [WooCommerce] No products in Cart popup stuck in Firefox@debbiet It looks like you got this sorted out?
Forum: Plugins
In reply to: [WooCommerce] category error message on product pageMost welcome! Glad you got it sorted out.
Forum: Plugins
In reply to: [WooCommerce] category error message on product pagetry using this url after your .com
/wp-admin/admin.php?page=wc-settings&do_update_woocommerce=1
This should have WooCommerce try to update the database for the version you are currently using.
Though it looks like you may have a plugin to add fields to products? If so try deactivating that plugin.
Forum: Plugins
In reply to: [WooCommerce] category error message on product pageDo you have a link to the site?
Forum: Plugins
In reply to: [WooCommerce] category error message on product pageHave you tried changing the theme to figure it out? If it is not theme based changing to storefront would show the same issue. If it is theme based it could be a template issue where they are running a query to pull the data.
Forum: Plugins
In reply to: [WooCommerce] No products in Cart popup stuck in FirefoxYou have an issue with the javascript that is on that hover event. With minification on, it could be causing the issue but most likely going to need to reach out to the theme developers.
Forum: Plugins
In reply to: [WooCommerce] My shop page is messed up after the recent woocommerce updateAt a glance you are going to need to reach out to the theme developers. It is not showing compatibility with WooCommerce 3.3.X.
https://themeforest.net/item/thegem-creative-multipurpose-highperformance-wordpress-theme/16061685
Your best bet right now is to use https://wordpress.org/plugins/wp-rollback/ to revert the plugin to 3.2.X.
Forum: Plugins
In reply to: [WooCommerce] Version 3.3.1 does not work@altairtim Please make your own thread. You have provided no information that could be used to see what the issue is. A LOT of people have issue with Flatsome theme.
Sorry meant talk to your hosting provider and Paybox.
They could have security in place that is redirecting end points like that. Some security plugins block it as well.
Forum: Plugins
In reply to: [WooCommerce] Does Woocoomerce support multitude of variations?Are you also running SQL on the same server? What does the server log report for the 500 error?
As well, how many variations do you have loading on the page via screen options? the lower that number the better.
For ease, I had attempted to do 150-200 at a time. Ended up finding out 50 was about it when dealing with a lot. It sucks, but does make sense at the same time.
Forum: Plugins
In reply to: [WooCommerce] Template override not recognizedWhat is your theme based on? I just tested using Storefront and had the same issue. However, when I used a custom theme it defaulted correctly.
Forum: Plugins
In reply to: [WooCommerce] css to change sale colour on product pageForum: Plugins
In reply to: [WooCommerce] blank page opening the “all the products” pageHow did you change the number of products to display on the products page?