[BUG] Edit single product page #727
-
Describe the bugHello Basti and team! What I am trying to achieve here is to edit the single product page in order to give it a specific view with a fullwidth product image, the product description above the image, and the breadcrumb below. I have made a local copy of the woocommerce template files on my child theme and everything is smooth by just re-arranging the hooks I can give them a different order. I have managed to remove the sidebar by removing I understand that the column structure lies within I don't work with gutenberg blocks maybe I am missing something important here. I would appreciate it if you can point me to the right direction. Thanks in advance and always grateful for your time and help. Steps to reproduceNo response Screenshots and Additional InfoNo response Website link |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi Alexandros, you simply want to remove the sidebar in Woo pages, correct? If so, two ways: The main col is dynamic. If there a widget in sidebar is active main col is set to <?= bootscore_main_col_class(); ?> in If you do not want to use a plugin, then remove Solved? |
Beta Was this translation helpful? Give feedback.
-
Partly solved my dear friend what I basically want to achieve is to be able to put in a |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for your help Basti that will do it! Have a lovely weekend. |
Beta Was this translation helpful? Give feedback.
This files are not inside our theme. If you want to add row and cols to them you must copy the files from WooCommerce to your child. For example the product image https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/templates/single-product/product-image.php.
But instead overriding the template files, you can roughly override WooCommerce's CSS: