not work in 3.6
]]>The settings page of Googlyzer is a blank, just the headings exist and they work fine but there is nothing underneath them. Am I missing something?
]]>Hi,
Your plugin looks really good and i’d love to try it out before purchasing your pro version.
unfortately i cant get it to work:
admin, settings, googlyzer, general settings – ‘Domain’ drop down remains empty even though login/validation step ‘Status’ says ‘Authenticated.’
i note: similar probs posted on forum: vis: https://palmspark.com/topic/no-domain-showing-up/
a V2.5 was mentioned – any developments. anyone suggest a patch?
thanks for any feedback
]]>Is there a param in googlyzer pro’s shortcode to show a certain domain’s data?
domain=mysite1.com
And
What if I want to display ALL analytical data the way it shows in the wordpress dashboard, on a post/page. Is that possible?
]]>Fatal error: Uncaught exception 'Exception' with message 'googlyzer_Utilities::getFilteredHtml unable to load contents from https://mysite.dev/wp-content/plugins/googlyzer/html/settings.htm' in /home/mysitedev/public_html/wp-content/plugins/googlyzer/inc/Utilities.php:468
php 5.4
]]>The plugin was working fine. But now we get this error message on the dashboard:
Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/dogwalks/public_html/wp-content/plugins/googlyzer/inc/HomeWidget.php on line 375
We get that multiple times, then another error at the bottom:
Fatal error: Uncaught exception ‘googlyzer_Exception’ in /home/dogwalks/public_html/wp-content/plugins/googlyzer/inc/Utilities.php:123 Stack trace: #0 /home/dogwalks/public_html/wp-content/plugins/googlyzer/inc/HomeWidget.php(132): googlyzer_Utilities->checkException(Object(googlyzer_Exception), Array) #1 /home/dogwalks/public_html/wp-admin/includes/template.php(958): googlyzer_homeWidget->dash_widget(”, Array) #2 /home/dogwalks/public_html/wp-admin/includes/dashboard.php(221): do_meta_boxes() #3 /home/dogwalks/public_html/wp-admin/index.php(98): wp_dashboard() #4 {main} thrown in /home/dogwalks/public_html/wp-content/plugins/googlyzer/inc/Utilities.php on line 123
My colleague said the error started when he logged out of the google account he had linked to googlyzer and logged in with another account.
I have deleted and reinstalled the plugin but the error remains the same.
]]>Hi there
I am testing this plugin on a WP 3.3.2 multi-site install. When activated on a sub-site I am getting the following error:
Warning: Division by zero in /hermes/bosweb25a/b209/ipg.myfreeblogcoza/mfb/wp-content/plugins/googlyzer/inc/GoogleAnalyticsDataObj.php on line 179
The google information does show under this error.
]]>I there a way to let Editor role see the GA data in their Dashboards?
]]>Hi. Thanks for a great plugin. I can’t get the “Domain” drop-down menu to work for me. Under “Administration”, my site is authorized by Google. But I have two domains there. They show up at Google but not under “General Settings / Domain” (the field is just small and blank, with the up/down arrows). The “Google Analytics Table ID” field doesn’t have data, but the other fields do (“Google Login”, “Google Password”, “Google Authorization Token.” I’m using v2.2 of the plugin and I’m running WordPress 3.3.1 in a folder in my root (e.g. https://www.domainname.com/wordpress/… ) Thanks!
]]>version 1.2.1 works, but 2.1 gives this error:
Fatal error: Call to undefined method DateTime::sub() in /usr/local/pem/vhosts/282473/webspace/siteapps/171216/htdocs/wp-content/plugins/googlyzer/inc/Utilities.php on line 795
Getting 400 & 500 Errors on Mac/Chrome, Safari seems to work though
Firefox is even worse, my whole Dashboard vanishes.
Please work out the kinks, this plugin should not be in the Repository yet imho!
]]>This doesn’t work on GA accounts with multiple profiles. It appears a separate account would need to be created for each installation (which defeats the purpose).
]]>I currently have a multi site install and I am wondering if this plugin works without issue normally. I am currently getting a error: unable to load settings html. My browser is chrome and any feedback to help me get this great plugin running is appreciated.
]]>killed my connection to my stats on google.
]]>Installed Googlyzer to test it out on my installs of WP 3.2.1, came across an issue you probably couldn’t see since you are using Ozh’s drop down menus.
Your styles.css affects the left side navigation when using the default dashboard layout.
Please update your styles.css to the following
`line 35: table p { font-family: “Trebuchet MS”, Helvetica, sans-serif; }
line 43: table ul { list-style-type:disc; padding: 0px 0px 0px 30px; }
line 116: table div { font-family: “Trebuchet MS”, Helvetica, sans-serif; }’
You could combine lines 35 & 116 also:
line 35: table p, table div { font-family: "Trebuchet MS", Helvetica, sans-serif; }