WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Basic Contact Form] Dynamic default subjectYou’re welcome.
Forum: Plugins
In reply to: [Simple Basic Contact Form] some issus, working YES, butHi @mauri01
You’re welcome.
Just released an update for the plugin that fixes the issue with duplicate emails being sent.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Fieldset has too much white space (vertically)Happy to hear it’s sorted out. You’re welcome.
Forum: Plugins
In reply to: [Simple Basic Contact Form] reCaptcha: invalid keyHi @avobelle
The update is released. In the settings, just above the site key option is an option where you can select reCAPTCHA V2 or V3, set that to V3.
Forum: Plugins
In reply to: [Simple Basic Contact Form] some issus, working YES, butHi @mauri01
The x2 are because the form is in 2 locations on the page so the code that processes the emailing runs twice. We’ll get that fixed.
As for not receiving the carbon copy via mobile, I’m not really sure why that would happen. The emailing actions for regular and carbon copy happen at the same part of code and it’s only a PHP if statement that checks if carbon copies are enabled in the settings.
So that one is a bit weird. Can you install WP Mail Logging plugin and then try the form via mobile. After that go to WP admin > Tools > WP Mail Log. Are you seeing the carbon copy in there or just the regular one?
Forum: Plugins
In reply to: [Advanced Excerpt] Multilang shortcodes wrong quotes in changelogHi @fxpep2b
Thanks for reminding us about that. WordPress.org changes quotes to the non-regular quotes. It needs to be inside of code tags so it doesn’t change them.
It’s fixed now.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Captcha gives Invalid Key TypeHi @wysocki
V3 captcha is not currently supported. There’s an update coming today which will make the plugin support V3 as well.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Fieldset has too much white space (vertically)Hi @wysocki
The plugin’s elements inherit the styling from the theme you use.
Can you send over the URL to the page where the form is located and I’ll give it a check and let you know what CSS is needed to fix.
Forum: Plugins
In reply to: [Simple Basic Contact Form] reCaptcha: invalid keyShould be on Monday at the latest, probably earlier.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Render shortcodes in all custom contentYou’re welcome and thank you.
Forum: Plugins
In reply to: [Authors List] how to access this pluginIf you need assistance let me know which options you want and I’ll send over the full shortcode.
Forum: Reviews
In reply to: [Advanced Excerpt] Excellent, does what it saysThank you @samtuke
Forum: Plugins
In reply to: [Cool Tag Cloud] Order by Count shortcodeThe plan is to release a new update that fixes that this week.
This specific issue is related to ordering of tags by count, which is a WordPress limitation. Showing the count should be unrelated to the order by count, so please submit a separate support request for that (to keep things organized) and we’ll figure it out.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribe for all postsHi @honoluluman
1) That’s coming this month.
2) I’ll test that out, the newsletter form from mc4wp shouldn’t be related to comments. Will let you know.
Thanks for the suggestions.
Forum: Plugins
In reply to: [Authors List] how to access this pluginHi @smgmatt
There’s no generator at the moment. We do plan on creating a special settings sections so it doesn’t rely on manually writing a shortcode but for now you need to manually write it.
Simplest example is:
[authors_list]You can see some examples with attributes (and also a full list of attributes) on the plugin description page.