wordpressowicz
Forum Replies Created
-
@ymoto please try uninstalling, deleting and installing the plugin.
It resolved my issue too. Thanks good people!
@rizaardiyanto: Under my posts i show a box with text about the author. The same text is shown on mydomain.com/author/name. I would like to show different texts there. Is that clear to you?
I had the same problem and downgrading it to 2.2 fixed it.
@sslzensupport i wish you could have test your plugin better. understand me correctly – your plugin is awesome, it’s just not nice when it suddenly stops working.
- This reply was modified 5 years, 1 month ago by wordpressowicz.
- This reply was modified 5 years, 1 month ago by Steven Stern (sterndata).
in wp-statistics.php file of this plugin try to change 93rd line to this one:
'title' => __('User Online', 'wp_statistics') . ": " . wp_statistics_useronline() . 'Today visitor', 'wp_statistics') . ": " . wp_statistics_visitor('today')
and then remove lines 96-100if it works do the same with week’s part.