mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Images wont display in shop and or product pagesCan you change it to storefront and let me know so I can take a look?
Forum: Plugins
In reply to: [WooCommerce] Images wont display in shop and or product pagesTry changing the theme? I have a feeling that is the issue. Not something else.
Forum: Plugins
In reply to: [WooCommerce] WooComm store width with widgetsYou maybe able to talk to your hosting provider and ask them to do it. Since it is a fairly simple thing they may not charge anything for it.
As well, if you need paid support to update the theme you could go through woocommerce.com or post here https://jobs.wordpress.net/
Forum: Plugins
In reply to: [WooCommerce] Image rotated on product pageAre you able to unhide the page? it currently has a coming soon page there.
Forum: Plugins
In reply to: [WooCommerce] WooComm store width with widgetsThe theme is your problem, not WooCommerce so doing that will not change how it currently looks
Forum: Plugins
In reply to: [WooCommerce] Images wont display in shop and or product pagesI would say something has changed. The default layout that WooCommerce uses to lay out the products on the shop page is completely different. You would need to compare it to the actual template file to see a difference.
Forum: Plugins
In reply to: [WooCommerce] Modify variations tax massivelyAre you mixing and matching these within the same product? Variations will inherit the tax class of the parent by default.
This would be an issue with the plugin. Not WooCoomerce, you would need to reach out to their support on the plugin itself as it is manipulating WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Images wont display in shop and or product pagesDid you upload images? Its pulling the default image which is generally used when no product image is added. The other thing, it looks like a major work in progress. Are you overriding any WooCommerce templates?
Forum: Plugins
In reply to: [WooCommerce] generates a ticket – blank pageYou would need to provide more information than this. There is little to nothing that would point anyone in any direction as to what could cause this.
White screens are generally 500 errors which is internal. This could be bad or incorrect code. You would need to look at server logs or turn on PHP/WP debugging to see what the error was. This looks to be a heavily modified theme, in which case something there could be causing it or something you have tied into order generation.
Forum: Plugins
In reply to: [WooCommerce] WooComm store width with widgetsYou will need to reach out to the theme developers. While it does “support” WooCommerce the template override is just a copy/paste of the template with added classes so WooCommerce is doing due to the override.
Though if you do not want to mess with that. If you know how to FTP into your site. Just delete the woocommerce folder within the rookie theme folder. It works fine without it.
https://pasteboard.co/H7G3GdW.png
This was a fresh install of WordPress, WooCommerce and Rookie. All I did was remove the folder.
Forum: Plugins
In reply to: [WooCommerce] WooComm store width with widgetsWhat theme are you using?
Short answer yes it is possible. You will have to either do it manually or find a premium plugin to do it.
Forum: Plugins
In reply to: [WooCommerce] WooComm store width with widgetsThe issue is you have the class content-area on the div with ID primary inside a div with ID primary that also has a class of content-area….
A few things here. An ID should only be used once on a given page. That said, remove content-area from the div just outside of main and it solves your problem. I would also fix the double ID issue.
Forum: Plugins
In reply to: [WooCommerce] Select2 jquery issueIf you are overriding a template. Did you update the template to make sure it was correct? A link would also be helpful.