Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 173
  1. #31
    Join Date
    Jan 2013
    Posts
    2
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    I've done a bit more digging and it appears to be a jquery problem on a sub-domain, the Zencart site I installed it on was a test site which was a sub-domain. I've installed it on a www. domain and the cookie control appears ok.
    Though I am seeing a problem on IE7 - the text at the top of the box doesn't display correctly - the 'c' icon just repeats obscuring the words 'Cookie Control'. IE8 and IE9 appear ok...

    Thanks, Peter

  2. #32
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    thanks for the update The lay out of cookie control is out of the box as done by the developers of civic, and I must admit didn't really bother to check on older browsers for that.

  3. #33
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Just installed - straight forward for a novice - great. Its on http://www.freight-stop-shop.co.uk/tickets/

    I wonder if I missed something -
    Normally when you 'mouse over' a button the button changes colour and the mouse pointer changes to a 'hand'.
    Why is this not the case when the mouse goes over the 'cookie toggle' button?

    Is the cookie toogle button supposed to look as it does? with the 'green 'On' to the right, and the red 'Off' to the left and the On/Off buttons not lined up?

    Currently we dont use google analytics - but the 'onAccept' jscript code still calls ccAddAnalytics - should it? I tried setting the analytics string to an empty string - but it is still called - I had expected that with the string empty the code generated for onAccept would not call ccAddAnalytics.

    Any advice appreciated.

    Allan
    Last edited by tsrplatelayer; 8 Jan 2013 at 11:32 AM.

  4. #34
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Just checked on http://www.civicuk.com/cookie-law/index
    and the mouse over changes to a hand - but the image does not change colour,

    but this is not the case on my installation.

    Allan

  5. #35
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Ha-Ha - got it
    I compared the JS used on Civics site with the JS supplied in the app and found a difference. I made the following change to
    includes/templates/custom/jscript/jscript_cookieControl-5.1.min.php
    Code:
    <a id="cctoggle" style="background-position-x: 0;">
    changed to
    Code:
    <a id="cctoggle" href="#" style="background-position-x: 0;">
    and now the pointer changes to a finger as it should.

  6. #36
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Rats - that fixes the pointer but clicking the button returns to the home page. I guess thats why it was taken out.
    Can PHP not be used to build a string so that the current page is referenced in full?

  7. #37
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    How about adding add the top
    Code:
    <?php 
    $pageURL = $_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://';
    $pageURL .= $_SERVER['SERVER_PORT'] != '80' ? $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUEST_URI"] : $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
    ?>
    and then change
    Code:
    <a id="cctoggle" href="#" style="background-position-x: 0;">
    to
    Code:
    <a id="cctoggle" href="<?php echo $pageURL ; ?>" style="background-position-x: 0;">
    seems to build the correct URL for individual pages - but i am not an expert - so what does anyone think.

    Allan

  8. #38
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    Hi there, iv added my google analytics code to the module in the box provided
    but yet after 2 days google is still saying its not installed :S
    i may not know how yet, but i soon will....i hope :)

  9. #39
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: Cookie Control Support Thread

    see my earlier post this thread 8 Jan
    Seems that mod doesn't work at all -
    Yes the pointer works properly and yes the URL's generated are correct but for whatever reason it no longer enables/disables cookies and I cant see why.

    Can anyone help me out with this please.

  10. #40
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Cookie Control Support Thread

    Quote Originally Posted by tsrplatelayer View Post
    see my earlier post this thread 8 Jan
    Seems that mod doesn't work at all -
    Yes the pointer works properly and yes the URL's generated are correct but for whatever reason it no longer enables/disables cookies and I cant see why.

    Can anyone help me out with this please.
    I just looked at your site, and it seems to be working fine. Try clearing your cache and cookies

 

 
Page 4 of 18 FirstFirst ... 2345614 ... LastLast

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3594
    Last Post: 21 Mar 2024, 06:56 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  4. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  5. Replies: 7
    Last Post: 7 Apr 2011, 10:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR