Alexandre Simard
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Updates Manager] WP5.1: Plugin not working for excluded usersLike @alx359, I had misunderstood the “Exclude users” function. Now I understand how it works, I just don’t see how it’s useful. Excluding a user allows them to perform updates as per normal WP operations and hides the plugins’ settings. If I want to allow someone to perform any update, it’s most likely myself or a very trusted person. Therefore, it’s the same person I would want to configure the plugin. Except it’s no longer possible since the settings are hidden.
In my opinion, it should work the other way around, i.e. “Super super admin users” instead of “Excluded users”. As soon as someone is identified as such, they can perform any update and they become the only ones granted access to the EUM settings.
Forum: Plugins
In reply to: [WP Activity Log] Can’t get past freemius screenHi @slimmilkduds, did you do anything in particular to get it to work. I’m facing the same issue. Thanks!
Forum: Plugins
In reply to: [Easy Updates Manager] Update only languagesThanks for the quick answer! I will put together a clean test case and open a Github issue with this. Cheers!
L’ajouter dans ton
wp_localize_script
? ?a te permettrait aussi de le sanitizer en PHP avec les fonctions de WP.It only blocks the login for users which are not part of the defined groups.
Yes, this is what I’m testing. As I was sayig, it works correctly for access to /wp-admin/. I was expecting it to block access to the public side of the site too, which is not the intended behaviour, I guess.
I think there’s another issue with this setting, specific to a multisite environment. From what I understand, the groups are only checked during the authentication phase. In a multisite environment, if you have authenticated yourself on a subsite where this setting was not used and you go to a subsite where it is, you will have access to /wp-admin/. Obviously, if Role Equivalent Groups have been set, you won’t be able to do much, but it’s still weird.
Forum: Plugins
In reply to: [Next Active Directory Integration] Custom WordPress Role in Permissions tabThis is possible as of version 2.0.7.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Try the New MailPoet 3 DEMO!Thanks for the answer! I would still like to be able to configure MailPoet to send emails via WordPress’
wp_mail
function. Two reasons for this:- I already configure WordPress to have
wp_mail
use an external SMTP server. In the current state of affairs, I need to duplicate the SMTP configuration in MailPoet, which is not DRY. wp_mail
fires hooks which other plugins can use to modify or perform actions on the emails being sent. Right now, there’s no way to have this actions performed on emails sent by MailPoet. That was the essence of the developer of Email Log’s request.
In short, using
wp_mail
(or at least having the possibility to use it) is just playing nice with the rest of WordPress and its ecosystem. It doesn’t even need to be available via the UI, a simple, working filter allowing to choose this sending method would be great.I understand your need to generate revenue through your own sending service and may end up actually using it for a few customers, but for other projects (on private networks, for example), the inability to use wp_mail as a sending method may force us away from MailPoet. Obviously, this is all up to you. Thanks in advance for taking this into consideration!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Try the New MailPoet 3 DEMO!Hi there,
You did not answer nielsgabel’s question about using WordPress’ built-in
wp_mail()
function.Last year, when answering to Email Log’s developer, you mentioned that:
The next version of MailPoet will come with wp_mail() as a sending method option
I went through the demo and did not see such an option in the Send with… Your web host / web server configuration. Is
wp_mail()
now the only option when sending locally?Thanks in advance!
Forum: Themes and Templates
In reply to: [Storefront] Removing actions and filters since 2.0Thanks for the answer. I guess I just prefer using hooks to pluggable functions/classes. Seems more future-proof to me. I’ll manage, thanks!
Forum: Themes and Templates
In reply to: Jetpack portfolio – square thumbnailsThumbnail size
By default, the
jetpack_portfolio
shortcode uses the ‘large’ image size. This is filterable with thejetpack_portfolio_thumbnail_size
filter, though.So you could have it use another one of the built-in image sizes (thumbnail, medium) which you set in Settings > Media. Or you can register your own image size with add_image_size and use this size.
Hover effect
That’s a job for CSS. Change opacity on :hover and add a transition property to make it smooth.
Works for me after updating to 1.3.47. Thanks for the quick fix.
I am seeing the same problem. Same error message:
Warning: require_once(/srv/www/sitename/htdocs/wp-content/plugins/ultimate-member/core/um-filters-language.php): failed to open stream: No such file or directory in /srv/www/sitename/htdocs/wp-content/plugins/ultimate-member/um-init.php on line 145
Forum: Plugins
In reply to: [Login Security Solution] BruteProtect Jetpack vs Login Security SolutionHey Daniel,
I love your plugin. I think it’s the best standalone solution, but your comment here shows you haven’t looked at Jetpack Protect closely enough. Its main selling point is the network effect. IP addresses are checked against WordPress.com’s Protect API, which logs and analyzes failed logins across all sites where Jetpack Protect or BruteProtect is installed.
In the scenario you describe above, it’s likely none of the initial login attempts would have made it through, since their IP addresses would already be blacklisted from previous failed logins on numerous other sites.
I had the same problem and I managed to fix it. I tried a bunch of stuff, so I’m not sure if all I did was necessary, but here it is:
- In Ultimate Member > Settings > Extensions > Tools, set Gravatar Transfer to Activated and save your settings.
- You should now have a Gravatar Transfer link under the Ultimate Member main menu item. If not, refresh. Then go there.
- Click the Start adding gravatars button. Wait for it to finish.
- Go to Ultimate Member > Dashboard and click the Clear cache of # users button in the bottom right.
You can probably deactivate the Gravatar Transfer tool you activated in step 1 if everything is working now.
Hope this helps!
Forum: Plugins
In reply to: [Homepage Control] Plugin doesnt work with latest storefrontThis is the same error I was seeing. Deactivating Woothemes Helper (previously known as Woothemes Updater) made it go away. Which version of Storefront are you using?
Have you tried deactivating all plugins except Homepage Control? If Homepage Control starts working, you’ll know you’re facing a plugin conflict. You can then reactivate plugins one by one until the bug resurfaces and you’ll have found the culprit.
- I already configure WordPress to have