WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] permalink problemHi @hansvdveen
Thanks for reporting the issue, I will pass that on to the developer for testing and fixing.
Forum: Plugins
In reply to: [Authors List] Different Source for AvatarHi @jondipietro
Should be working fine.
On the URL you sent over there are a lot of authors where the local image is shown as the avatar.
I do see an issue with images being different sizes, that’s because the images needs to be at least 500×500 pixels to be resized to the correct dimensions.
Forum: Plugins
In reply to: [Authors List] Centering Authors List Using WPBakery Page BuilderHi @ottfried
You’re welcome.
Happy to hear you found a solution. Sorry my suggestion didn’t work out.
Hi @smerriman
Thanks for reporting the issue, will pass that on to the developer to be tested and fixed.
Forum: Plugins
In reply to: [Simple Basic Contact Form] reCAPTCHA not filled in.Forum: Plugins
In reply to: [Advanced Excerpt] A separate class for the excerptHi @pavelberg1
The plugin does not wrap the excerpt in a tag. If you see an
articletag in there that’s coming from the theme and is 99.99% not part of the excerpt itself but it’s something like this in the theme:<article> the_excerpt(); </article>But the excerpt shouldn’t be the only thing wrapped in an
articletag, there should be more in there, post title should be in there as well.Forum: Plugins
In reply to: [Authors List] Centering Authors List Using WPBakery Page BuilderHi @ottfried
The top level element of the plugin output is a
divwhich is ablockelement and does not get affected bytext-alignrules of it’s parent.Blockelements take up 100% of the width.You’ll need to switch it to a
inline-block:.authors-list-items { display: inline-block; }Forum: Plugins
In reply to: [Simple Basic Contact Form] reCAPTCHA not filled in.Hi @bowman9991
It went fine again, did not get any errors.
Forum: Plugins
In reply to: [Authors List] Centering Authors List Using WPBakery Page BuilderHi @ottfried
The output is centered at the moment. Here’s a screenshot https://i.imgur.com/sxi1reL.png
But maybe I misunderstood what’s needed.
Forum: Plugins
In reply to: [Simple Basic Contact Form] reCAPTCHA not filled in.I tried the form and it worked, but it seems reCAPTCHA is disabled at the moment, correct?
Can you enable it? You can contact me via email (you’ll see my email from the message I sent through the form, the text is “Developer test”) so we can make sure that I check it right after you enable it and then you can disable again, so other visitors don’t get the issue.
Forum: Plugins
In reply to: [Authors List] Centering Authors List Using WPBakery Page BuilderHi @ottfried
This should work:
.authors-list-item { text-align: center; }If it does not work out, can you please send over the URL to the page, I can use the dev tools to figure out what’s going on and how to resolve it.
Forum: Plugins
In reply to: [Advanced Excerpt] Probably my themeYou’re welcome and thank you.
It’s a premium theme so I don’t have access to test it out, but with those huge multipurpose themes it’s not uncommon that they handle excerpts in their own way since they need different lengths in different places, in which case the WordPress excerpt filtering our plugins relies on won’t work.
Is there any excerpt length options in the theme’s options, if there are then they are handling it in a way that won’t work with our plugin. Sorry.
Forum: Plugins
In reply to: [Authors List] Pagination not workingYou’re welcome and thanks for understanding.
Best regards.
Forum: Reviews
In reply to: [Subscribe To Comments Reloaded] Most Reliable Plugin of this kind!You’re welcome and thank you. All the best to you as well.
Forum: Plugins
In reply to: [Authors List] Pagination not workingThe issue is that the pagination only gets authors for the total count used in pagination, it finds only 1 author so it doesn’t create a pagination output. We’ll get that fixed.
As for the pagination affecting both the post pagination and author pagination, at the moment that can’t be resolved.
If more users run into the issue we’ll figure something out and go with a custom approach for pagination instead of the WordPress approach, but I it’s a bit of an edge case scenario, the authors list needs to have enabled pagination and be on a post that is paginated, so it’s possible that we don’t get another user with that issue soon. Sorry.