-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
The child theme only has an error when selecting "Start a class" from the header. It shows a blank page, The main school theme has the following error:
Error: Bootstrap's JavaScript requires jQuery
........./bootstrap/js/bootstrap.min.js?ver=3.0
Line 6
The header text is hidden but I can still click on it to "start a class" or select "my classes".
edit: Choose non inline option
edit:
added this to functions.php and the jquery error has disappeared.
//get jquery working dke
function sp_enqueue_scripts(){
wp_enqueue_script('jquery');
}
add_action('init', 'sp_enqueue_scripts');
Still have the problem with "start a class" showing blank even with the shortcode: [sp_edit_class]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels