Matthias Baier
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CAPTCHA] CAPTCHA button missingThere you go:
Usage Really simple CaptchaForum: Plugins
In reply to: [Really Simple CAPTCHA] CAPTCHA button missingWhat you can do is use Shortcodes inside your Form like this:
<span class=”captchaimage”>[captchac captcha-1]</span>
<span class=”captchaform”> [captchar captcha-1 6/6]</span>I can’t find the documentation right now, but using Google is not my favourite too. Just another point in my privacy declaration and still no idea, how this will be handled in Germany in may.
I had a similar issue. Look at your session transcript and search for EHLO ERROR.
In my case this error caused some varieties of strange behaviours, including a long time to send email and finally going through.
If you have an EHLO error in your log, it is likely this problem will be solved with the upcoming version 1.7.8.
Alternatively you can check out the old postman and see, if there is any improvement in delivery. However I do not suggest sticking with the old version due to security risks.
Or you could check out a Mail-Loging Plugin, which just logs sent emails.I have a similar issue.
I also changed from Postman to this. Now I’m having trouble sending E-Mails reliably with Strato. Sometimes the Mails are sent, sometimes I geht the timeout. Reverting to Postman or disabling the mail-plugins completely fixes the issue.
I can’t really tell, why this is happening.
But I know that, when sending Test-E-Mails and they go through it can take up a lot of time. (like 13000ms or so.)
What does your session transcript tell you about Errors?Here is what it states for me:
Old postman:
220 smtp.strato.de ESMTP RZmta (P8 -)
EHLO localhost
250-smtp.strato.de greets 192.168.48.6
250-ENHANCEDSTATUSCODES
.
.
.New Post SMTP:
smtp:tls:plain://smtp.strato.de:587220 smtp.strato.de ESMTP RZmta (P15 -)
EHLO ERROR
250-smtp.strato.de greets 192.168.48.6
.
.
.Note: The configured server Adress is smtp.strato.de NOT localhost. I can’t tell, why the old postman used localhost. But maybe this is the cause for my issues.
My suggestion would be to look for a hoster, that automatically renews the certificate when it is necessary.
I’m still checking things out with webgo, who offer this service.
I’m currently with Hosteurope, where you have to manually upload your certificate files every few months, when they become invalid. Not very convenient. However, I do not think https “totally stops working”, but you will get an error pointing out that the certificate has become invalid. But you will still be able to access your site if you click away all the warnings…Forum: Fixing WordPress
In reply to: Menu not working on mobileThere are a lot of problems in the console.
On quick look, I don’t see where the jquery-library is loaded. I would start there. Try loading it by your functions.php.
As it is a commercial theme, the authors should be able to help…Forum: Themes and Templates
In reply to: [Twenty Sixteen] SVG in logoCount me in: I’m currently dealing with the same problem.
Still have not an ellegant solution for my customers. I would love them to be able to use SVG as well. But there is the security-discussion and we have to enable SVG manually.
I already think about hardcoding the link in my CSS-File and just disable the logo-feature in WordPress Backend.
Did you find any solution? The only step that keeps me from proceeding is the crop-procedure…- This reply was modified 9 years, 2 months ago by Matthias Baier.
Forum: Plugins
In reply to: [Nested Pages] W3C validation failsThank your very much for that update.
However I’m still seeing the rel=”page” links in my sites.
Tried differnt things like:
recreated the menu
Hide all pages
Hide some pages
Rearange pages
Rename menuI’m having no clue, where to look. I don’t have any caching plugin on my site enabled.
I’m using V 1.6.5.2 of nested pagesIt looks like a compatibility problem with PHP 7. If you really really need to use this plugin, switching back to an older PHP Version might help.
But thanks for the Query Monitor Tip! 🙂I just switched back to PHP 5.6 to confirm that. Yes: Then it works. With PHP 7 no.
Can’t dive deeper into this now. But I don’t think it is big bug.Forum: Plugins
In reply to: [WP Encrypt] Error:Challenge request failed for domainWhat do you mean by “explain more”?
Can you give us a litte bit more information, on what part you like to hear more?Forum: Plugins
In reply to: [WP Encrypt] Cannot write to temporary fileThat would also have been my suggestion.
I have another customer, where the hoster integrates letsencrypt into its backend with autoregenerate and everything.
But I see HostEuropes point: They want to sell their SSL.And I am able to use the regenerate feature, but I have to switch back to http for the process, because another error pops up.
So basically regenerating my certificate with thisn plugin looks like this:
1. Set my site to http
2. Regenerate the certificate
3. Download it with FTP
4. Insert it into HE
5. Switch back to httpsNot really comfortable, but for now, I’m living with it.
But I want to integrate my other domains as well, which brings me back to another hoster or another way to regenerate my certificates.
All a work in progress, I’d say.Forum: Plugins
In reply to: [WP Encrypt] Cannot write to temporary fileI had an ftp-User and the permissons of that folder were 770. However – this was only a workaround to make the plugin generate the certificate. I still have to manually paste the certificate into Host-Europes KIS.
Well, this brings me to the question: Did you also manually integrate your certificate into the KIS?
Because the plugin does not give you the ability to automate that process. And there is also no way to integrate more than one domain into your certificate.Forum: Plugins
In reply to: [WP Encrypt] Cannot write to temporary filemytempfolder is my wordpress root directory next to wp-config.php etc.
What error-messages do you have?Forum: Plugins
In reply to: [WP Encrypt] Error:Challenge request failed for domainHey Chekki,
you could try to set your domain to http://gassihelden.de within your WordPress URL-settings. Then try to generate a new certificate. For me it worked like this.
After the process, I just put https back in place at the settings.
I can’t tell why this is happening. My provider doesn’t give a lot information in the logs and the wp-encrypt-error message was somewhat not helpful.Editing the .htaccess-file or even changing the PHP-Version from 7.0 back to 5.6 didn’t help.
- This reply was modified 9 years, 5 months ago by Matthias Baier.