Hi. My site went into Recovery Mode listing WP Show Stats. Will I post the error message here or should I send it somewhere else?
]]>Under Comments Stats I can only see 50 records. A number of months and years are missing. All stats are appearing in the graphs. Is there a way to see page 2 of the records or display more records? Thanks
]]>Plugin V. 1.2
Comments, users, tags and general stats okay. But the page with the posts stats is only white boxes.
I use the theme Sela Version: 1.0.14
is something missing in the page style css?
The sourcecode shows data:
// year wise post chart
var yearwisedata = google.visualization.arrayToDataTable([
["Year", "Number of posts", {role: "style"}],
["2015", 1, "0000ff"],
["2014", 1, "#00ff00"],
["2013", 6, "0000ff"],
["2012", 3, "#00ff00"],
["2011", 12, "0000ff"],
]);
var yearwiseview = new google.visualization.DataView(yearwisedata);
yearwiseview.setColumns([0, 1,2]);
var yearwiseoptions = {
title: "Posts by year (Total: 23)",
bar: {groupWidth: "70%"},
legend: {position: "none"},
};
var yearwiseChart = new google.visualization.ColumnChart(document.getElementById("byYearChart"));
yearwiseChart.draw(yearwiseview, yearwiseoptions);
]]>
Hi,
Can we show results on the front-end by using shortcodes?
]]>Hi There,
I have installed the plugin, but if I switch from user to role editor I can’t see the statistics.
How can I change this?
Best regards
]]>Hi
Thank you for a really good plugin.
However the stats shown are not totally responsive. On the pages where a full size box is shown (rather than 2 boxes / 2 columns) the box stretches across the information boxes on the right hand side of the screen. The problem may be down to the size of the screen. I have an Asus 15″ laptop.
Kind Regards
Neil
]]>