WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Excerpt] Manual Excerpts — no p tags?Hi @dtomasch
Keep in mind that WordPress doesn’t automatically automatically apply paragraphs to the custom excerpts like it does with the regular content. So you would need to specifically add paragraphs:
<p>Paragraph one</p> <p>Paragraph two</p>If you do have it like that but it’s not working, let me know and we’ll figure it out. The test I did on my local install worked fine.
Forum: Plugins
In reply to: [Cool Tag Cloud] Order by Count shortcodeCan you try this one:
[cool_tag_cloud style="silver" number="8" orderby="count" order="DESC" taxonomy="list-tags"]Forum: Plugins
In reply to: [Cool Tag Cloud] Order by Count shortcodeTry this:
[cool_tag_cloud style="silver" number="8" orderby="count" order="desc" taxonomy="list-tags"]The difference is that instead of
order_byit’sorderbyAnd there was a missing quote in the order parameter.
Forum: Plugins
In reply to: [Advanced Excerpt] Some odd excerpt behavior…You’re welcome.
1. I’ve added it to the to do list for next update.
2. And option for that might be added, can’t say for sure at the moment.
Forum: Plugins
In reply to: [Advanced Excerpt] Some odd excerpt behavior…Hi @dtomasch
1) Yeah, when it sees a dot (or
?or!) which isn’t surrounded by numbers it assumes it’s the end of the sentence. Will put it on the to do list to allow setting phrases to avoid when looking for the end of the sentence.2) That should be because you have it set to finish the sentence so it looks for the dot after the 125 words and ends it there. It doesn’t take into account elements so it doesn’t finish on the end of the list item. Try adding a dot on the the previous list item (just for a test) and let me know what happens.
Forum: Plugins
In reply to: [Advanced Excerpt] Doesn’t work with The Post Grid pluginHi @mcdesign
Our plugin won’t allow linking the excerpt to a different custom URL. It only links to the actual post.
There is a plugin that will allow you to do that. Give Page Links To a try.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] There is no title and subpage descriptionHi @thommen
Can you send over the URL to the site? Seeing it will help me understand what might be causing it.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] subscription confirmationWPDiscuz has it’s own comment subscription functionality, our plugin is only for the default WordPress comments system, does not apply to WPDiscuz.
You’ll need to contact the WPDiscuz support about their subscription functionality.
Forum: Plugins
In reply to: [Cool Tag Cloud] Order by Count shortcodeHi @raybez
Sorry for the wait. Just released a new update, can you please try it out and let me know if it resolves the issue.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] subscription confirmationYou’re welcome.
Go to StCR > Comment Form. Set the fields to be:
- Enable default checkbox – YES
- Checked by default – YES
- Subscription type – Replies to this comment
- Advanced subscription – NO
Forum: Plugins
In reply to: [Simple Basic Contact Form] Position after successYou’re welcome.
Forum: Plugins
In reply to: [Authors List] accessibility issueYou’re welcome and thank you for sharing the code.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Custom CSS not workingHi @jdresme
Thanks for letting us know, we’ll get that checked out and fixed.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Change textarea rowsHappy to hear it’s sorted out.
And in case anyone else runs into this topic, the height of the textarea can be modified with CSS like this:
#simple-contact-form .scf-row textarea { height: 200px; }Lower or increase the number based on your needs.
That code goes in WP admin > Appearance > Customize > Additional CSS
Forum: Plugins
In reply to: [Authors List] accessibility issueHi @rscano
Thanks for letting us know, we’ll get that sorted out in the next update, should be released by the end of this week.