Forum Replies Created

Viewing 15 replies - 1 through 15 (of 409 total)
  • Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @balvan64,

    In order to troubleshoot this, we should first determine if there is a plugin-level conflict, or if the CSS you defined using the plugin is preventing things from being shown.

    So firstly, activate the Add Admin CSS plugin and go into its settings and delete anything that you’ve configured. (Create a copy of the CSS you may have provided if you want to add those back in later.) No CSS files should be linked and the “Admin CSS” field should be empty. Save those changes and try to access the WPML translation interface. Does it load? If not, then there is a plugin-level conflict that is out of your hands. Let me know if this is the case, and if you happen to have any error log entries from when you tried to access the WPML translation interface that may report any errors. (If none of that makes sense to you, simply report back that your issue was just from activating the plugin.)

    If the WPML translation interface loaded after you’ve activated the Add Admin CSS plugin and cleared its settings, then the conflict is probably with the CSS you defined. I’d reintroduce CSS in chunks or rule by rule, each time saving the changes and reloading the WPML translation interface page to see when it stops appearing. Hopefully you eventually introduce CSS that causes the issue, so you’ll know what it is and can change/omit it.

    If you are unfamiliar with CSS or don’t understand what I’m suggesting, feel free to say so but please provide a copy of the CSS you configured with the plugin and I can try to debug the problem.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @emcarnahan756! Thanks for the report! Yes, unfortunately, v2.5 of the plugin introduced some overzealous encoding of some characters that are valid in CSS. I’ve just released v2.5.1 of the plugin which should no longer have that problem. After updating, you may need to review your CSS to see if any characters are encoded and fix them (things like ", <, etc). Once fixed and saved in v2.5.1 or later, things should continue to work fine going forward. Cheers!

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @prestonwordsworth. I think you may be misattributing behavior to the Disable Search plugin (or I’ll need more details). Other than hiding or disabling search forms/widgets/blocks, the only other thing the plugin does is set a 404 response for any attempted search. It does not perform redirects nor issue 301/303 response codes.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Thanks for the report and PR, Toru! This issue has been resolved in v2.1.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @doffine: Thanks for inquiring! Fear not, the Disable Search plugin has not been abandoned! I just released v2.0.1 of the plugin to note compatibility through the most current version of WordPress (6.3.1). There have not been any reported issues or bugs since the previous reason.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @123nadav: Thanks for inquiring! Fear not, the Disable Search plugin has not been abandoned! I just released v2.0.1 of the plugin to note compatibility through the most current version of WordPress (6.3.1). There have not been any reported issues or bugs since the previous reason.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @emgb_520: The Remember Me Controls plugin hasn’t been abandoned, though it had been awhile since an update. I have just released v2.0 (now v2.0.1) of the plugin which improves the plugin settings page and confirms compatibility through with WordPress 6.2+. Cheers!

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @koolinus: Thanks for the report and proposed change! The fix has been incorporated into the just-released v1.5 of the Years Ago Today plugin.

    Cheers!

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @moshe1111: Unfortunately, what you’re looking for isn’t something the plugin is written to do. It can only replace specific text with other specific text.

    It does not identify text by general criteria (e.g. “a paragraph with less than 10 words”) and it can’t replace any of the original text back into itself (e.g. putting text that got found back into the post but now within certain tags).

    If you know the text of what you’d like to be put into H2 tags, you can use the plugin and explicitly list them, (e.g. Daily Overview => <h2>Daily Overview</h2>). But it is not a feasible approach if there are a bunch of different phrases that you need put into H2 tags, or if the phrases also appear within normal text.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Hi @jonellealice: I believe I understand what you want, or thereabouts, but the plugin doesn’t really facilitate the request currently, at least not without some very specific custom coding.

    I’ve made a note in my TODO list for the plugin to add such a feature. I’m envisioning that when editing a post, there is a field where you can specify what terms should not get a text hover in that post. (In your example, you would edit post B and specify that the term “round” should not get hover text.) Does that sound like it would meet your needs?

    I’ll follow-up here whenever I get the chance to implement it for a release of the plugin. Thanks for the suggestion!

    P.S. Out of curiosity, do you use the block editor (aka Gutenberg) to write posts, or do you use the older, classic editor interface?

    Forum: Plugins
    In reply to: [Blog Time] JS Error
    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    Thanks for the report, @afrikane! I’ve just released v4.0.1 of the Blog Time plugin which fixes this issue.

    Cheers!

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    As promised, a follow-up to this…

    The Blog Time plugin has just been updated to v4.0. It introduces a setting (found at Settings -> General) for easily configuring the blog time format without needing to use a filter. (The filter is still supported, and it takes precedence over the setting. The setting provides a notice if the filter is being used.)

    Cheers!

    Forum: Plugins
    In reply to: [Blog Time] Time Location
    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @americanfreak: Just a follow-up on this…

    The Blog Time plugin has just been updated to v4.0. It introduces a setting (found at Settings -> General) for easily configuring the blog time format. It also introduces support for the ‘T’ timezone format token, which is used for showing the timezone abbreviation (e.g. “PDT”).

    Cheers!

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    It sounds like you’re getting into the realm of using CSS itself and not necessarily the functionality of the plugin.

    What you want may be possible. It really depends on the HTML markup used for these private notes. I don’t know what you have generating these notes or what the markup looks like, including any potential HTML classes being used, so it’s difficult to provide any assistance.

    Based on the CSS you were trying, it seems reasonable that it affects all notes since there isn’t anything that indicates the CSS should only apply to private notes and not other types of notes.

    Again, the markup used for the notes will dictate if private notes can be specifically targeted and how.

    Plugin Author Scott Reilly

    (@coffee2code)

    WordPress & Plugin Developer

    @azureconcept: Glad you found the time formatting you needed!

    Admittedly, the current version of the plugin does not make it easy to customize the time format — it can only be done using a filter in custom code.

    However, I am finishing up the next version of the plugin which will add a setting for customizing the time format. I’ll follow-up here to let you know when it releases, if you’re interested.

Viewing 15 replies - 1 through 15 (of 409 total)