worldwisewebs
Forum Replies Created
-
Still not resolved. Says updates available but keeps installing 3.4.3-beta1 over and over again. :/
Forum: Plugins
In reply to: [Tools for Twitter] Twitter Tools 3.0 widget issues@csogilvie thanks so much this fixed it for me. Hardly intuitive to say the least!:
I’ve had this issue and seem to have solved it by going to the Twitter Tools Admin page (Settings -> Twitter Tools) and in the list of Twitter accounts, clicking one of them. This gave me a tick box I could tick… it’s hardly intuitive though!
Looks like these bugs made it to 3.4.5 – now it’s line 1218 that needs to be commented out and the extra quote is on line 1213
Found another bug .. on line 1156, there is an extra double quote ta the end of this line, after the semi colon, before the closing single quote.
$trackBit = '_gaq.push([\'_link\', \'' . $matches[2] . '//' . $matches[3] . '\']); return false;"';
The double quote is closed again below when the $trackBit variable gets added into the $matches array, so this creates an extra quote that makes the link code a little screwy.
It looks like the checkbox for “Enable Cross Domain Tracking:” is actually adding the _trackEvent instead of _link as expected. Checking this box also generates a notice:
Notice: Undefined variable: url in {MY PATH}/httpdocs/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php on line 1161
This notice appears whether or not the field “Cross-Domain Tracking, Other Domains:” is filled in.
After a bit of playing around I did find that the original poster’s fix does indeed work. The line at 1161
$trackBit = GA_Filter::ga_get_tracking_link($category, $url,'');
overwrites the $trackBit variable that was set in the blocks just above it, so commenting out this line seems to resolve the issue for me.erm actually I’ve got that wrong. What I am seeing is this:
<a target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','']);" href="https://my-out-bound-domain.org/">Outbound link</a>
I tried checking and unchecking the option “Track outbound clicks & downloads:” and the onclick event stays either way. Strange?
Seems to be working fine for me. I thought it was broken but realized I was logged in as admin. Doublecheck that’s not the case for you!
The file name is image-widget-upload-fixer.js ; but this fix worked for me. Thanks much @miraclemaker!
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Cannot sort log anymoreVery very important feature. I’ve returned to 2.2.11 until this returns! Pretty please?
Also, the column sorting with the date / source url / referrer / url column headers is no longer working. This is a very important feature for sorting through large piles of redirects and 404 logs!
Forum: Plugins
In reply to: [Redirection] Redirection plugin not worlingMe too – looking at the dif, there was some work done on these URLs so I guess something went wrong. Hope it’s fixed by Monday!
If you are logged in and have the option set to ignore logged in users, you’ll see this error..
A ha! I was logged into my site as administrator and had the option set to ‘Ignore Users: Administrator’ .. Which means ga.js is not loaded. So when I opened up the site in the in page analytics tool, it was loading the logged in version. I logged out and immediately saw the stats I was looking for.
Hope this helps someone else,
JeremyI am getting the same error – I tried checking the box for “Host ga.js locally:” and specifying the link https://google-analytics.com/ga.js but the same error occurs.
Looking at the plugin code, (line 1066) the google version is indeed the default set to be called ..
if ( $options['gajslocalhosting'] && !empty($options['gajsurl']) ) { echo "'".$options['gajsurl']."';"; } else { $script = 'ga.js'; if ( current_user_can('manage_options') && $options['debug'] ) $script = 'u/ga_debug.js'; echo "('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/".$script."';"; }
in the same way as displayed in the google example script. So I’m guessing this error is a red herring and something else is going on. Yoast? Help?
Thanks,
JeremyForum: Plugins
In reply to: [Plugin: Another WordPress Classifieds Plugin] email issuesConversation moved to https://www.awpcp.com/forum/viewtopic.php?f=4&t=1761&p=8569#p8569