thinkingcap5
Forum Replies Created
-
Hi Serhiy,
Thank you for your reply, appreciate it.
Kind regardsI’ve had to roll-back to custom audio player on the links provided, but would still like to implement your player with pagination and load more buttons. We are still using the Castos SSP player on our sermons specific page https://joshgen.org/congregations/city-bowl/, where there is one player on the page, although the JetEngine listing uses a custom audio player where pagination and load more buttons are used.
Please can you advise what changes can be made to re-initialize the player when load-more buttons are pressed, to ensure the play button works. I can created a test page to display the error, if needed.
Thank you and kind regards
Thank you Maria, that is very helpful.
I really like your Debug Mode in Console, very creative ??
It was a simple CSS fix. I added ?”z-index: 1000;” to .pum-not-operand which ensured the operand displayed and I was able to select it.
One small suggestion from my side: please consider making it more accessible (some other people may experience the same issues which could prevent them from accessing the NOT operand).
Thanks again
Thanks @sanzeeb3,
That is very helpful, it’s working now.
Perhaps you could note on the WP Mail SMTP settings SMTP Password field that, in the case of 2FA, the app password should be used instead of the password.
All the best ??
Hi Sanjeev @sanzeeb3,
Thank you for your reply.
Below is the error log.
This setup previously worked without requiring an App password, which I have now created. Looking forward to hearing back from you.
Versions:
WordPress: 5.4.2
WordPress MS: No
PHP: 7.3.18-1+0~20200515.59+debian9~1.gbp12fa4f
WP Mail SMTP: 2.1.1Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP Error: Could not authenticate.
Host: smtp.gmail.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)Server:
OpenSSL: OpenSSL 1.1.1g 21 Apr 2020Debug:
Mailer: Other SMTP
SMTP Error: Could not authenticate.SMTP Debug:
2020-06-15 09:20:56 Connection: opening to smtp.gmail.com:587, timeout=300, options=array ()2020-06-15 09:20:56 Connection: opened
2020-06-15 09:20:57 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP h12sm602544ejf.50 – gsmtp
2020-06-15 09:20:57 CLIENT -> SERVER: EHLO domain.com
2020-06-15 09:20:57 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [196.22.142.219]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
2020-06-15 09:20:57 CLIENT -> SERVER: STARTTLS
2020-06-15 09:20:57 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2020-06-15 09:20:57 CLIENT -> SERVER: EHLO domain.com
2020-06-15 09:20:57 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [196.22.142.219]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
2020-06-15 09:20:57 CLIENT -> SERVER: AUTH LOGIN
2020-06-15 09:20:58 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2020-06-15 09:20:58 CLIENT -> SERVER: am9zaGdlbmZvcm1zQGdtYWlsLmNvbQ==
2020-06-15 09:20:58 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2020-06-15 09:20:58 CLIENT -> SERVER: ekxGUCZqWSY4TEl4
2020-06-15 09:20:58 SERVER -> CLIENT: 534-5.7.9 Application-specific password required. Learn more at534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor h12sm602544ejf.50 – gsmtp
2020-06-15 09:20:58 SMTP ERROR: Password command failed: 534-5.7.9 Application-specific password required. Learn more at534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor h12sm602544ejf.50 – gsmtp
SMTP Error: Could not authenticate.
2020-06-15 09:20:58 CLIENT -> SERVER: QUIT
2020-06-15 09:20:58 SERVER -> CLIENT: 221 2.0.0 closing connection h12sm602544ejf.50 – gsmtp
2020-06-15 09:20:58 Connection: closed
SMTP Error: Could not authenticate.
Forum: Plugins
In reply to: [Sermon Manager] Search SermonsThanks. I tried a different theme and it still does not work, using the Elementor page builder “Search” widget.
How did you add your Search?
Thanks
Forum: Plugins
In reply to: [Sermon Manager] Search SermonsThank you Mike. What search did you use?
I am wondering if it could be related to the theme’s search. I also created a custom searchform.php file in the child theme and that did not work either.
Is there a working link you could share please?
Thanks again.
Forum: Plugins
In reply to: [Sermon Manager] further developmentNot sure, but I was surprised to be billed another $99 dollars for SM pro. It seems to be an annual payment, which is concerning, considering the lack of/slow support response received this past year.
Anyone renewing their SM Pro/WP for Church annual license?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Displaying a custom page on …/podcast/ URLThanks Jonathan, @psykro.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Displaying a custom page on …/podcast/ URLThanks @psykro. Appreciate the help and info.
Please could you consider adding this to a future release.
Thanks
Thanks @markzahra. I came from that link ?? but have submitted it under “Premium Support” now.
Thank you @markzahra. Appreciate your prompt response and also updating your Knowledge Base.
??
Forum: Plugins
In reply to: [Sermon Manager] Cannot Include Content or Margin Above PluginLooking at the other pages, it would be more consistent to replace the suggested CSS and just have this:
.wpfc-sermon-container {
padding: 6.5%;
}The suggested spacing looks too spacious on my monitor, so test to see what works best to achieve your expectation. Your left and right padding can also be set as specific pixels sizes, which you can control with media queries for various form functions, but that may not be necessary.
Hope that helps! ??
Thank you so much. That was it. When I updated the plugin, the pages erroneously used the default template. Fixed now.