I’m a professional theme developer. Everything I do is hand-coded to the current WP specifications for theme development using modern WordPress functions and techniques. That said, this theme was built from scratch, by me.
If you take a look, that js error that console is throwing is apart of the addThis script…
</script><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=de5052ebd24c66a8d2fe157b83e70a75"></script><script type="text/javascript">addthis.layers({
theme : 'dark',
share : {
'position' : 'left',
'services' : 'facebook,twitter,pinterest',
//'numPreferredServices' : 5,
'postShareTitle' : 'Thanks for sharing!',
'postShareFollowMsg' : 'Follow us',
'postShareRecommendedMsg' : 'Recommended for you'
}
mobile : {
'buttonBarPosition' : 'bottom',
'buttonBarTheme' : 'dark'
}
}
);</script>
The error is caused at mobile: {
according to the console readout with an error of [Error] SyntaxError: Expected token '}' (404, line 108)
And it doesn’t even load the AddThis script and markup on other pages.
Which I’m guessing is because you need a ,
after the share{}
object…