banner is not displayed
-
I have added the following code in footer
“<script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js”></script>”
And also I have also put the following code in the function.php
// include custom jQuery
function cmplz_include_custom_jquery() {
wp_enqueue_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js’, array(), null, true);
}
add_action(‘wp_enqueue_scripts’, ‘cmplz_include_custom_jquery’);I still can’t get the banner on the page.
how do I solve it?The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘banner is not displayed’ is closed to new replies.