I know many visitors are landing on other pages and navigating through the site, but the tracking code is not working in Enfold.
Help! I’ll post the site below.
Hey sfmcgrady,
Thanks for getting in touch with us!
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Jordan
below
Hi,
As far as I can see the tracking code is present on all your pages, maybe you could try to contact Google to see why you are not getting any data for your other pages?
Best regards,
Rikard
please se more info below as to the problem
Hi,
Thanks for that, I’ve never seen this error before though. Could you try reinstalling the code like they recommended?
Otherwise you can try to add this to your functions.php file under Appearance–>Editor.
function enfold_add_analytics() {
?>
YOUR ANALYTICS CODE GOES HERE
<?php }
add_action( 'wp_head', 'enfold_add_analytics');
Thanks,
Rikard
I don’t see functions.php in Appearance Editor, but I do see functions-enfold.php there. Is that what you meant or is missing the functions.php file in there causing an issue?
Woops – looks like Theme Functions is what it is labeled there.
I did update the functions.php file but still Google Analytics is only showing the home page for content? None of the other pages but I know users have been on those pages. Help!
Hi,
does this happen when activating a default WordPress theme as well? please let us know about your results.
Best regards,
Andy