mengsel
Forum Replies Created
-
Thanks for explaining! Two follow-up questions:
1. Can I safely assume that future updates of the plugin will not update the inc/template/template-coming-soon.php file?
2. And if not, is there any way to hook into the plugin from my theme’s functions.php file?
Hi Bart,
Thanks a lot for your help. I noticed indeed the extensions should be specified without dots. This has solved the issue, thank you!
Hi Bart,
Great, I’ll have a closer look at the plugin files for info on the PRO version and any other commercial inquiries. Regarding the free version, I’ve specified the whitelisted filetypes as:
.jpg,.png,.doc,.pdfOr should it rather be:
jpg,png,doc,pdf
without the periods?Forum: Plugins
In reply to: [WP Lynx] Can't update Lynx print templateHi @john Havlik, any news on the release schedule for the next WP Lynx update? Happy to hear the issue has been solved, but when can we start enjoying the fruits of this solution? =)
Forum: Plugins
In reply to: [WP Lynx] Can't update Lynx print templateAh, exquisite! Thank you for following up and the good work. In the meantime, I’ve been using a workaround in CSS to style the template to my wishes.
Hi kcwebguy,
I wasn’t able to resolve it and I have little confidence that the plugin author will make an update anytime soon. I moved my websites to a new server and configured it so that I could use PHP mail() again, instead of bothering with SMTP.
As an alternative – and this might be interesting for you – I did initially consider using Mandrill. You can sign up for a small amount of mails per month for free, and there is a good plugin available around here as well. https://wordpress.org/plugins/wpmandrill/
Good luck!
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] CF7 shortcode not displayingIf any developer is willing to update this plugin, please let us know how we can help. It seems like the original author hasn’t been active for the past 6 months, so I expect little from his side at the moment.
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] CF7 shortcode not displayingAny idea on when we can expect a correction/update/bugfix?
On a related note, please advise… How do I deal with large or very diverse IP ranges that fall under the same hostname?
For example, I’ve found a network through your IP WHOIS search that falls under GoDaddy’s webhosting services, of which a small part appears to present itself under a hostname called ‘secureserver.net’. Another network with a completely different IP identifies with the same hostname. IP addresses in both ranges have been blocked for malicious activity.
How do I make sure no other attacks can originate from secureserver.net?
__
On an unrelated note — is there a way to customize the ‘blocked’-message in WordFence?
Hi Mark,
Thanks for the advice. Good to know, I wasn’t aware of the toll it took on the server. I’ve figured out the feature to block IP ranges based on WHOIS searches on single IP’s. Great feature, I’ve moved all the blocked hostnames out of WP Ban into WordFence blocking by IP range. Works fine!
I have also purchased tar, feathers and cheap headphones, ready for the shitstorm to come. That being said, perhaps it might be a good idea to more prominently feature this functionality — or maybe even streamline the process in WordFence to make it more accessible for less knowledgable users.
But again, thanks a lot for the advice!
Solved. Sorry to bother. I’ve followed the instructions on http://support.wordfence.com/support/solutions/articles/1000011129-my-scans-don-t-finish-what-can-i
Forum: Plugins
In reply to: [User Role Editor] Allow editing menusExcellent! Thank you very much. I’ll try if this option is less laborious than the solution I came up with.
For the record, and perhaps as a useful tip for any future readers — in the meantime, I’ve solved my perdicament by:
* Downloading the free version of Admin Menu Editor
* Changing the required capability for the (sub)items to something only admin has (in this case switch_themes).
So: edit_theme_options is still the capability rewarded to Editor through URE, and it’s required default for Menu and Widgets. But, after changing in AME, it is no longer sufficient for Customizer and Editor, which now require switch_themes capability.
Forum: Plugins
In reply to: [User Role Editor] Allow editing menusIs there then a away to hide the menu item by editing the functions.php file?
In my case, it’s very simple: all user roles, except (super)admin, should only be able to see widget and menu under theme options.
I just don’t want them messing around with the theme I finetuned to closely 😉