steve1200
Forum Replies Created
-
I did not login for any tests using the mobile device. The wp-login is disabled on my site so I am never logged in by default.
When I reinstalled the prior version, even with some lines of code commented out, the online user displayed and the viewed page incremented correctly.
In case you are wondering, I removed my network from exclusions to run the tests.
I just installed your package and there are no errors. However, using a mobile device I visited my site and WP-Statistics did not show anyone online. I viewed the help page and when I refreshed WP-Statistics the help page number views did not change.
What might offer more functionality and not cause errors, for third party programs, would be to create a small php file and then let users add code in the program’s head or footer file like Google uses. Then WP-Statistics would catch all pages viewed without altering your main program.
- This reply was modified 7 years, 4 months ago by steve1200.
WordPress 4.9
PHP 7.0
Apache 2.4I am loading a stand alone php program by using a WP permalink. I have been running this php program for two years. After some looking I found the php program does not provide info to the WP get_option() wp-statistics uses. I can add code to the program’s footer.php file but I do not know what to add. For now I commented out lines 160 thru 163 in class-wp-statistics-bootstrap.php instead of disabling the plugin so my site does not generate the errors.
Forum: Fixing WordPress
In reply to: Creating null links in menuGreat info! I was struggling with this and used https://? which didn’t work correctly especially with Safari.
I agree EXCELLENT tip. Now maybe some of the hair I pulled out will grow back.