hoffmaao
Forum Replies Created
-
Was able to find a workaround by not using the SMTP settings in Plugin but instead changing Mail Sending Method to “WP Mail”. Now the emails go out using the settings I have configured in WP-Admin under Settings->Email
Does anyone know how I can force WP to use HTML format for emails? Since they appear to be using only plain text…
No, “Use TLS Encryption” is what I selected in WP-admin for the WordPress Email Settings not for the Event Manager. For example, if I send a forgot password reminder that works fine using the SMTP settings.
I don’t see any way to set TLS for the Events Manager. Does anyone have any recommendations?
It appears we actually have TLS enabled server-side because I was able to update the SMTP settings in WP-Admin under Settings->Email.
I selected the option for “Use TLS Encryption” added all SMTP details and tested by sending a test email, the email came through successfully.
Seems that it must be issue with the Events Manager Plugin or not providing it correct settings as it wants.
Any other ideas? :-/
Thanks Jan, that makes more sense that it would be controlled on the server side. Unfortunately we’re using AWS and running a Ubuntu 12.04 instance, any idea what I would need to enable there?
Assuming that it is enabled, then I would just add ssl:// to beginning of address then it should work, correct?
Thanks again!
Forum: Plugins
In reply to: [Contact Form 7] Not Found error after moving siteOn the page you told me to go to….(Contact > Edit)
I copied the short code EXACTLY as it was writtenForum: Plugins
In reply to: [Contact Form 7] Not Found error after moving siteIt says the value is “123” …..this is what it says on the Contact Form 7’s admin page (Contact > Edit). As I said, at the top it displays “Copy this code and paste it into your post, page or text widget content.”
[contact-form-7 id="123" title="Contact form 1"]
Even when I click the Contact form link at the top it shows “contactform=123” in the URL as it displays the page.
Can you help me resolve this?
Forum: Plugins
In reply to: [Contact Form 7] Not Found error after moving siteI use this short code:
[contact-form-7 id="123" title="Contact form 1"]
Forum: Plugins
In reply to: [Contact Form 7] Not Found error after moving siteAlso i’ve checked the shortcode to make sure it is the same used in the page.
Forum: Plugins
In reply to: [Contact Form 7] Not Found error after moving siteHere is the site – https://bit.ly/113I1dI
Forum: Fixing WordPress
In reply to: Posts show on front page but not category or archiveThank you very much for the help. It looks like there was only one occurrence in the loop.php nonetheless the articles appear to be showing up properly. I’ll definitely look into setting up a child theme. Thanks again!
Forum: Fixing WordPress
In reply to: Posts show on front page but not category or archiveThe theme that is being used is called twentyten.
I’ve never used pastebin so hopefully the link below will work. I copied the code of archive.php to it.
<script src=”https://pastebin.com/embed_js.php?i=39TLPwVC”></script>
Forum: Fixing WordPress
In reply to: Posts show on front page but not category or archiveThanks for the quick reply. I looked in the archive.php for the theme and did not see the_excerpt(); listed anywhere. Does this mean I should just add the_content(); anywhere in that file? Or I also noticed “Use with Conditional Tags” in the reference you provided, would this be better? Looking forward to your response. Thanks you.