I am having the hardest time trying to modify the woocommerce layout for the storefont template. My directory is:
-
Location for woocommerce plugin:
wp-content/plugins/woocommerce/templates
-
I copy everything in the templates folder above into:
wp-content/themes/storefront_child/woocommerce/
-
Modify any file inside the woocommerce folder above such as writing
OMG anywhere on the page. - Nothing shows in my page.
I am a rookie in WordPress and I have no idea how to modify the files for a plugin/template. I have not activated my child template either (is that required?). When I duplicate the woocommerce files and try to install them, it says the template is missing.
open up
functions.php
then copy below code on there:
and then check the result
I finally got it after much research. Most sites neglect to mention that what actually “activates” the child theme is the comment in the CSS. So the child theme MUST include the CSS with the information that links it to the parent child. In my case:
It seems your child theme has not configured properly. You please double check below points.
Your child theme has a style.css file with below code
You properly Enqueued the Styles and Scripts.