Enable WP_DEBUG, reload the page and look in the log. Does it have a “Fatal Error” in it?
Thanks for your help Vankaa, yes fatal errors
2017-10-26T11:21:00+00:00 CRITICAL Uncaught Error: Call to undefined function basel_get_opt() in /wp-content/themes/basel-child/functions.php:6
Stack trace:
#0/wp-includes/class-wp-hook.php(298): basel_child_enqueue_styles('')
#1 /wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#2 /wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#3 /wp-includes/script-loader.php(1300): do_action('wp_enqueue_scri...')
#4 /wp-includes/class-wp-hook.php(298): wp_enqueue_scripts('')
#5 /wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#6 /wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#7 /wp-includes/general-template.php(2589): do_action('wp_head')
#8 /wp-includes/theme-compat/header.php(46): wp_head()
#9 /wp-includes/tem
-
This reply was modified 8 years, 9 months ago by
fatpotanga.
It seems that a function(basel_get_opt) is missing. Are you using a child theme? Is this function from the parent theme or another theme? May be you changed the main theme or the function was replaced with something else? Try looking in that direction.
Thanks Vankaa.
I’m using a Child theme, updated the main theme today to be wc 3.2.1 compatible.
Will check the child.
Again, appreciate you taking the time to help
Fixed – turns out my host had swapped servers and wasn’t reading my .htaccess file correctly. (Grrr…)
Thanks again for all your help.
Hopefully the information above will come in useful to someone else at some point.