Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Enhanced Google Universal Analytics code #220103

    Ah, misunderstanding. The Google script has to be modified to this:

    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-xxxxx-y']);
    _gaq.push(['_trackPageview']);
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    Rgds, ///Peter

    in reply to: Light-weight social sharing #197263

    Thanx Josue! You guys have one of the best supports I’ve ever seen! Feel really safe working with Enfold and not having hard-core programming skills. Good work!

    in reply to: Light-weight social sharing #197122

    Hi Josue!

    I would primarily like to use it for posts and either just have linked text or maybe use the Entypo icons. Do you think you have time to give me a short instruction on how to set it up and maybe an example of how to use the the_permalink() function?

    Best regards, ///Peter

    in reply to: Enfold Feature Requests #193883

    Typekit fonts would be a great addition to Enfold! Since Typekit fonts integrate so well with Adobe CC products, they will eventually become more common as brand graphic profile elements. And the number of requests (such as this one) will increase… :-)

Viewing 4 posts - 1 through 4 (of 4 total)