Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • The skript works in Chrome. In Firefox and Safari the Tab will open, but it doesnt scroll to the Tab position, as it does in Chrome.

    in reply to: Google conversion Pixel on click button doesnt count #710669

    It works now. With a little modification. I put the number »,1« at the end of the ga-code-line. Thanx for your support.

    add_action(‘wp_footer’, ‘ava_custom_script’);
    function ava_custom_script(){
    ?>
    <script type=”text/javascript”>
    (function($) {
    function a() {
    $(‘.av-masonry-image-container img’).each(function() {
    $(this).removeAttr(‘title’);
    });

    $(‘.terminus a’).click( function() {
    ga(‘send’, ‘event’, ‘Button’, ‘click’, ‘Termin vereinbaren’ ,1);
    });
    }

    a();
    })(jQuery);
    </script>
    <?php
    }

    in reply to: Google conversion Pixel on click button doesnt count #709367

    I’ve tried several code modifications with: “, ‘ , and tried to copy the script to the Analytics Code Field and at Footer insertion. Without any sucees. Any Ideas? To make it work.

    function add_custom_script1(){
    ?>
    <script>
    (function($){
    jQuery(window).load(function() {
    jQuery(‘.terminus a’).on(‘click’, function() {
    ga(‘send’, ‘event’, ‘Button’, ‘click’, ‘Termin vereinbaren’);
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_script1’);

    in reply to: Google conversion Pixel on click button doesnt count #707892

    i have tried the script but it doesnt work. Do you have any other Idea to bring google tracking to live?
    Best regards
    Thomas

    in reply to: Add Xing social share button #706082

    Hello, is it posible to change the position of the Xing Icon. Now it takes place at the end of the Row. Id like to place it between G+ and LinkedIn.

    thanx in advance
    Thomas

    in reply to: Add Link Target to Magazine list #539671

    thanx. workx. great.

    Thank you. It works, but unfortunately it hasn’t solve my problem. The problem is that the list that is by default displayed by ALL is very long. I like to start with a shorter one. Is it posiible to display another sort option, like in this case 2013, when you open the page?
    Or can I shorten the list and display a load more button?

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