cari18
Forum Replies Created
-
Ok Yurii we’ll investigate in this direction.
Thznk you
Yes I agree, I’ll transfer you remarks to the developers that support us.
I would like to inform Ultimate Member developers about this issue but as we use the free version we cant post any question to them 😒.Thanks a lot Yurii for your feedback.
The problem stemmed from certain core scripts that were interfering with Gutenberg’s proper functioning. These scripts have been disabled in the functions.php file.
add_action(‘current_screen’, function( $screen ) {
if ( function_exists(‘use_block_editor_for_post_type’) ) {
if ( isset($screen->post_type) && use_block_editor_for_post_type($screen->post_type) ) {
remove_all_filters(‘script_loader_tag’);
}
}});
It seems to be a bug in Ultimate Member. Do you agree with that?
Thank you Yurii to help finding out this issue.
I activate logging but none PHP error was found there.
On the other hand there are errors in console.
Do you understand what does this means?
Forum: Themes and Templates
In reply to: [Materialis] Displaying banner pictures with accurate sizeOk Thank you, its ok with this size.
But it remains an issue : on our site (free version of Materialis), using 1920 x 1440 image, the adjustment of top space does not tune the top space but the bottom space. Is it normal ?
Forum: Themes and Templates
In reply to: [Materialis] Displaying banner pictures with accurate sizeyes of course : on PC
After a new installation of the Conditionals plugin it works ok.
I close this point.
sorry for this late answer.
Here is the diagnostic test report :
Mailer: postsmtp
HostName: sitea2n.fr
cURL Version: 7.74.0
OpenSSL Version: OpenSSL/1.1.1w
OS: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
PHP: Linux 8.2.24 C.UTF-8
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=No, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes
WordPress: 6.6.2 fr_FR UTF-8
WordPress Theme: materialischild
WordPress Plugins: Post SMTP, PDF Embedder Premium, Add Categories to Pages., Adminimize, Akismet Anti-spam: Spam Protection, amr users, Activity Log, Code Snippets Pro (Premium), Code Snippets, Colorlib Login Customizer, Contact Form 7, CookieYes | GDPR Cookie Consent, DCO Comment Attachment, Decent Comments, Elementor Pro, Elementor, Enable Media Replace, Essential Addons for Elementor, WP File Manager Google Drive, Folders Pro, Formidable Forms Pro, Formidable Visual Views, Formidable Forms, Google Analytics for WordPress by MonsterInsights, Image Optimizer - Compress, Resize and Optimize Images, Solid Security Pro, Materialis Companion, Members, Notification : Conditionals, Notification, Smart Slider 3, SiteOrigin CSS, Easy Updates Manager Premium, Subscribe to Comments Reloaded, Ultimate Member, Ultimate Member - Online, UpdraftPlus - Backup/Restore, When Last Login - Export User Records, When Last Login, WP Cleaner Pro, WP Crontrol, WP File Manager - PRO, WP Import Export Lite, WP-Optimize - Clean, Compress, Cache, WPS Hide Login
WordPress wp_mail Owner: /homepages/41/d764886830/htdocs/clickandbuilds/WordPress/Sitea2n1/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email, PostsmtpMailer->get_mail_args
WordPress wp_mail_from Filter(s): BracketSpace\Notification\Integration\WordPress->filter_email_from_email
WordPress wp_mail_from_name Filter(s): BracketSpace\Notification\Integration\WordPress->filter_email_from_name
WordPress phpmailer_init Action(s): wpcf7_phpmailer_init
Postman: 2.9.9
Postman Sender Domain (Envelope|Message): gmail.com | gmail.com
Postman Prevent Message Sender Override (Email|Name): Yes | Yes
Postman Active Transport: API Gmail (https:login://www.googleapis.com:443)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 188785 | 172
Postman Email Log (Enabled|Limit|Transcript Size): Yes | 1000 | 128You’re right
My goal is to provide a “trombinoscope” of the members of our association.
They are all registered as users.
Forum: Everything else WordPress
In reply to: Display any user’s avatar by his user_loginFinaly I got support and solution in extension Ultimate Member forum :
https://ww.wp.xz.cn/support/topic/display-any-users-avatar-by-his-user_login-2/
And it works perfectly.
Sorry for the “false mistake” and thank you !
I found a typing error in the code. So no more critical error.
Could it be caused by a conflict with another plugin?
Unfortunately, when I copy this code in the function.php file of the child theme folder, I got a critical error and can’t no more access to the site.
The message is “There is a critical error on this site” and it is not possible to login.
So at that time I didn’t yet implement the shortcode in any page
Thanks a lot Andrew for your help.
Unfortunately, when I copy this code in the function.php file of the child theme folder, I got a critical error and can’t no more access to the site.
Could you please have a look to check the code?