WPKube
Forum Replies Created
-
Hi @danishsard
Thanks for the suggestion.
I’ll pass that on to the plugin owner, but the primary functionality of the plugin is related to comments.
While the general idea is the same it’s 2 different WordPress systems (posts and comments). So implementation of that is not as simple as it might seem.
Forum: Plugins
In reply to: [Advanced Excerpt] PLUGIN ABANDONEDHi @wpealbert
Can you share some more info on what those issues are and we’ll look into that.
- This reply was modified 2 years, 3 months ago by WPKube.
You’re welcome.
At the moment the options for the subject field is either to not show them (you decide the subject of the email) or show it so the person contacting decides the subject (in that case a required field).
It’s not possible to have it left empty at the moment. But I do see how that could be useful to expand a bit on the current functionality and make it more flexible.
Will add that to the to do list.
Forum: Plugins
In reply to: [Authors List] Change “View Posts” to “View Bio & Posts”Hi @erostad
That text string is localized (translatable), but there’s no option for it at the moment.
But it would be useful to have it as an option as well.
Will add that to the to do list.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Plugin Still Being Supported?Hi @danishsard
Thank you.
But translations are handled by the WordPress system, it does not go directly via the plugin so we can’t control that part.
I’m not entirely sure but I think the system creates a language pack only when it reaches 95% translation.
Great, happy to hear that worked out.
You’re welcome.
Hi,
Based on their description they do not have integration for our plugin.
It’s best to ask them on their support forum about it and also you can let them know that we’re open to making modifications to our plugin in case they need any modifications made in order to make it work.
Forum: Plugins
In reply to: [NSFW] [Authors List] Pagination not workingHi,
It’s a bug in the code. We’ll get that sorted out and release an update this week.
Hi,
Sorry for the long wait. I see that you no longer have OptinForms on the website. If you decide to reactivate it, let me know when you do and I’ll take a look at that and figure out what’s going on.
Forum: Plugins
In reply to: [Authors List] suddenly not working anymoreForum: Plugins
In reply to: [NSFW] [Authors List] Pagination not workingForum: Plugins
In reply to: [Authors List] Option to hide avatar missingHi @superisc
You are correct, I’m not too sure what happened there.
The option was supposed to added in that last update and I do see it added on my install, but somehow that didn’t end up in the version that was uploaded here.
The shortcode parameter existed from the start, but the option was missing.
We’ll get that sorted out in an update this week.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Plugin Still Being Supported?Hi @seanrnicholson @lauraxrammstein
The “tested up to” version hasn’t been bumped up in the plugin settings but the plugin should be working fine, we do some tests after every major WP release.
We have an update planned for this week to make some changes and we’ll also update the “tested up to” version when we do that.
Hi @greendroid,
It’s not an issue we’re getting on our install, so we’ll need your help to figure out what exactly is going on.
Are you able to check the error logs for your server, in there it shows more info on what exactly caused a critical error.
Forum: Plugins
In reply to: [Page Takeover] Desktop only Takeover imageHi,
Adding this in WP Admin > Appearance > Customize > Additional CSS will make the “page takeover” hidden on devices with a smaller display width than 1024px.
@media only screen and (max-width: 1023px) { .page-takeover { display: none !important; } }