WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Last name starts withHi @ante1974
The update is released.
first_name_starts_withandlast_name_starts_withare added.Forum: Plugins
In reply to: [Authors List] Can i order authors by custom post type count?The update is released.
Forum: Plugins
In reply to: [Authors List] New conflict with Publish Press Authors ProHi @nbh707
Can you send over the full shortcode you’re using for the authors list?
Forum: Plugins
In reply to: [Authors List] Last name starts withHi @ante1974
By the end of the week. Most likely tomorrow.
Forum: Plugins
In reply to: [Authors List] New link typeHi @ante1974
I’m not aware of WooCommerce having pages that list the products of a specific author, I might be wrong.
Is it part of WooCommerce or do you use some extension for that?
And can you send over an URL to one of those pages on your site that list products for a specific author only?
Forum: Plugins
In reply to: [Authors List] Alignment problem with thumbnails and overlaysHi @jaypatrol
You’re welcome, happy to hear that.
The theme applies margins to images so it affects the images from the plugin as well.
Add this in WP admin > Appearance > Customize > Additional CSS:
.authors-list-item-thumbnail img { margin: 0 !important; }Forum: Plugins
In reply to: [Authors List] Last name starts withHi @ante1974
Not at the moment, it’s just for the “display name”, but we’ll add that for the next update.
Forum: Plugins
In reply to: [Authors List] Can i order authors by custom post type count?Great, happy to hear that 🙂
As for the latest_post_after, it doesn’t currently work with custom post types but we’ll get that fixed and release an update, will try to push that for today.
Forum: Plugins
In reply to: [Advanced Excerpt] Get sticky post to show full lengthForum: Plugins
In reply to: [Authors List] Can i order authors by custom post type count?Hi,
Thanks, happy to hear that.
Try
orderby="all_post_count"it takes into account all the post types you supplied with thepost_typesparameter.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] shortcodes not workingThanks.
Will pass it on.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] installation problemHi @alexandraka
Can you send over the URL to the site?
Forum: Plugins
In reply to: [Authors List] Change “view posts” textHi @denizkantar
The text string “View Posts” is localized, meaning it can be translated using any WordPress translation method you prefer. I generally suggest Loco Translate, it’s free and simple to use.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Management Site as shortcode like returnHi @jonny-s
There’s a shortcode called
[stcr_management_page]that can be used.If placing it in the code then it would be:
echo do_shortcode( '[stcr_management_page]' );But it relies on being located on a page that’s specifically meant for the STCR management, I’m not sure if it’ll work out for the UsersWP management page.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] shortcodes not workingWhere did you put
[checkbox_field]and[checkbox_label]?One thing to note, those aren’t regular shortcodes. They are formatted like shortcodes but they are only for internal usage. They can be placed in the “Custom HTML” section under WP admin > StCR > Comment Form. But they do not work outside of that.
As for the
[oneclick_link], the subscriptions aren’t currently based on a logged in user so “one click unsubscribe” directly on the site is not possible at the moment. The system can be changed to take into account the logged in user, but it’s not working like that at the moment. I’ll pass the suggestion on to the plugin owner.