WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Cool Tag Cloud] Picture ThumbnailHi @progonat
No, sorry, the plugin only supports the tag/category data which is available by default with WordPress. Tag/category images are not supported by default.
Forum: Plugins
In reply to: [Authors List] Text onlyHi @ashton139
To only display a list of authors and only show their names you can use
[authors_list show_avatar="no" show_count="no" show_bio="no" show_link="no"]But based on your description, I am not 100% sure that you are looking for an authors list.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Mailchimp IntegrationSorry for the wait.
An update will be released this week (most likely tomorrow) to make it work.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe to allYou’re welcome.
We’ll see about making it possible in an update, but I can’t say for sure at the moment when that would be, the system relies on a specific post ID for the subscription.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe to allHi @benlumi
It’s not possible at the moment, sorry.
The subscription has to be linked to a specific post.
Forum: Plugins
In reply to: [Authors List] Issue with Chrome? Columns not displaying properlyTry adding this in WP Admin > Appearance > Customize > Additional CSS:
.authors-list-cols-dir-horizontal .authors-list-col-6 { width: 100%; } .authors-list-col { display: inline-block !important; }Forum: Plugins
In reply to: [Authors List] Authors page showing only to authenticated accountsForum: Plugins
In reply to: [Authors List] Issue with Chrome? Columns not displaying properlyIt’s not a known issue. Can you send over the URL to the page where you have the authors list and I’ll take a look at what’s going on.
Forum: Plugins
In reply to: [Authors List] Authors page showing only to authenticated accountsHi @xenno
Sounds like some plugin is blocking access to user/author related information when not logged in.
Can you send over a list of plugins you are using, I’ll see which ones are user/author related and set them up on my installation to test.
You’re welcome @maxvelio
Hi @maxvelio
Are you able to add a bit of code in the theme’s
functions.phpfile?If you can, add this:
function sk_remove_seopress_link_opts() { wp_dequeue_script( 'seopress-classic' ); wp_dequeue_style( 'seopress-classic' ); } add_action( 'wp_enqueue_editor', 'sk_remove_seopress_link_opts' );It will remove the SEOPress code that adds the duplicate functionality causing a conflict.
Forum: Plugins
In reply to: [Authors List] Link to author page in number of postsGreat, happy to hear that.
Yeah,
show_link="no"hides the “View Posts” link.Forum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!You’re welcome.
Forum: Plugins
In reply to: [Authors List] Amount property is not working with custom post types!Hi @digil00p
We’ll release the update today
That means that it will be released today, not that it was already released when the message was written.
Now it is released. A few minutes ago. It’s version 1.2.9
Forum: Plugins
In reply to: [Authors List] Link to author page in number of postsHi @jllorente25
Version 1.2.9 is released
Add
link_count="yes"to the shortcode to have the post count text linked.