Lbch
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] Bricks Builder compatibility: still not fixed?Thank you for the update Gerard Blanco. I will advice my clients and the Bricks Builder community to uninstall Enable Media Replace immediately and not to use it for future projects, in order to prevent any issues when replacing SVG’s.
+1
Also JetFormbuilder forms are still not translatable with WPML: https://github.com/Crocoblock/jetformbuilder/issues/75I also came across a TypeError. Is this PHP 8 related?
WordPress: 5.8.3
PHP: 8.0.13
Complianz: 6.0.0Page: https://*/wp-admin/admin.php?page=cmplz-cookiebanner&id=1
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/class-field.php:1485 Stack trace: #0 /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/class-field.php(1683): cmplz_field->border_radius(Array) #1 /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/grid/grid.php(62): cmplz_field->get_fields('CMPLZ_COOKIEBAN...', 'customization') #2 /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/cookiebanner/edit.php(86): cmplz_grid_container_settings('customization', Array) #3 /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/cookiebanner/cookiebanner.php(221): include('/Users/Shared/l...') #4 /Users/Shared/local/*/wp-includes/class-wp-hook.php(303): cmplz_cookiebanner_overview('') #5 /Users/Shared/local/*/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #6 /Users/Shared/local/*/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #7 /Users/Shared/local/*/wp-admin/admin.php(259): do_action('complianz-0_pag...') #8 {main} thrown in /Users/Shared/local/*/wp-content/plugins/complianz-gdpr/class-field.php on line 1485Forum: Themes and Templates
In reply to: [OceanWP] “Search Results for” translate titleTo change the text “Search Results for:” archive title for the Search Results page in Elementor, use the official solution, which can be found at Hello Theme FAQs, Tips and Tricks:
add_filter( 'elementor/utils/get_the_archive_title','archive_callback' ); function archive_callback( $title ) { if ( is_search() ) { return 'Your Custom Message Here: ' . get_search_query() ; } return $title; }Hi Danny, have your tried contacting the people at ACF and/or GF for support? This is a very useful plugin and both parties have an interest in keeping it alive, and might be willing to help out.