Skip to content

Jquery error bootstrap #4

@mrkellysch

Description

@mrkellysch

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions