WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] Display Like Example Image?You’re welcome.
Shortcode:
[authors_list style="1" columns="3" avatar_size="150" show_count="no" show_link="no"]CSS (if you want those rounded images with border, center align and the border between name and bio):
.authors-list-item { text-align: center; } .authors-list-item-title { border-bottom: 2px solid #ddd; } .authors-list-item-thumbnail img { border-radius: 50%; margin-left: auto; margin-right: auto; border: 4px solid #ddd !important; }Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Import from Comment MailI’ll pass it on to the plugin owner.
Can’t say anything for sure at the moment, there’s a lot of tasks on the to do list for the plugin, and since the Comment Mail plugin does not have a lot of users we can’t place a high priority on that specific task.
Forum: Plugins
In reply to: [Authors List] Show Profile Pic Caption, Title or Alt Tag?Hi @mswas
At the moment the alt tag applied to the image tag is the name of the author.
If I understood correctly you want to use a custom alt value instead of the author name, is that correct?
Forum: Plugins
In reply to: [Authors List] Display Like Example Image?You’re welcome
Forum: Plugins
In reply to: [Simple Basic Contact Form] recaptcha v3 badge to show on all pagesYou’re welcome and thank you.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe for all postsForum: Plugins
In reply to: [Simple Basic Contact Form] recaptcha v3 badge to show on all pagesHi @voodoochill
Yeah, the recommendation is for all pages. Works this way as well but better if it’s on all pages.
I assumed we’d be getting support requests asking why they are seeing the recaptcha element on every page so decided to just go with adding it on pages where the form is used.
In the next update we will probably add an option to select if it’s added on every page or just the pages with the form.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Import from Comment MailYou are referring to comment-mail.com, correct?
Forum: Plugins
In reply to: [Authors List] Display Like Example Image?Hi @crazydrake
I think this is the shortcode you’re looking for:
[authors_list style="2" columns="2" amount="4" show_bio="no" show_count="no" show_link="no" after_title="{alf:posts type=plain amount=1}"]You might need to change the color of the link to the post, you can do that by adding this in WP admin > Appearance > Customize > Additional CSS:
.authors-list-posts-item a { color: #fff; }Forum: Plugins
In reply to: [Cool Tag Cloud] Uncolored tagsWill add that to the to do list, should be released next week.
Forum: Plugins
In reply to: [Advanced Excerpt] Manual Excerpts — no p tags?You’re welcome.
Forum: Plugins
In reply to: [Cool Tag Cloud] Order by Count shortcodeHi @raybez
Sorry for the wait.
Can you send over an email to
skustrimovic at gmail dot comI’ll need a few screenshots from the admin pages to help me understand what’s going on. Send over an email to the mentioned address and we’ll continue there.
Forum: Plugins
In reply to: [Cool Tag Cloud] Uncolored tagsJust plain text links instead of the “tag graphic”, correct?
Forum: Plugins
In reply to: [Advanced Excerpt] Manual Excerpts — no p tags?Hi @dtomasch
I’d suggest a different approach.
echo wpautop( the_advanced_excerpt('length=75&length_type=words&finish=sentence&no_custom=0&allowed_tags=p', true) );the_advanced_excerpthas a 2nd parameter, when set to true it’s areturninstead ofecho, so you can “work with” the excerpt before displaying it.Wrapping it in
wpautopautomatically applies paragraphs to new lines.Forum: Plugins
In reply to: [Advanced Excerpt] limiting number of images in an excerptHi @abelacuna
No, sorry.
But you could do that with a bit of custom CSS (hide all except the first image in the excerpt). Send over the URL to the site so I can see the classes used and will send you the CSS code needed.