javascript - Script isn't working on Coppermine -


i want add backstretch on coppermine script don't seem work! works on wordpress not in coppermine. here backstretch code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>  <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.3/jquery.backstretch.min.js"></script>  <script>          $.backstretch([                "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel9~65.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/selena_hqdiesel7.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel4~132.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel0~106.jpg"           ], {duration: 5000, fade: 750}); </script> 

and how applied it

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en"    "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{lang_dir}"> <head><meta http-equiv="content-type" content="text/html; charset=ansi_x3.4-1968">  <meta http-equiv="pragma" content="no-cache" /> <title>{title}</title> {meta} <link rel="stylesheet" href="css/coppermine.css" type="text/css" /> <link rel="stylesheet" href="themes/classic_vstrip/style.css" type="text/css" /> <link rel="shortcut icon" href="favicon.ico" /> <link href='http://fonts.googleapis.com/css?family=open+sans+condensed:300' rel='stylesheet' type='text/css'/> {javascript}  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>  <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.3/jquery.backstretch.min.js"></script>  <script>          $.backstretch([                "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel9~65.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/selena_hqdiesel7.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel4~132.jpg"             , "http://www.hqdiesel.net/gallery/albums/userpics/10004/hqdiesel0~106.jpg"           ], {duration: 5000, fade: 750}); </script>  <!--   svn version info:   coppermine version: 1.5.2   $headurl: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/themes/classic_vstrip/template.html $   $revision: 6583 $   $lastchangedby: gaugau $   $date: 2009-09-16 07:42:37 +0200 (mi, 16 sep 2009) $ --> </head> <body>gallery codes here</body> 

what doing wrong? thank ♥


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -