wpbccwnc5
Forum Replies Created
-
In the Email Settings, is
“Use HTML for E-mails” Checked ON?
I believe HTML is needed for links.I’m having the same issue with the Simple WordPress Membership plugin. It looks like versions 4.1.3 and 4.1.4 have this problem.
I rolled back to 4.1.2 and registration is once again working.
For reference, I’m running Simple Membership Form Builder Version 4.3.9.
[post_date] shows the date the event was posted to the website instead of the date the event is scheduled to happen. I’ll take a look at the custom fields.
Thank you.The [event] shortcode is a non-optimal workaround. It displays all of the event details which is far more information than I want. The [event] shortcode does include the event date.
Thank you.After testing, the [event] shortcode is an partial workaround. It displays all of the event details which includes the date.
Forum: Plugins
In reply to: [WP Activity Log] No longer logging “Successfully logged in” messagesHere are the answers to your questions.
No other plugins were updated. No changes to the login procedure or page were made. Did not add 2FA or start using a custom login page.
Thank you.In my case, I found this solution. I had changed my website theme. Inside the previous theme, the ultimate member install had created two subfolders and installed 10 php files. The php files apparently include the email templates. I copied the ultimate-member subfolders and files from my previous theme into my new theme. Password reset emails from Ultimate Member now have the correct (password reset) link in the email.
/public_html/wp-content/themes/’your_theme’/ultimate-member/email
I’ve found a workaround to the problem. It’s only a workaround and not a true solution.
I’ve edited the twentytwelve theme functions.php file.
Remarked out three lines. These lines show as lines 249-251 when viewing functions.php in Visual Studio Code. This is in the // Add a page number if necessary section of functions.php.
// if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
// $title = “$title $sep ” . sprintf( __( ‘Page %s’, ‘twentytwelve’ ), max( $paged, $page ) );
// }I’m seeing a similar problem. Emails generated by a user clicking “Reset my password” do not include a link. Instead the email shows this line of text:
Reset your passwordI’ve just created a brand new Events page and assigned it in the Events Manager Pro settings (pulldown menu) as the Events page – Pages | Event List/Archives | Events page
I still have the same error when viewing this new Events page.
Object of class WP_Post could not be converted to intI’ve just changed the page title. The error still happens.
I downloaded a zip file of the twenty twelve theme. Then I replaced my website’s twenty twelve functions.php file with the downloaded (default) file. No change, same error still happens.
The Page in question is my Events Calendar Page
Events Manager Options:
Pages | Event List/Archives | Events page
I’ve selected a page named Club Events Calendar
That page was created back in February and its title has not been changed.In my original message, I copied these lines from the functions.php file:
Here are Lines 248, 249, 250 from twenty twelve functions.php file:
// Add a page number if necessary.
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
$title = “$title $sep ” . sprintf( __( ‘Page %s’, ‘twentytwelve’ ), max( $paged, $page ) );Clearly the problem is there. The original error message points to line 249 specifically.
However, I don’t understand what change is needed.
The Mailgun preset configuration choice in WP Mail SMTP no longer works. It results in the cURL error.
However the WP Mail SMTP generic “Other SMTP” configuration choice allows manually entering the necessary items for Mailgun emails to work without error. This is an acceptable workaround for now.
Mailer: Other SMTP
SMTP Host: smtp.mailgun.org
Encryption: TLS
SMTP Port: 587
Authentication: ON
SMTP Username: “username”
SMTP Password: “password”For your reference, I received this reply from Mailgun:
Marco Salazar (Mailgun Support)
Jul 27, 1:32 AM CDTThank you for contacting Mailgun support
The Root Certificate Authority bundle (CA Bundle) will need to be updated on your server. WordPress uses a local cache instead of the system root certificates. As such, these would need to be updated periodically or rely on WordPress’ routine updates to include newer root certificates. To update the certificates, download the updated ca-bundle.crt from haxx.se and upload the file to the wp-includes/certificates/ca-bundle.crt directory.
Reference: https://curl.haxx.se/docs/caextract.html
https://www.tylercruz.com/having-wordpress-trouble-due-to-v4-4-heres-the-fix/Please let us know if you have any questions.
Thanks,
Marco@MG