Max Beta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Issue with contact form 7I’ve have the same problem.
I read somewhere else that you recommend the WordPress REST API setting to be active due to security issues with WP.
Could this problem be worked out together with the Contact 7 team?
I have the same problem. I’ve used WPC before and as soon as I set it to maximum security and change the URL all warnings stop, but not with the site I installed it to now.
It’s extremely simple page too. Just a logo and some text.
- This reply was modified 8 years, 12 months ago by Max Beta.
Forum: Plugins
In reply to: [Postie] Problem with imagesGreat!
Forum: Plugins
In reply to: [Postie] Problem with imagesWhat is your own experience when emailing from iOS 10?
Forum: Plugins
In reply to: [Postie] Problem with imagesI tried the same thing from my Mac.
1. I emailed the same 3 images. The first image is set as the featured image. The other two images are placed in the content. Didn’t work from the iPhone.
2. The preview act the same as before – works after resaving the draft.
Forum: Plugins
In reply to: [Postie] Problem with imagesI’ve tried some more now.
My settings are:
Use First Image as Featured Image: YES
Include Featured Image in Post: NO1. I send 3 images with my iPhone. All 3 images are in the content and the first is also the featured image. My settings in the plugin is not working properly.
2. I load the preview and there is no featured image. I resave the draft without doing any change to it. Now the featured image is shown in the preview. Could be theme related.
3. I noticed that the rotation tag inside the images is ignored so some of the images are rotated 180°.
Forum: Plugins
In reply to: [Postie] Problem with imagesI understand. I’ll try some more. I didn’t test if resave of the draft as it arrives would solve this.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Block /author/adminOk, thanks, I can probably block it with robots.txt
I love the simplicity with WP Cerber. Other security plugins can make a grown man cry.
Forum: Plugins
In reply to: [The Events Calendar] Missing translationI changed the view now so all events are visible, so this text is not showing anymore on my site. I’m still interested if you have a fix for this problem.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Some issues…Hi
I don’t think there is much you can do since the site is up and running. I just wanted to make a report to help you if there are some unknown issues. Maybe someone else will post here later if the problem should happen again.
Forum: Plugins
In reply to: [The Events Calendar] Language files outside plugin folder not workingI second this opinion.
I found the solution now in another thread. I put this in my child themes function.php and it works.
unload_textdomain( 'the-events-calendar' ); load_plugin_textdomain( 'the-events-calendar', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );Forum: Plugins
In reply to: [Age Verify] Header in Avada theme covering age gateThis was a simple problem and it’s about z-level.
id=”slidingbar-area” = z-index: 99999 (Avada Theme)
id=”av-overlay-wrap” = z-index: 10000 (Age Verify plugin)
The Age Verify will need a higher number than 99999 to be the top most item. I haven’t read yet what is appropriate use though…
Forum: Plugins
In reply to: [Age Verify] Header in Avada theme covering age gateHmm, I noticed the same problem 3 months later…
Is this the only available age verification plugin?
Forum: Plugins
In reply to: [Google Forms] Email validation problemSorry I didn’t understand much of that. How can css affect the validation? Isn’t it a script?
It worked in earlier versions. The site is one year old and it was now I noticed this new problem.
Forum: Plugins
In reply to: [Google Forms] Email validation problemThere’s been a misunderstanding so let me try to explain this again.
1. Emails arrive as they should. This is not my problem.
2. The email validation should show a warning when someone types in an ill formatted email address. And it should go away when the email address is properly formatted.
The problem I have is that the email validation warning is ALWAYS showing. It shows up when the page loads and I haven’t even started typing in the form yet. And if I fill in a proper email address it’s not hiding either.
Please look at the page I refered to in my first post.