Finally got it to work as follows:
Uploaded jquery.cookiebar.js and jquery-1.11.3.min.js to my RSD created 'js' subfolder on my website.
Uploaded jquery.cookiebar.css to the 'css' subfolder.
Files attached:
Added the following script to the
footer on the settings tab in RSD:
<script type="text/javascript" src="js/jquery.1.11.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.cookiebar.css" />
<script type="text/javascript" src="js/jquery.cookiebar.js"></script>
<script>
$(document).ready(function(){
$.cookieBar({
fixed: true,
bottom: true,
});
});
</script>
Uploaded the site using FileZila (I cannot get Coffeecup Direct FTP to run smoothly - keeps stalling) and hey presto it works. One minor niggle. The CSS line for the description font colour gets ignored and only displays in black. You can see this happening on Eric's demo site. Don't know why and I couldn't sort it. Maybe one of the code gurus out there can figure it out?
Cheers JP
JP
Cat herder and Fog platter.