WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Basic Contact Form] How to add a section for phone numberHi @mannyo
No, sorry, CSS is only for styling, can’t add additional fields (HTML) and process them in the form (PHP).
Will add it to the list, but can’t say for sure if it’ll be added, we’re trying to keep it simple and basic since it’s a “simple basic contact form”.
Forum: Plugins
In reply to: [Authors List] I am not getting author’s imageHappy to hear it’s sorted out.
Forum: Plugins
In reply to: [Cool Tag Cloud] Show popular tags by dateHi @teeboy4real
Just to clarify, for example the “Popular tags(past 3 months)” would show the tags most used in the posts that were published in the past 3 months?
If that’s the case, the function in WordPress used to get tags (terms in general) does not have such a feature. Sorry.
Forum: Plugins
In reply to: [Cool Tag Cloud] Remove designHi @teeboy4real
1. We’ll add an option in the next update. In the meantime you can just add
wp_dequeue_style( 'cool-tag-cloud' );in your theme’s functions.php where the other style/script enqueues are (there’s a function hooked to “wp_enqueue_scripts” in every theme). That will get rid of the CSS added by the plugin.2. If using the widget you’ll see the option “Show post counts”, set that to “Yes”. If using the shortcode then add it like
[cool_tag_cloud show_count="yes"]Forum: Plugins
In reply to: [Simple Basic Contact Form] PHP WarningHi @konjfuchie
Thanks for reporting the issue.
That part of the code checks the message for blacklisted words. Do you have anything set for the “Blacklisted words” option?
Forum: Plugins
In reply to: [Authors List] Suggestion for the next versionHi @janoubie
Thanks for the suggestions, added to the list.
Forum: Plugins
In reply to: [Authors List] I am not getting author’s imageHi @test0099
That shortcode should be showing the avatars. Can you send over the URL to the page where you have the shortcode, seeing the source code might help me figure out what’s going on.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Pre-filling / fixed field inputsHappy to hear you found a solution. Have a great day.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Display message onlyNot at the moment, but will add it to the to do list.
Forum: Plugins
In reply to: [Advanced Excerpt] Read More link not showingHi @joylt19
At the moment the plugin is not compatible with the Gutenberg latest posts block. There are some things missing in that block which we need to be able to modify the excerpt it outputs. Sorry.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email to creatorHi,
No, not at the moment, sorry, only notifications when someone else leaves a comment.
Forum: Plugins
In reply to: [Authors List] simple list: no avatar, 1 columnHappy to hear that. You’re welcome.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Change the color of the info after sent?You’re welcome.
That one is also coming from the theme’s CSS color for all links. You can change it with:
.scf_reset, .scf_reset a { color: #fff; }Forum: Plugins
In reply to: [Advanced Excerpt] Read More link not showingHi @joylt19
Are you sure that’s the correct URL? All I see on there is a plain page with 2 links, not a WordPress site.
Forum: Plugins
In reply to: [Page Takeover] Takeover for custom taxonomyHi @snathana
Not at the moment, sorry. Will put it on the to do list for next update.