a2015
Forum Replies Created
-
Thanks for the support braekling. I’ve not had any problems since switching back to http mode in the database. Also updated to Piwik 2.14.1 and still no issues. I’ll wait until Piwik gets the API sorted out before testing PHP mode again..
Thanks for the redirection, resolved the issue by reverting to HTTP settings in the linked post above.
The following worked for me.. now the WP-Piwik plugin is working again in HTTP mode.
UPDATE wp_options SET option_value = ‘http’ WHERE option_name = ‘wp-piwik_global-piwik_mode’;
If you aren’t familiar with working in command line SQL, you can always use phpMyAdmin (if installed on your server) to access the “wp_options” table and set the “wp-piwik_global-piwik-mode” row back to a value of “http”
Thanks for the help braekling!
I’ve got WordPress 4.2.2 and Piwik 2.14.0 and also experienced duplicate website creation by WP-Piwik. When I tried using the PHP API to connect, it rendered the admin panel inoperable (could not view the WP-Piwik settings page or disable the plugin), and had to manually delete the plugin files. The admin went back to normal after deleting the plugin files, but when I tried to re-install the plugin it breaks the admin again. I’m happy to donate to your project if I can get this working. I’m also willing to give you access to my server if you want to troubleshoot.
Using Simple Custom CSS is the way to go..
https://www.ads-software.com/support/topic/hide-the-edit-button-when-logged-in-twenty-fifteen
Forum: Themes and Templates
In reply to: Hide the Edit button when logged in (Twenty Fifteen)?I wasn’t planning on using Jetpack, so the Simple Custom CSS plugin works perfect.
I’ve reverted the “Twenty Fifteen” CSS theme code code back to the default, and put my code to hide the elements in Simple Custom CSS instead..
This is a much better way, so thank you!
Forum: Themes and Templates
In reply to: Hide the Edit button when logged in (Twenty Fifteen)?Thanks for the tip..
I just wanted to post a quick fix for the default WordPress 4.2.2 install without needing any extra plugins. It’s so simple, it really wouldn’t be difficult to fix again after an update.
However, I’ll work on customizing the CSS like you suggested. Can you recommend the best Custom CSS plugin, since there are 1,000+ plugins when searching for “custom css”?