You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Piggybacking off 651, which seems to not be solved.
woocommerce.php in the root does not allow you to override woocommerce templates in your theme (as intended by woothemes). I need to do this, so i removed woocommerce.php from the root. Once i do that, i can now override woocommerce templates as intended.
But then the theme throws this error on before_content and after_content. Do we need to include these functions in our woocommerce template over-rides possibly? How do we solve this?
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'foundationpress_before_content' not found or invalid function name in /home/content/00/9607100/html/newwordpress/wp-includes/plugin.php on line 525
The text was updated successfully, but these errors were encountered:
Solved: @olefredrik I think this needs to be done...otherwise using this template is not actually compatible with woocommerce. replace lines 251+ on cleanup.php. @eccola
If anyone can figure out a more dynamic way to fix this please share!
#651
Piggybacking off 651, which seems to not be solved.
woocommerce.php in the root does not allow you to override woocommerce templates in your theme (as intended by woothemes). I need to do this, so i removed woocommerce.php from the root. Once i do that, i can now override woocommerce templates as intended.
But then the theme throws this error on before_content and after_content. Do we need to include these functions in our woocommerce template over-rides possibly? How do we solve this?
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'foundationpress_before_content' not found or invalid function name in /home/content/00/9607100/html/newwordpress/wp-includes/plugin.php on line 525
The text was updated successfully, but these errors were encountered: