WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Co-authors not displayedWill take a look at that and see what can be done.
Our plugin uses the native WordPress functionality for getting the data about the authors and it’s possible that the plugin you are using for co-authors does not modify that part of the WordPress functionality so our plugin doesn’t get that data.
Which plugin are you using for the co-authors?
Forum: Plugins
In reply to: [Authors List] Change wording on linkHi @vi54
The plugin is localized and the text is translatable using any method you prefer.
BUT, there seems to be a problem with the translation being applied, we’ll get that sorted out in this week’s update.
Forum: Plugins
In reply to: [Simple Basic Contact Form] contact page and after submissionHi @saxamo
You’re welcome.
Not sure what that might be, I went to check the URL but it shows a 404 page. Can you reactivate it and let me know when you do and I’ll check it out, seeing it might give me an idea as to where it’s coming from.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe to all commentsHi @mussy
Can’t say for sure, I think that feature was only asked about a couple times and the to do list has some requests that are more often and will affect a larger amount of the plugin users, so those would be handled first.
Sorry I can’t be more specific about the timeline.
Forum: Plugins
In reply to: [Authors List] Localisation and Author ListDoes the issue go away if our plugin is deactivated? If not, then you’ll need to contact the PublishPress support, they’ll be able to help out.
Hi @arnkoe
Yeah, I see it. It’s just plain text, not a link. Looks like the theme is stripping out all HTML from the excerpts.
Will check it out and figure out if there’s something we can do about it, but if the theme forces HTML to be stripped from there then there might not be anything that can be done.
Forum: Plugins
In reply to: [Cool Tag Cloud] how to show tags for current product or postThe tags on a “single post page”? You want to show the tags associated with that post?
If you are using the widget you’ll see an option named “On single post display”, select “Children tags” for that option.
Or if you are using the shortcode,
[cool_tag_cloud on_single_display="local"]Forum: Plugins
In reply to: [Authors List] Localisation and Author ListHi,
Correct, the count does not take into account the language, it shows the total number of posts attributed to that author.
We can’t make it so you can see all the posts in the archive, that part is outside of the authors list, the archive is handled by WP and the theme, and the language limitation by the multi-language plugin you are using.
But we can modify the count that’s shown in the authors list. Which multi-language plugin are you using? WPML?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] is this plugin still supported?Hi @lordsnake
We’ll sort it out by the end of this week. Thanks.
Hi @julianoe
In WP admin > StCR > Comment Form, near the top is the option “Custom HTML”.
<div>is supported. Which HTML tags are you having an issue with (are being stripped).Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] is this plugin still supported?Hi @lordsnake
It’s tested but we haven’t updated the “tested up to” info here on the repository.
We’ll sort that out, thanks for pointing it out.
Forum: Plugins
In reply to: [Advanced Excerpt] Conflict with PostX pluginHi @upstartdm
Can you send over the URL to the page where you have that issue? I installed PostX what exactly I need to do to replicate the issue. Seeing the website would give me an idea as to what I need to do.
Hi @mindflow101
The “please fill out this field” tooltip?
Since the inputs are required (can’t be left blank), the browser shows that tooltip by default, it’s not part of the plugin itself.
The only approach would be to remove the “required” attribute on the inputs. JavaScript code would be the easiest approach for that, are you sure you don’t want that?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Checkbox is not showing up on my siteHi @nealumphred
Try setting the “StCR Position” option to “Yes”. It’s in WP admin > StCR > Options, 5th option from the top.
We can’t test out the theme since it’s a paid theme.
So If the option I mentioned does not work, can you try going to WP Admin > Appearance > Customize.
Click on the “Change” button (for the active theme) and then click on “Live Preview” on some of the other themes. That way you can see the site with a different theme without actually changing the theme.
So if the StCR elements show up with a different theme it means the issue is somewhere in the theme and then we’ll figure out how to proceed.
Since you’ll be logged in you won’t see a checkbox but you’ll see “You can manage the subscriptions of this post”, but that’s ok, we just need to know if the StCR content is being shown in the spot where it’s supposed to be.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe an email to several postsHi @julianoe
Do you have some experience working with PHP code? There’s a PHP function that can be used to programmatically add subscriptions, and if you have experience you could write your own function that would add the subscriptions for that author.
If you do, let me know and I’ll send over some more info.
- This reply was modified 2 years, 9 months ago by WPKube.