seegeist
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] WPP only counts when I am logged inThanks for pointing out the theme. I have a child theme in which I had inserted the following into the functions.php – on the recommendation of a trade journal:
/* JSON-API-Schutz (c) c’t ———————————————*/
add_filter( ‘rest_authentication_errors’, function( $result ) {
if ( ! empty( $result ) ) {
return $result;
}
if ( ! is_user_logged_in() ) {
return new WP_Error( ‘401’, ‘not allowed.’, array(‘status’ => 401) );
}
return $result;
});Now I’ve taken that out – and it works.
Danke.
Forum: Plugins
In reply to: [WP Popular Posts] WPP only counts when I am logged inYes, it’s the theme. I can’t just change it like that. And now?
Forum: Plugins
In reply to: [WP Popular Posts] WPP only counts when I am logged inThanks, I’ll test that tonight.
Forum: Plugins
In reply to: [WP Popular Posts] WPP only counts when I am logged inI have deactivated all plugins, no change.
Forum: Plugins
In reply to: [Infobox] Error after update to wordpress 5.9Additional note & tip: meanwhile I switched to the plugin “Essential Blocks for Gutenberg”, also from WPDeveloper. Also here is the block “Infopost”, which works without problems. The blocks that are not needed can be deactivated.
Forum: Plugins
In reply to: [Infobox] Error after update to wordpress 5.9I have disabled the plugin.
Forum: Plugins
In reply to: [Helpful] How to change the buttons of the flat-theme?Thank you very much, this helps a lot. And thank you very much for the fantastic plugin.
Forum: Plugins
In reply to: [WP GPX Maps] Mistmatch in unit when heigth x axle is on kmThat works – thanks 🙂