MrHOGLAB
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.3 Shop Display Options MissingSolution on first reply 🙂
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.3 Shop Display Options Missinghmmm… Well I have a fresh install so that’s probably why I’m not getting that problem.
I saw a little of your source code and it seems like you’re using the storefront theme from woocommerce right? If you are, you would need to update the theme (if there’s an update available).
If you’re using a custom made theme, than you would probably have a custom archive-product.php that may be overwriting the new woocommerce files. If that’s the case, you would need to update your old files with the new ones in the pluging>woocommerce>theme directory.
I’m just guessing here. To correctly diagnose your problem, you need someone to take a good look at your files.
- This reply was modified 8 years, 2 months ago by MrHOGLAB.
Forum: Plugins
In reply to: [WooCommerce] Categories Pages Show Twice in one PageOK, so if you updated and this happened, you should definitely check your archive-product.php file.
Are you getting a notice on your control panel telling you that you might have outdated template files? if so, the most probable cause is that you need to update this files with the new woocommerce files because the old file it’s overwriting the new original file. You may have this file in themes>YOUR THEME>woocommerce>archive-product.php.Hope this helps.
- This reply was modified 8 years, 2 months ago by MrHOGLAB.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.3 Shop Display Options MissingFound part of the solution and I feel kind of dumb.
To change this setting now in the front end you have to go to customize>WooCommerce>Product Catalog and you can customize the store display from there.
Although I would like it better if someone had a snippet that I could use on any page template to call the category loop, this still works fine.
Hope this helps anyone with the same problem.
- This reply was modified 8 years, 2 months ago by MrHOGLAB.
Forum: Plugins
In reply to: [WooCommerce] Categories Pages Show Twice in one PageNot a Woocommerce support member but did you check your woocommerce archive-product.php template? You could have a duplicate loop there.
I also notice that your entire page is repeating, this is a sign of your entire code duplicating. After Google analytics integration your code repeats itself starting from .body-wrapper .theme-clearfix container div, so it could also be a plugin problem. You can try turning off plugins to see if this fixes the problem.
There’s a lot of funky stuff going on on your theme, if you didn’t program it you should check with your theme provider, if you did and your code is clean, then there is a high probability that it’s going to be a plugin compatibility problem. But I’m not an expert so if this doesn’t help we should wait for the verdict from the Woothemes Support guys.