mickna
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Post Expiration] InstallIf you set your time zone in WP-Settings as a value (e.g. UTC +1h) you receive this error, because get_option(‘timezone_string’); in line 24 above will be a empty string.
If you set your time zone as a city get_option(‘timezone_string’); will throw out a correct time zone as a string.Forum: Plugins
In reply to: [Auto Post Expiration] InstallNext error in post view:
“Notice: date_default_timezone_set(): Timezone ID ” is invalid in /www/htdocs/xxx/xxx/wp-content/plugins/auto-post-expiration/auto-post-expire-options.php on line 26″I feel, this plugin should not shared.
Forum: Plugins
In reply to: [Auto Post Expiration] InstallConfirmation.
Still the same error.Thank you @safety13. The slash seams really the problem.
@tsteur Thank you Thomas.
However, we changed to Matomo standalone and we don’t go back to Matomo Analytics Plugin Version. I really appreciate your efforts, especially this issue seams not to be Matomos fault.
I am a little bit disappointed, that you have to inform us about the update from cookiebot. We are in subscription with cookiebot, but never get really a helpful feedback. I is a shame, that cookiebot is not able to inform their clients by them self.
Again: Thank you so much for a great communication with you / Matomo – this I call support ??Forum: Developing with WordPress
In reply to: Try to add new user in WordPress via functionHello bcworkz,
thank you! Normally I am aware of local and global variables. And to be honest, I didn’t see the problem till your line global $terminal_name, $location, $description;
Perfekt! This helped me out. I don’t like global variables as you also said. so I go back to have all in one function and that’s it.
Thank you,
MichaelForum: Plugins
In reply to: [Simple Feature Requests Free - User Feedback Board] No contact via email?Thank you.
your email is here ??Hi @finn,
for us it was faster and safer to install Matomo as a standalone and using the plugin WP-Matomo Integration to insert the code.
All works fine, also there are no missing counts.Maybe it is worth to think about this solution.
Great!
Thank you @fullworks.Helped me a lot ??
Hi @fullworks
Thank you.
But I need to call this (or a similar) function, if a user saves (publish) his custom post. That’s the point, where I thought I could use a hook to capture the publishing procedure and calldo_shortcode()
mickna
Forum: Developing with WordPress
In reply to: Free columns placement in frontend (like dashboard widgets)Thank you @t-p ,
I am sorry, maybe my question is a little bit confusing.
My focus is on something like a dashboard functionality, where you can place columns / boxes bis drag and drop.
With “I would like to have some widgets, or columns with short codes,” I mean inside this columns.
I am not searching for some shortcodes ??Hi Jose,
this was my only concerning. I am happy to order today.
Thank you!Forum: Plugins
In reply to: [Perfect Survey] Multiple Votes – any news?Thank you.
Thank you Jose,
is there a rough timing?
Forum: Plugins
In reply to: [WP Roadmap - Product Feedback Board] conflict with “Admin Menu Editor Pro”I took a look at the php log. There is a bunch of “headers already sent by” errors:
information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-includes/functions.php on line 6360
[15-Jan-2021 09:21:35 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-admin/includes/misc.php on line 1310
[15-Jan-2021 09:21:35 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-admin/admin-header.php on line 9
[15-Jan-2021 09:21:36 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-includes/http.php on line 492
[15-Jan-2021 09:21:36 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-includes/http.php on line 493
[15-Jan-2021 09:21:36 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-admin/admin-ajax.php on line 27
[15-Jan-2021 09:21:36 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /wordpress/wp-content/plugins/wp-roadmap/admin/class-rmpf-admin.php:1) in /wordpress/wp-admin/admin-ajax.php on line 28and even more ….
Does this help?
micknaHi James,
thank you.