Caleb Burks
Forum Replies Created
-
Could you post links to some screenshots of your settings, and the problematic result your are getting on the frontend? I’m having trouble following.
Forum: Plugins
In reply to: [WooCommerce] Non-Enabled Variations display on products shop pageUpdate, ah, I think I see what you mean. This is working for me as well though:
http://cld.wthms.co/oc64y & http://cld.wthms.co/62lF5Z
Is it the fact that the attributes even show up to be selected? If so, this is because WooCommerce doesn’t load all possible variations past a certain point for performance reasons.
You can increase the ajax variations limit using this plugin: https://wordpress.org/plugins/woo-simple-variation-tools/
Forum: Plugins
In reply to: [WooCommerce] Non-Enabled Variations display on products shop pageDo you mean attributes?
This seems to be working fine for me: http://cld.wthms.co/Og7SZo & http://cld.wthms.co/wf0kND
- This reply was modified 8 years, 3 months ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce] cheatin’ uh? sorry, you are not allowed to access this site.That is likely unrelated to the permissions problem, but worth noting.
Forum: Plugins
In reply to: [WooCommerce] cheatin’ uh? sorry, you are not allowed to access this site.Make a new/test admin account and see if it has access.
Disable all plugins except for WooCommerce and switch to a default WordPress theme, then see if you can access the categories.
Forum: Plugins
In reply to: [WooCommerce] Display Options on CustomizerImages should actually regenerate live now, in the customizer.
It looks like the underscores boilerplate could you some updates though, I opened an issue here: https://github.com/Automattic/underscores.me/issues/65
It does nothing with WC image sizes though, so the defaults will be used.
Forum: Plugins
In reply to: [WooCommerce] cheatin’ uh? sorry, you are not allowed to access this site.The link looks correct. I think maybe your database is corrupted, else your user roles/permissions are.
At WooCommerce > Status > Tools, try the “Reset Capabilities” option. And make sure to disable any user role/capabilities editor plugins.
Forum: Plugins
In reply to: [WooCommerce] Product shortcodes not working in 3.3.1.I was able to replicate this. Reported here: https://github.com/woocommerce/woocommerce/issues/18859
Need to declare WC support in the theme before you can override templates 🙂
https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
Also, try to use hooks instead of overriding templates: https://github.com/woocommerce/woocommerce/wiki/Template-File-Guidelines-for-Devs-and-Theme-Authors#hook-vs-override—when-to-use-what
You can still override the
woocommerce_template_loop_product_titlefunction.Could also unhook and hook in your own function:https://github.com/woocommerce/woocommerce/blob/804c7712969d4309ee5456be0792e6b6b4d67b4b/includes/wc-template-hooks.php#L102
Forum: Plugins
In reply to: [WooCommerce] Mixed content after latest updateCan use the
wp_get_attachment_image_srcfilter for changing this link in particular: https://core.trac.wordpress.org/browser/tags/4.9/src/wp-includes/media.php#L851Honestly would be better to just force all traffic through https though. You especially should not have pages visitable from both http and https. Try this as a temp workaround: https://wordpress.org/plugins/really-simple-ssl/
Forum: Plugins
In reply to: [WooCommerce] problema di visualizzazione sitoIt sounds like you might have caching problems. Be sure to clear the cache from your web server and any caching plugins.
Forum: Plugins
In reply to: [WooCommerce] Banner below store frontpageThe page content on the store page shows before the products. Adding content underneath will require some custom code.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.3.1 doesn’t search pending productsI can replicate. Opened up an issue here: https://github.com/woocommerce/woocommerce/issues/18856
Forum: Plugins
In reply to: [WooCommerce] How to send contact form data to woocommece checkout