4 Attachment(s)
Re: Cookie Control Support Thread
Hi, I installed this module (1.2) on 2 different zencart shop (both 1.39h) but I have the same problem by both shops.
shop 1: does NOT have Google analytics so in the backend , the set protected cookies is empty
shop 2: does have Google analytics so in thet backend, the set protected cookies has:analytics
shop 1: frontend I get the cookiecontrol popup, and the product lists has images, but the product info page has no image
shop 2: frontend I get no cookiecontrol and the product info page has a image
when I get to the backend of shop 2 and empty: analytics in the field protected cookies then the result on the frontend is no main image but the cookie control is working
I tried a several hours but no result What went wrong?
Re: Cookie Control Support Thread
Quote:
Originally Posted by
Webbies
Hi, I installed this module (1.2) on 2 different zencart shop (both 1.39h) but I have the same problem by both shops.
shop 1: does NOT have Google analytics so in the backend , the set protected cookies is empty
shop 2: does have Google analytics so in thet backend, the set protected cookies has:analytics
shop 1: frontend I get the cookiecontrol popup, and the product lists has images, but the product info page has no image
shop 2: frontend I get no cookiecontrol and the product info page has a image
when I get to the backend of shop 2 and empty: analytics in the field protected cookies then the result on the frontend is no main image but the cookie control is working
I tried a several hours but no result What went wrong?
Nothing went wrong.
You probably use zen lightbox with mootools in stead of the zen lightbox with jquery.
Re: Cookie Control Support Thread
Quote:
Originally Posted by
eentje
Nothing went wrong.
You probably use zen lightbox with mootools in stead of the zen lightbox with jquery.
Yes that's exactly the problem!!! The sites used fual litebox and I changed this in Zen lightbox and it's working fine now. Many thanks.
Re: Cookie Control Support Thread
Thanks Design75 for creating the plugin. I have installed v 1.2 on my zencart v1.5. All working fine EXCEPT that the slider features on index page of the template is now not working. I saw this issue in the other support thread but no solution yet. Does this plug in works with/support easy sliders feature that is used in estornow template? Any guides or hint or pointer of what might hv gone wrong.
Many thanks
Re: Cookie Control Support Thread
Okay,
I thought to solve this just before going to sleep, and not wait till tomorrow.
I made a test shop with Zen Cart 1.5.0, estornow template, and cookie control 1.2
The slider and cc fail to work. the problem is the jquery already being loaded.
Solution:
edit includes/templates/YOUR_TEMPLATE/jscript/jscript_cookieControl-5.1.min.php
find and remove the following
Code:
http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js
it is not the best solution, but it works
Re: Cookie Control Support Thread
You are a star. Thank you so much - it works a trick.
Should I watch out for anything as an implication of removing the specified code? I can then test that area more thoroughly. I don't know much of programming but base on what I found it is a library (that is as much as I know!) and if it is already loaded then in theory (my theory :blink:) then it should be ok. Then again, I know nothing of coding so...pls advise if there is any point I should be checking/watch out/keep an eye on :-) Thanks.
Re: Cookie Control Support Thread
Indeed it prevents cookie control from trying to load the jquery file again, by removing the address where to find it. Simple Crude and Effective
Re: Cookie Control Support Thread
I can't seem to get this to work. No pop-up is displayed although I can see the code near the closing body tag and up in the head. I have the head code listed twice in the source for some reason directly one below the other which will probably have something to do with the problem but I'm unsure as to why it's been inserted twice.
All files have been uploaded twice as a precaution, all configured via the site admin.
BTW does the script in the head need to be so large?
Re: Cookie Control Support Thread
without a link to your site it is hard to guess what went wrong.
the script is as it was shipped by Civic. You could split it up into three file (script, css and html(php)), but that is up to your own creativity
Re: Cookie Control Support Thread
>without a link to your site it is hard to guess what went wrong.
www.natural-alternative-products.co.uk
>the script is as it was shipped by Civic. You could split it up into three file (script, css and html(php)), but that is up to your own creativity
I'd rather try and get this working than start coding. :)