Code updated on the footer.php is not reflecting on the site
-
-
-
Absolutely so I have this adroll pixel code to add on my footer files. We (me and the adroll specialists) can’t seem to find the pixel reflecting on the site though we tried everything you can possibly think of from our end..
code..
-
sorry image didnt go thru.. this is the code (adroll pixel):
<script type=”text/javascript”>
adroll_adv_id = “yyyyyyy”;
adroll_pix_id = “xxxxxxx”;
(function () {
var _onload = function(){
if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
var scr = document.createElement(“script”);
var host = ((“https:” == document.location.protocol) ? “https://s.adroll.com” : “http://a.adroll.com”);
scr.setAttribute(‘async’, ‘true’);
scr.type = “text/javascript”;
scr.src = host + “/j/roundtrip.js”;
((document.getElementsByTagName(‘head’) || [null])[0] ||
document.getElementsByTagName(‘script’)[0].parentNode).appendChild(scr);
};
if (window.addEventListener) {window.addEventListener(‘load’, _onload, false);}
else {window.attachEvent(‘onload’, _onload)}
}());
</script> -
What is the URL of the site you are working on? We can only help with sites running on the wordpress.com platform. Also you don’t have access to the theme system files on a free wordpress.com website.
-
-
According to https://www.whoishostingthis.com/#search=imoconsultoria.pt your site is not on the wordpress.com platform but uses the open source wordpress.org. Their support is at https://wordpress.org/support/forums/
-
- The topic ‘Code updated on the footer.php is not reflecting on the site’ is closed to new replies.