Sidebar Dropping WP Woocommerce - woocommerce

Have a crazy issue with a woocommerce product page...the sidebar is dropping only on a single product page but no other woocommerce pages...
see here: http://brachelleart.com/shop/vate-lamp/
Any help would be amazing.

Page doesn't not exist. Thats your problem.

Related

Woocommerce (Wordpress) - Hide featured product from products

I have to create a view in a Wordpress template where I highlight a featured product in the header with [featured_products] and show all the other remaining products in a section below the header. I need to list all products with [products orderby="rand"] without the featured one, because this one is shown in the header of the page already.
Any way to do this?
Thanks in advance!
PS: I don't understand how people have not come across the same problem, lol.

Woo-commerce - Add Product - Listing Page - Design not showing properly - Wordpress

Please check the attached image. I am getting broken add product page and listing design page in Wordpress - Woocommerce. I am not able to enter the title. Because after Add product page fully load. it hides the title textbox. Another issue in the Product List Page. The image column and name column are overlaying.
Please suggest me to resolve this problem.
Thank you.
It doesn't seems you are using a woocommerce plugin to add the products. I can guess that you build this by making a custom post type functionality. Because normally, woocommerce has it's own icon for the post type as well as for product post type.
Please check with the plugin compatibles.
I deactivated all plugins except Woo-commerce plugin and activated plugin one by one. I found that one plugin causes the issue. It's Works

Hide all Wordpress elements except Woocommerce products page?

I need to only see on the home page in my wordpress installation the woocommerce product pages.
No menus, no headers, nothing at all.
How can i do this?
Thanks in advance
Using theme StoreFront and StoreFront PowerPack i can hide all components i want.

No sidebar on product category (woocommerce) page

I have searched the forum and found people wanting to get rid of the sidebar when on the product category page. My issue is the opposite and I have not found someone raising it (so hopefully, the solution is easy):
the sidebar shows OK on the (standard woocommerce) shop page (based on woocommerce.php template) but when I click a product category in the sidebar of that same shop page, the product category page (based on woocommerce.php template as well) has no sidebar.
Has someone come across this issue?
(WordPress 4.9.4, woocommerce 3.3.3 (same issue on 3.3.1)
Add the following code to your functions.php file, I would recommend that you use a child theme or plugin for this. That way you won't lose your modifications when the theme gets updated.
add_action('wp', create_function("", "if (is_archive(array('product'))) remove_action( 'woo_main_after', 'woocommerce_get_sidebar', 10);") );

WooCommerce Divi Product Taglist broken

I have a problem with Divi and WooCommerce. The taglist on the article page is broken. The tags are not shown in a row, but in a column. I noticed it just now and I'm sure I didn't change anything.
Ever heard of this issue? I can't find an option to fix it, so I might need to style it myself.
Here is a screenshot:
Greetings
After disabling the WooCommerce Multilingual plugin everything is back to normal.

Resources