Forum Replies Created
-
AuthorPosts
-
March 15, 2018 at 10:15 am in reply to: New Tab Section, Link to trigger Anchor from external Page. #927178
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.
November 10, 2016 at 12:24 pm in reply to: Google conversion Pixel on click button doesnt count #710669It 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
}November 7, 2016 at 5:13 pm in reply to: Google conversion Pixel on click button doesnt count #709367I’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’);November 3, 2016 at 6:19 pm in reply to: Google conversion Pixel on click button doesnt count #707892i have tried the script but it doesnt work. Do you have any other Idea to bring google tracking to live?
Best regards
ThomasHello, 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
Thomasthanx. workx. great.
October 7, 2015 at 7:53 pm in reply to: Is it posible to replace the All-Sort-Button at the Magazine Element #515415Thank 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? -
AuthorPosts