Barcelo
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] individual placeholder textForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] individual placeholder textHi @jarnovos
thanks for your quick reply and support.
I already had a look at the developer guide, but as I do understand, there is only mentioned to change the source of the background image on a placeholder and not how to adjust / override the text for a certain placeholder.
It would be fine for me to be able to hook into that relevant function (cmplz_accept_cookies_blocked_content ?).
Regards
Forum: Plugins
In reply to: [Download Monitor] Automatic output category title as headingHi Razvan,
many thanks for your quick reply.
Wondering, that no one requested this already before. Would be great to have both features available in the future.
Regards
Forum: Plugins
In reply to: [Download Monitor] Automatic output category title as headingHi Razvan,
I do use multiple times on a site the shortcode [downloads category=”ABC-XYZ”] to output several different download categories. So it would be nice to have their category title also automatically displayed before the listings.
And currently – if there is no file in a category – the output is blank. It would be great to have an litte info instead, like mentioned before.
The site is currently in a local staging environment so I can’t drop you a link.
Regards
Hi Matthias,
thx for your reply and the info. With that help and using the current v3.4 I was able to sort that out.
Ciao
BarceloForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] 500 error after updateHi @hjogiupdraftplus,
we are also facing these 500 errors (random).
Is there already a quick fix in the meantime before the next release?
RegardsWhat, if I (and other users) dont want to upgrade their system to core 6.2, because of other installed software having not yet the official support for core 6.2?
Your plugin now forces the user do an upgrade before notifing them before the plugin update?! Sorry, but this circumstance is not good.
Never mind – for now I reverted back to v2.5.6 and will think it over.So, the update 2.5.7 is available for core versions below 6.2 and is actually not approved with the core versions below?
No good! I’m confused.Using the latest version of core 6.1 (6.1.3)
I can cofirm this log migration mess …
Currently the logging is no more working.
Several available llog pages are displayed in the breadcrumb (numbers), can be cklicked but not log entries are displayed.Forum: Plugins
In reply to: [Event post] Upcoming events in Contact Form 7 select filedDone
function cf7_dynamic_select_field_values ( $hu, $replace ) { if ( $hu['name'] != 'tuev-termine' ) return $hu; global $EventPost; $rows = $EventPost->get_events( array ( 'nb' => '10', 'past' => '0', 'order' => 'ASC' ) ); if ( ! $rows ) return $hu; foreach ( $rows as $row ) { $hu['raw_values'][] = date('d.m.Y',strtotime($row->event_begin)) . ' | ' . date('d.m.Y',strtotime($row->event_end)); } $pipes = new WPCF7_Pipes($hu['raw_values']); $hu['values'] = $pipes->collect_befores(); $hu['labels'] = $pipes->collect_afters(); $hu['pipes'] = $pipes; return $hu; } add_filter( 'wpcf7_form_tag', 'cf7_dynamic_select_field_values', 10, 2);
Forum: Plugins
In reply to: [Event post] Upcoming events in Contact Form 7 select filedSo, what I have till now:
function cf7_dynamic_select_field_values ( $hu, $replace ) { if ( $hu['name'] != 'tuev-termine' ) return $hu; global $EventPost; $rows = $EventPost->get_events( array ( // 'post_type' => 'tuev-termine', // 'numberposts' => '', 'nb' => '10', 'past' => '0', 'order' => 'ASC' ) ); if ( ! $rows ) return $hu; foreach ( $rows as $row ) { $hu['raw_values'][] = $row->event_begin . ' | ' . $row->event_end; } $pipes = new WPCF7_Pipes($hu['raw_values']); $hu['values'] = $pipes->collect_befores(); $hu['labels'] = $pipes->collect_afters(); $hu['pipes'] = $pipes; return $hu; } add_filter( 'wpcf7_form_tag', 'cf7_dynamic_select_field_values', 10, 2);
This works fine except one thing:
- Time format output is XXXX-XX-XX XX:XX:XX which I would like to have XX.XX.XXXX (only full day events!)
I tried to format the output, but without success till now.
Any help would be great – thank you.
RegardsForum: Plugins
In reply to: [Simple SEO] v2.0.14 breaks site@coleds cool, thank you! ??
Forum: Plugins
In reply to: [Simple SEO] v2.0.14 breaks site@coleds Thank you for your feedback.
As soon as I install the update I’m no more able to call /wp-admin/options-general.php?page=simpleSEOAdminOptions
Debug-Info:
Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, bool given in /wp-content/plugins/cds-simple-seo/app/Admin/Meta/Options.php:143 Stack trace: #0 /wp-content/plugins/cds-simple-seo/app/Admin/Meta/Options.php(143): in_array(‘post’, false) #1 /wp-content/plugins/cds-simple-seo/app/Admin/Admin.php(70): app\Admin\Meta\Options->__construct() #2 /wp-includes/class-wp-hook.php(308): app\Admin\Admin->simpleSEOAdminOptions(”) #3 /wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #4 /wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /wp-admin/admin.php(259): do_action(‘settings_page_s…’) #6 /wp-admin/options-general.php(10): require_once(‘…’) #7 {main} thrown in /wp-content/plugins/cds-simple-seo/app/Admin/Meta/Options.php on line 143Hi @hjogiupdraftplus ,
thank you – nope, no Windows server – Linux server.
I will re-check that again with some testing on differnent Linux servers and might get back to you.