greart Posted May 6, 2015 Share Posted May 6, 2015 Witam, mam zamiar wstawić informacje, odnośnie plików cookies. mam o to skrypt taki: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-4100477-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); function WHCreateCookie(name, value, days) { var date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); var expires = "; expires=" + date.toGMTString(); document.cookie = name+"="+value+expires+"; path=/"; } function WHReadCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } window.onload = WHCheckCookies; function WHCheckCookies() { if(WHReadCookie('cookies_accepted') != 'T') { var message_container = document.createElement('div'); message_container.id = 'cookies-message-container'; var html_code = '<div id="cookies-message" style="padding: 10px 0px; font-size: 14px; line-height: 22px; border-bottom: 1px solid rgb(211, 208, 208); text-align: center; position: fixed; top: 0px; background-color: #efefef; width: 100%; z-index: 999;">Ta strona wykorzystuje pliki cookie, używamy informacji zapisanych za pomocą plików cookies w celu zapewnienia maksymalnej wygody w korzystaniu z naszego serwisu. <a href="http://wszystkoociasteczkach.pl" target="_blank">Dowiedz się więcej</a><a href="javascript:WHCloseCookiesWindow();" id="accept-cookies-checkbox" name="accept-cookies" style="background-color: #00AFBF; padding: 5px 10px; color: #FFF; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; display: inline-block; margin-left: 10px; text-decoration: none; cursor: pointer;">Rozumiem</a></div>'; message_container.innerHTML = html_code; document.body.appendChild(message_container); } } function WHCloseCookiesWindow() { WHCreateCookie('cookies_accepted', 'T', 365); document.getElementById('cookies-message-container').removeChild(document.getElementById('cookies-message')); } jQuery(document).ready(function() { jQuery("#facebook2_2").hover(function(){ jQuery(this).stop(true,false).animate({right: "0px"}, 500 ); }, function(){ jQuery("#facebook2_2").stop(true,false).animate({right: "-304px"}, 500 ); }); }); $(document).ready(function() { $('.zdjecie').mouseenter(function(e) { $(this).children('a').children('img').animate({ height: '240', left: '0', top: '-20', width: '240'}, 100); $(this).css("margin-top:-10px"); }).mouseleave(function(e) { $(this).children('a').children('img').animate({ height: '220', left: '0', top: '0', width: '220'}, 100); }); }); </script> i bym chciał go umieścić w stronie głównej Jak edytowałęm plik index.html to nie bardzo znajde gdzie go tam wkleić mam Pytanie moje, gdzie mogę wkleić ten skrypt/kod? Pozdrawiam Link to comment Share on other sites More sharing options...
0 tomfly Posted May 6, 2015 Share Posted May 6, 2015 tam nie wstawiaj. wstaw np w header.tpl w folderze z szablonem sklepu Link to comment Share on other sites More sharing options...
0 greart Posted May 6, 2015 Author Share Posted May 6, 2015 (edited) a gdzie go tam konkretniej umieścić? Bo jak go wklejam, to niestety potem sklep nie działa Chodzi o to, że to tam nie jest zaciekawe, bo jest wszystko wciśnięte na jedno kopyto. Wpisałem w jedno miejsce, lecz potem sklep nie uruchamia sie. Pozdrawiam Edited May 6, 2015 by greart (see edit history) Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 6, 2015 Share Posted May 6, 2015 Presta posiada moduł do google analytics więc na początku spróbuj z modułem tam będziesz musiał podać wkonfiguracji tylko UA-4100477-2 jesli to nie zadziała dopiero wtedy baw się w dodawanie skryptów do plików. Link to comment Share on other sites More sharing options...
0 greart Posted May 7, 2015 Author Share Posted May 7, 2015 a jak się nazywa dokładnie ten moduł? Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 7, 2015 Share Posted May 7, 2015 Moduł się nazywa po prostu Google analytics jest standardowo w panelu presty. Link to comment Share on other sites More sharing options...
0 greart Posted May 7, 2015 Author Share Posted May 7, 2015 Witam, zainstalowałem moduł, zarejestrowałem się i otrzymałem identyfikator. Wpisałem go w konfiguracji sklepu. Zapisałem. Jednak nie widzę efektu. Coś źle robię? Pozdrawiam. Link to comment Share on other sites More sharing options...
0 tomfly Posted May 8, 2015 Share Posted May 8, 2015 znajdz sobie w googlach skrypt cookies i w klej w pliku header.tpl pomiędzy znacznikami head w szablonie sklepu i będzie działać Link to comment Share on other sites More sharing options...
0 endriu107 Posted May 8, 2015 Share Posted May 8, 2015 Po pierwsze sprawdź w google analytics czy pokazuje wizyty na żywo, google potrzebuje czasu na zebranie danych i statystyki pokazuje z opóxnieniem. Link to comment Share on other sites More sharing options...
0 greart Posted May 13, 2015 Author Share Posted May 13, 2015 Witam, w google pokazuje wizyty na żywo. Odczekałem kilka dni i jest to samo, nie pokazuje się. Jakieś wskazówki? Nie chce nic zbytnio dodawać w pliki ręcznie, bo nie chce uszkodzić plików i w ogole. Potem źle się coś wyświetla itp. Pozdrawiam Link to comment Share on other sites More sharing options...
0 ravto Posted May 13, 2015 Share Posted May 13, 2015 Witam, Łatwiej i szybciej będzie zainstalować darmowy moduł... Link to comment Share on other sites More sharing options...
Question
greart
Witam, mam zamiar wstawić informacje, odnośnie plików cookies.
mam o to skrypt taki:
i bym chciał go umieścić w stronie głównej
Jak edytowałęm plik index.html to nie bardzo znajde gdzie go tam wkleić mam
Pytanie moje, gdzie mogę wkleić ten skrypt/kod?
Pozdrawiam
Link to comment
Share on other sites
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now