veerlevw
Forum Replies Created
-
Indeed I justed unistalled Popup Builder and re-installed. Still got the message in wordfence.
I installed the extention today and I’ll let you know if this resolved my problem.
Hello, thanks for your advise.
I just read about the Office365 extention on this page
https://postmansmtp.com/extensions/ but when I want to click forward to the extention I receive the message “The extension is temporarily removed for a bug fixes round.
Please try in a few days.”
Can you recommend another website with more information?I switched to php 7.4 this afternoon
Diagnostic test report :
Mailer: postsmtp HostName: bartengraciana.be cURL Version: 7.74.0 OpenSSL Version: OpenSSL/1.1.1k OS: Linux com-linweb003 5.10.103-combell #202203071342 SMP Mon Mar 7 13:42:40 UTC 2022 x86_64 PHP: Linux 7.4.30 en_US.UTF-8 PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=No, mcrypt=No, zlib_encode=Yes WordPress: 6.0 nl_NL UTF-8 WordPress Theme: Child of SKT Bizness Pro WordPress Plugins: Gravity Perks, Gravity Forms, All in One SEO, Classic Editor, Classic Widgets, Date/Time Fields for GravityForms, Duplicate Page, Duplicator, Fresh Forms for Gravity, gAppointments, GP Limit Dates, Gravity Forms Debug Add-on, Icegram - Popups, Optins, CTAs & lot more..., MiwoFTP, Open External Links in a New Window, Password Protected, Popup Builder, Post SMTP, Easy Updates Manager, Wordfence Security WordPress wp_mail Owner: /data/sites/web/bartengracianabe/www/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): wordfence::fixWPMailFromAddress WordPress phpmailer_init Action(s): PostsmtpMailer->phpmailer_smtp_init Postman: 2.1.1.1 Postman Sender Domain (Envelope|Message): bartengraciana.be | bartengraciana.be Postman Prevent Message Sender Override (Email|Name): Yes | Yes Postman Active Transport: SMTP (smtp:tls:login://smtp.office365.com:587) Postman Active Transport Status (Ready|Connected): Yes | Yes Postman Deliveries (Success|Fail): 27168 | 100
Forum: Plugins
In reply to: [Polylang] Can't desactivate pluginForgot to mention the site
https://www.mijnvoorbeeldsite.be/closstremiForum: Plugins
In reply to: Polylang doesn't translate button 'Know more"how can I test on language switcher of POLYLANG?
if language is ‘FR’ then there should be another text in place of ‘Lees verder’.Forum: Plugins
In reply to: Polylang doesn't translate button 'Know more"Ok I found a solution. Make a function.php with this code.
But I would like to test on language – I will put the question in my case.<?php
// Veranderen van de foeilelijke footer tekst
add_filter( ‘gettext’, ‘theme_change_comment_field_names’, 20, 3 );
function theme_change_comment_field_names( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Met trots ondersteund door %s’ :
$translated_text = __( ‘Proudly powered by %s’, ‘theme_text_domain’ );
break;
case ‘Know more’ :
$translated_text = __( ‘Lees verder’, ‘theme_text_domain’ );
break;
}
return $translated_text;
}?>
Forum: Fixing WordPress
In reply to: Change a buttonHello, I tried this but I return HTTP-500 fault on my page.
I wanted to change the button Know more.
I copied your function and changed ‘Name’ and ‘First Name’
I’ve put in a function.php (I copied the origanal one and placed it in my childtheme)
What did do wrong?
Mmmarianne, did you have the same problem?Forum: Plugins
In reply to: Polylang doesn't translate button 'Know more"I copied the functions.php and put the code above at the top but it doesn’t work.
HTTP 500-foutForum: Plugins
In reply to: Polylang doesn't translate button 'Know more"I found this
https://www.ads-software.com/support/topic/know-more-button?replies=3But I wonder if I had to put it into the functions.php or somewhere else?
Can I make a child of my function.php ? How do I do this for the best?add_filter( ‘gettext’, ‘theme_change_comment_field_names’, 20, 3 );
function theme_change_comment_field_names( $translated_text, $text, $domain ) {
switch ( $translated_text ) {
case ‘Know more’ :$translated_text = __( ‘Lees meer’, ‘theme_text_domain’ );
break;
}
return $translated_text;
}Forum: Plugins
In reply to: [Polylang] Read More & CommentsGot the same problem.
I’m looking in this support but didn’t find yet a simple solution.Forum: Plugins
In reply to: [Fast Secure Contact Form] Modify the format of a DATE fieldResolved
Forum: Plugins
In reply to: [Fast Secure Contact Form] Modify the format of a DATE fieldOK found the solution!
In the tab fields ??Sorry