WPKube
Forum Replies Created
-
Thanks for the suggestion. Added to the list.
Forum: Plugins
In reply to: [Advanced Excerpt] Elipsis comes out without class/idHi @delanthear
Will add that to the to do list for next update.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Disable some authors from subscribingAh, yeah, it’s clear now. You have the “subscribe authors” option enabled but you want some authors to be excluded from that. Will add to the list.
It’s a different feature from what @honoluluman, can you submit a separate request for this, it’s easier to track and manage separately.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Disable some authors from subscribingYou’re welcome and thank you, happy to hear that 🙂
Not at the moment, but can be added to the list.
But I’m not 100% sure I understood what’s needed.
You said “when the post has an author with email name@example.com, do not register the email in the database”.
Did you mean “when the comment has an author with email…”?
Sort of like a blacklist of emails that aren’t allowed to subscribe?
Well you’ll be able to just use the regular WYSIWYG editor (or Gutenberg if you use that) to add a heading with a letter and then after the letter add the shortcode for that specific letter.
Forum: Plugins
In reply to: [Cool Tag Cloud] The first excluded category can’t be hidden by IDThank you.
Hi @f1news
When a new comment is processed, the notification emails are as well. So if there’s a lot of subscribers on a post it needs to go through sending out the emails to everyone.
A “mailing queue” should help out with that. Something like GD Mail Queue.
Forum: Plugins
In reply to: [Cool Tag Cloud] The first excluded category can’t be hidden by IDSorry about that, we’ll fix the quotes in the description.
As for the feature suggestion, will add that to the list. But unfortunately I can’t say for sure when it would be added.
Forum: Plugins
In reply to: [Cool Tag Cloud] The first excluded category can’t be hidden by IDCan you send over the full shortcode you are using?
Not at the moment but we could add an option like “tag name starts with” so you can show the tags starting with a specific letter.
As for your own background image, you could overwrite the CSS rules the plugin applies.
.cool-tag-cloud .ctcgreen .ctcleft a, .cool-tag-cloud .ctcgreen .ctcleft .tag-cloud-link, .cool-tag-cloud .ctcgreen .ctcleft a:after, .cool-tag-cloud .ctcgreen .ctcleft .tag-cloud-link:after { background-image:url("YOUR_IMAGE_URL"); }As for search filters, I added it to the list.
Hi @bl4ckb34rd
Let me know what is the code that you added.
Forum: Plugins
In reply to: [Advanced Excerpt] Doesn’t work with The Events Calendar excerptsYeah, there is the
tribe_events_get_the_excerptfilter we can hook into and hopefully get it working.Forum: Plugins
In reply to: [Cool Tag Cloud] Can we list categories instead of tags?You’re welcome.
Yeah, we’ll update the plugin description with a bit more info on the shortcode parameters.
Forum: Plugins
In reply to: [Advanced Excerpt] Doesn’t work with The Events Calendar excerptsHi @delanthear
From what I see in the code of The Events Calendar they handle the excerpt their own way, it’s not the typical WordPress
the_excerpt()function.We might be able to make some adjustments to get it to apply to the excerpts generated by The Events Calendar.
Will add that to the to do list, but I can’t say for sure when it will be looked at, there’s a lot of items on the to do list (a lot of plugins and themes).
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validYou’re welcome.
Great, happy to hear that.
Yeah, it seems Akismet is a bit too strict with those checks when it’s not a typical email address.