Ok - I'm a complete newbie when it comes to tinkering with code but....... I downloaded the 'primebox version'.
I uploaded the jquery.cookiebar.css to my css folder
I uploaded the jquery.cookiebar.js to my js folder
There is already a version of jquery-1.11.0.min.js in the js folder
I edited the script to read:
<script type="text/javascript" src="/js/jquery.1.11.0.min.js"></script>
<script type="text/javascript" src="/js/jquery.cookiebar.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$.cookieBar();
});
</script>
I also tried using the following script because I'm not sure if RDS uses $(document).ready()
<link rel="stylesheet" type="text/css" href="/css/jquery.cookiebar.css" />
<script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="/js/jquery.cookiebar.js"></script>
</script>
and added that to the head section on the settings page.
I exported the site and uploaded
I also tried adding an HTML element and adding the code, changing the Tag to 'Header'.
And nothing - no cookie bar. I'm missing something, probably very simple but, fundamental. What is it?
regards JP
JP
Cat herder and Fog platter.