Scott Reilly
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Admin CSS] change colour for private noteThe style you configured via the Add Admin CSS plugin does appear in the source snippet you provided, so that’s confirms the plugin is working and is basically the primary thing the plugin is meant to do.
I don’t know enough about what else is going on in the page, but it will likely be one of the following issues:
1. The CSS selector you provided is incorrect and doesn’t match the element you intended.
2. There is another CSS rule with greater specificity for the element you are targeting, so that rule is overriding yours.I’d suggest again to use your browser’s inspector tool on the element (the note content) that you were trying to change to see if either of these are the case. You should be able to see your custom styling applied and if it’s getting overridden.
Forum: Plugins
In reply to: [Add Admin CSS] Blank settings page with v-2.0Hi @colourstone: Thanks for the report!
I’ve just released v2.0.1 of the Add Admin CSS plugin which should fix this issue. Let me know if you continue to experience any problems with this update.
Cheers!
Hi @strettonbull: Thanks for the report and especially for identifying a specific plugin conflict that I could use to debug the issue, since I was not initially able to reproduce it.
I’ve just released v2.0.1 of the Add Admin CSS plugin which should fix this issue. Let me know if you continue to experience any issues with this update.
Thanks again and cheers!
Forum: Plugins
In reply to: [Add Admin CSS] change colour for private noteHi @louisapple: Could there be a conflict with another plugin that’s running on your production site but not your staging site, or a typo/difference between the two CSS statements you’ve written?
In general, if you know how to, I’d first view the page source and serach for some unique aspect of the CSS you added (such as “f98b8b”) to verify that the CSS was actually output by the plugin into your admin page. If so, then I’d use your browser’s inspector tool on the element (the note content) that you were trying to change to see if there is a CSS rule that may be more specific (and therefore takes precedence) over the rule you provided.
I did just release v2.0.1 of the plugin which fixes a bug some users were experiencing, but that was mostly related to the plugin page not appearing. But I’d recommend using the latest just to be absolutely sure things weren’t also affecting you.
Cheers!
Forum: Plugins
In reply to: [Disable Search] Warning::__wakeup()@shirtguy72: Thanks for the report and providing the error message! I just released v1.8.3 of Disable Search that should fix the issue. Let me know if you encounter anything else.
Cheers!
Forum: Plugins
In reply to: [Admin Commenters Comments Count] PHP8 Support@hothbricks: Thanks for the report and providing the error message! I just released v1.9.6 of Admin Commenters Comments Count that should fix the issue. Let me know if you encounter anything else.
Cheers!
Forum: Plugins
In reply to: [Admin Commenters Comments Count] PHP8 SupportHi @hothbricks:
Did you encounter any specific issues running the plugin under PHP8? I haven’t specifically tested the plugin under PHP8 just yet, but I don’t see anything that stands out as being potentially problematic.
Thanks!
Forum: Plugins
In reply to: [Years Ago Today] e-mail for editorHi @rudyodo,
Thanks for the kind words!
As for your inquiry, the checkbox has always been available in each user’s own profile. However, it was not possible for admins to edit the checkbox on another user’s profile. So logged in as an admin account, if you visited another user’s profile you wouldn’t see the checkbox. But if that user logged in and viewed their own profile, they would see the checkbox.
That was the case until just now. v1.4 of the plugin was just released, and its main change was to allow admins the ability to view and edit the checkbox for other users.
Does that address what you brought up, or did I misunderstand?
Forum: Reviews
In reply to: [Custom Post Limits] Not workingHi @yodelice, do you have any specifics regarding what wasn’t working for you?
Or are you referring to the warning at the top of the plugin page here in the Plugin Directory? If so, it is true that the plugin hadn’t been updated in 6 months, which was long enough for the “This plugin hasn’t been tested with the latest 3 major releases of WordPress…” notice to appear at the top of the plugin’s page.
I’ve just released v4.4 of the plugin, which has the side effect of removing that notice. Please try it out and let me know what problems you encounter.
Cheers!
Forum: Plugins
In reply to: [Remember Me Controls] Missing textdomainHi @kittmedia!
Thanks for the report! I’ve just released v1.9.1 of the Remember Me Controls plugin, which incorporates your request to add a missing textdomain.
Cheers!
Forum: Plugins
In reply to: [Single Category Permalink] Can I remove the base slug as well?Hi @theblueli,
It is not within this plugin’s functionality or intent to remove the “/category/” path that is at the root of category permalinks.
However, it can be done. See the Remove Category URL plugin, whose whole purpose is this very thing. If you happen to be using Yoast SEO (and if you aren’t, the plugin might be overkill for doing just this one thing), it seems to have a “Strip the category base” setting.
I have not used either plugin for this purpose so I can’t personally vouch for them, but they seem to do what you want.
Best wishes!
Forum: Plugins
In reply to: [Auto-hyperlink URLs] Not Working@tech4eleven: Where is that sidebar content that includes links coming from? Is it a widget (if so, which one)? Or is it part of a template file?
By default the plugin only auto-links post content, post excerpt fields, and widget text. Plugins that create widgets in funky ways or text hardcoded in template files are examples of things that are not supported out-of-the-box. Some code customization may allow it to work with another plugin.
Forum: Plugins
In reply to: [Text Hover] It does not work with symbols@theaonar: Hi, I’ve just released v4.0 of the Text Hover plugin which fixes the bug you reported about not being able to add hovertext to strings that begin and/or end in punctuation.
Thanks again for the report. Cheers!
Forum: Plugins
In reply to: [Blog Time] Time Location@americanfreak: Hi,
Normally I would have said yes, though it would require adding a line of code into a file. But it turns out the library the plugin uses to handle time calculations doesn’t support timezone abbreviations.
So I have started work on a new version that will do two things:
1. Allow you to customize the time format via an input field on a settings page without needing to add code anywhere.
2. Add support for timezone abbreviations.After which your request will be a 30 second change for you to make to get what you want.
I’ll follow up here to let you know when that version gets released.
Cheers!
Forum: Plugins
In reply to: [Text Replace] maintenance@wpcursus: Hi,
The plugin is still actively maintained, but thanks for inquiring. It caused me to realize that a release meant for January didn’t get deployed so I’ve just done it. v3.9 of the plugin has been released.
It supports the use of Gutenberg, but doesn’t have any special blocks or block integrations (nor are any necessary).
As for your question about it working for post titles, it does not work on post titles by default as I don’t believe that is applicable to the majority of users. However, it can be made to work with a small bit of code. If you check out the documentation for the plugin (available on the plugin’s page here or its readme.txt file), look for documentation on the
c2c_text_replace_filtersfilter in the “Hooks” section. There happens to be an example of the code to do just what you want.I understand that may be a bit much to take on. In the next version of the plugin it will have a setting allowing you to add support like this without needing to add custom code. But for now, that is how it would need to be done.
I’ll follow-up once that feature gets released.