WPKube
Forum Replies Created
-
Hi @asyahdu
The plugin uses the emailing functionality that’s built in WordPress. If emails are not being delivered to all the addresses then it’s unlikely to be specific to the plugin.
There’s a lot of potential reasons for email deliverability issues.
You can use a plugin like https://wordpress.org/plugins/wp-test-email/ to test sending emails to specific email addresses.
Can you test it out with the email address with which you’re having issues?
Forum: Plugins
In reply to: [Simple Basic Contact Form] Honey PotHi @braven1612
It adds a hidden input field which the regular visitors don’t see, but when bots run into it they might fill it in and if that happens the email is not sent out.
Forum: Plugins
In reply to: [Advanced Excerpt] remove title in excerptTitle in the excerpt is not a native WP feature, it’s most likely being added directly by the theme. Check the theme settings, there’s probably an option to disable that.
Forum: Plugins
In reply to: [Title and Nofollow For Links (Classic Editor)] No longer worksGreat, happy to hear you figured it out and thanks for sharing the solution.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Checkbox not showingHi @mkubot
I see some code in there from the plugin “Lightweight Subscribe To Comments”
Do you still have our plugin, “Subscribe to Comments Reloaded” active?
If not, can you enable it and let me know when you do so I can check the source code and see if the elements are somewhere in there.
If yes, can you try setting “StCR Position” to “Yes”. That option is in WP admin > StCR > Options.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] Kiwi social sharingHi @ingalill
Do you have the “Show share counts” option enabled? That could cause a slowdown because it attempts to contact external sources to get the counts.
Forum: Plugins
In reply to: [Title and Nofollow For Links (Classic Editor)] No longer worksHi @beogeek
I’ve tested it on a WordPress install with the default WP theme and no other plugins and it’s working.
So it might be a conflict with another plugin.
Can you send over a list of plugins you are using?
Forum: Plugins
In reply to: [Simple Basic Contact Form] Info about codeHi @mdmiko
Yes, you can hook into the
scf_custom_fieldsfilter to output your own code in the front-end form. Mainly for your own fields.And then there’s the
scf_custom_email_contentfilter which you can use to add additional content in the mail that is sent. So you can get the values from the fields you added with the previous filter and include them in the email.The shortcode
[simple_contact_form_input]outputs an input field, but I’m not 100% sure of it’s purpose at the moment, that was done by the previous owner/developer of the plugin. It’s possible that there were plans to allow users to easily insert their own fields in the front-end form by using shortcodes. But that functionality wasn’t finished.The shortcode
[simple_contact_form_date]is meant to be used in the “Default subject” field in case you want the subject to contain the date of the submission.Forum: Plugins
In reply to: [Cool Tag Cloud] Line separatorHi @donmaestro
Add this in WP admin > Appearance > Customize > Additional CSS:
.widget_cool_tag_cloud .widgettitle { border: 0; }Forum: Plugins
In reply to: [Cool Tag Cloud] Line separatorYeah, that’s coming from your theme.
Send over the URL to your website so I can see how the theme applies the CSS for it and will let you know how to remove it.
Forum: Plugins
In reply to: [Cool Tag Cloud] Remove Tags Link ShortcodeHi @aprintbuyer
Happy to hear you figured it out.
Forum: Plugins
In reply to: [Simple Basic Contact Form] GDPR consent check mark.You’re welcome.
Hi @uli73
Thanks for letting us know.
I’ll get in touch with the owner to see if he was notified about the details of the vulnerability by the researchers and we’ll sort it out.
Forum: Plugins
In reply to: [Cool Tag Cloud] Line separatorSeparator between title and the tags?
The title comes from the theme, not the plugin.
Can you send over the URL to your site, I can take a look and let you know what you’ll need to do.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Find old blogsThis is the support forum of a plugin called “Simple Basic Contact Form”.
For general WordPress question submit your questions at https://wordpress.org/support/forum/how-to-and-troubleshooting/