Gil Concepcion Jr.
Forum Replies Created
-
They dont have a say on this one. They say that there’s really something is going on with the plugin
Still no luck
Hello there,
I disabled ALL plugins except Supersocializer, but its still redirects me to page. No login.
I did tried that but when i logged in using the social media, it redirects me to homepage and still not logged in. This happens on both Instagram and Twitch
Facebook, Twitter and Google were all working except the Instagram
Okay to be more specific
on this php script
https://www.ads-software.com/support/topic/tracker-code-3/
we normally change this line
<script type="text/javascript" data-cfasync="false"> var mi_track_user = <?php echo ( $track_user ? 'true' : 'false' ); ?>; <?php if ( $this->should_do_optout() ) { ?> var disableStr = 'ga-disable-<?php echo monsterinsights_get_ua(); ?>'; /* Function to detect opted out users */ function __gaTrackerIsOptedOut() { return document.cookie.indexOf(disableStr + '=true') > -1; } /* Disable tracking if the opt-out cookie exists. */ if ( __gaTrackerIsOptedOut() ) { window[disableStr] = true; } /* Opt-out function */ function __gaTrackerOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } <?php } ?> if ( mi_track_user ) { (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','<?php echo $src; ?>','__gaTracker'); <?php if ( current_user_can( 'manage_options' ) && $is_debug_mode ) { echo 'window.ga_debug = {trace: true};'; } echo $compat; if ( count( $options ) >= 1 ) { foreach ( $options as $item ) { if ( ! is_array( $item ) ) { echo ' __gaTracker(' . $item . ");\n"; } else if ( ! empty ( $item['value'] ) ) { echo ' ' . $item['value'] . "\n"; } } } ?> } else { <?php if ( $this->should_do_optout() ) { ?> console.log( "<?php echo esc_js( $reason );?>" ); (function() { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ var noopfn = function() { return null; }; var noopnullfn = function() { return null; }; var Tracker = function() { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = noopfn; var __gaTracker = function() { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len-1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { console.log( '<?php echo esc_js( __('Not running function', 'google-analytics-for-wordpress' ) );?> __gaTracker(' + arguments[0] + " ....) <?php echo esc_js( sprintf( __( "because you're not being tracked. %s", 'google-analytics-for-wordpress' ), $reason ) );?>"); return; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = function() { return new Tracker(); }; __gaTracker.getByName = noopnullfn; __gaTracker.getAll = function() { return []; }; __gaTracker.remove = noopfn; window['__gaTracker'] = __gaTracker; })(); <?php } ?> } </script>
to this line
<script type="text/javascript" data-cfasync="false"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','<?php echo $src; ?>','__gaTracker'); var tbb_ga = 'UA-2265850-1'; var tbb_cid = 'bluemansiondirect'; var tbb_domain = 'app-apac.thebookingbutton.com'; __gaTracker('create', tbb_ga, {'allowLinker': true}); __gaTracker('require', 'linker'); __gaTracker('linker:autoLink', [tbb_domain], false, true); __gaTracker(function(tracker) { window.linker = window.linker || new window.gaplugins.Linker(tracker); if(document.referrer.indexOf(document.domain)!=7) { var e = document.createElement('iframe'); e.src = window.linker.decorate('//'+tbb_domain+'/'+tbb_cid+'/ga_proxy'); e.setAttribute('style', 'display:none'); var b = document.getElementsByTagName('body')[0]; b.appendChild(e); } }); <?php if ( current_user_can( 'manage_options' ) && $is_debug_mode ) { echo 'window.ga_debug = {trace: true};'; } echo $compat; if ( count( $options ) >= 1 ) { foreach ( $options as $item ) { if ( ! is_array( $item ) ) { if($item != "'create', 'UA-2265850-1', 'auto'") { echo ' __gaTracker('.$item.");\n"; } } else if ( ! empty ( $item['value'] ) ) { echo ' ' . $item['value'] . "\n"; } } } ?> </script>
The code mentioned works perfectly on our end, But each time the plugin updates we need to redo the process. Is there anyway I can implement the above code or maybe put this as a function, for it to over write the default code?
Thanks and Hoping for your quick assistance. Thanks
@steven it appears so. How can I delete the first topic? this post is more specific.
Thank you for your prompt response. I’ve already sent the oauth.php to your support email.
Good day,
Im also having the same issue. Any advice?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Date Picker not workingwhen i inspect element im getting thsi error
Uncaught SyntaxError: Unexpected token <
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Date Picker not workingalso all navigation are not working as well. Is there any jquery issues here?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Date Picker not workinghere’s a screenshot
https://www.emmanuelhouse.ie/wp-content/uploads/2015/11/datepick.png