Loading...
 
Skip to main content

History: Customization_content_removed

Source of version: 2 (current)

Copy to clipboard
            This site is a bit buggy, related to JavaScript maybe so I removed the custom code temporarily to see if there was some conflict. 

Custom code just before the body tag:
{CODE()}
{literal}<script src="dl184"></script>{/literal}

{literal}<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-2110868-5");
pageTracker._trackPageview();
} catch(err) {}</script>{/literal}

{literal}
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.tiki.org/" : "http://piwik.tiki.org/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 4);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="https://themes.tiki.org/show_image.php?id=82" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tag -->
{/literal}
<meta name="google-site-verification" content="OKHyWtoBAnRUctKvFQmKl2x1cAPGnHf8y_h8zUu-aeo" />
{CODE}

Custom JavaScript 
{CODE()}
$(document).ready(function() {
  luluParallax();
});
{CODE}