curtismchale
Forum Replies Created
-
That doesn’t make any sense to me at all. Why have the filter that allows me to change the capability only so that my custom role can view the available temporary logins but then never do anything with them?
We have a custom role called PC Admin which can do some stuff more than an editor for our client sites. They can change some Gravity Forms settings, and I’d like them to also be able to manage temporary logins. If you add the filter to your current_user_can checks as you can see done in this forked version of the plugin then I can also allow our custom role to add/edit/delete the temporary login users.
If I give them
manage_optionsthey can manage a bunch of stuff they shouldn’t have access to.As it stands you have a useless filter that doesn’t actually map to how you use capabilities.
This works with default WordPress themes. I’m not digging into what Avada does to try and fix that.
Forum: Plugins
In reply to: [Dynamic User Directory] <= 2.3 is vulnerable to Cross Site Scripting (XSS)@catholicservant did you get any information outside of what’s listed on the linked page? I’d take a look at the issue and patch it if I had some more information.
This is still happening with 7.2.2.1 and the latest fix for bad UI rendering killing everything so we’re still hacking around it with the code above.
@msykes Yes I can see the UI again, but you still haven’t fixed the issue with scheduled posts where once it publishes the URL get’s rewritten. This has been in the forum for a week at least now and I’m hacking around it still.
Don’t love that. What if I find a bug in the paid version that affects browsers on macOS or Linux? Will those be supported?
@oligoform thanks for this but I’m still seeing the issue with your fix. Are you using this new template file in production? It does bring back the UI needed for recurring events, just won’t let me save anything.
Yeah that’s not helpful. Is the official policy of gtranslate that you don’t support macOS and Linux based browsers?
When will your testing protocol include macOS and Linux? Heck Linux is easy to test with a virtual machine and that’s free.
Are there any other updates on this?
We’re seeing the same issue and the fix does work across our platform. Has anyone heard back from the developer confirming that the issue is going to be fixed? I had an issue with caching that took a year of bugging to get it addressed so I do have a contact at the company now if needed.
Still works in Chrome on Linux.
Does not work on Firefox on Linux.
Does not work on macOS in Chrome or Firefox or Safari.
I’m heading out for a few days from work so I may not get back to this till next Monday.
We run on Kubernetes and I tested on a different site with a single pod that didn’t create a full deploy cycle. I’ve now deployed it to the site linked above with a custom version of the plugin. I still am unable to access the language menu. I’ll leave the modified version up for you to look at.
That doesn’t appear to fix it. For reference my customer reported this to me using:
Browser: Google chrome version 140.0.7339.186
OS: Windows 11 version 24H2It also works for me in Chrome on Linux. It does not work for me in Firefox for Linux or macOS. On macOS in Chrome I’m also unable to select a different language from the keyboard.
The non-working instances I can get the language select to highlight, but then pressing enter does not bring up the available languages for me to choose from.
What is your browser support policy.
Forum: Plugins
In reply to: [Active Directory Integration / LDAP Integration] Mixed WP and AD users?Thanks.