[Pro] ScriptyFader conflict - cookie alert script

Hi

I’m using the scriptyfader action on a website - all working brilliantly.

I’ve been trying to apply a pop up alert for a cookie policy. I’ve tried several freely available solutions on the web, with each using php and jQuery. When I’ve got them all to work, my scriptyfader element no longer works - or shifts to the top left of the website as it animates.

I’m guessing its a jQuery/Prototype conflict, so does anyone know a way around it? Or even better, is there an action for a Banner that allows users to accept cookies (cant find one)??

Thanks

Mark


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m guessing its a jQuery/Prototype conflict,

More than likely

There was discussion about the Cookie law here http://freewaytalk.net/thread/view/108897

and an action resulted http://actionsforge.com/actions/view/259-cookies-info

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dave, I’d seen this but this isn’t what i need. I have a Privacy Policy / Cookie Policy. What i need is the ability to opt in/out. I’ve been trying to use Cookie Control http://www.civicuk.com/cookie-law/index (which works apart from the scriptyfader conflict) and tried this too - http://www.glimpsemedia.co.uk/blog/archives/168

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can you show us a page and tell us where/how you added the Cookie Control script


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you have added the CC script into the Body of your page then try adding the following No Conflict script into Page>HTML Markup in the Before section.

<script type="text/javascript">//<![CDATA[
 var noconflict = {}; noconflict.$ = jQuery.noConflict(true);
 //]]></script>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK Mark

I have now had a chance to try this and found the first No Conflict script didn’t work so here is another

<script>
var jq = jQuery.noConflict();
</script>

Added to this ScriptyFader page http://www.deltadesign.co/fw_examples/fwactions/scriptyfader.html

In the Before section after the Cookie Control script.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dave - I’ll give it a try.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Dave

I sort of worked, so thanks. Had to refresh cache a few times and the cookie control tab sometimes has its own issues, but I’m happy with the result. It’s working here http://www.mptt.co.uk

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options