WPKube Support
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Basic Contact Form] Translation doesn’t workHi @ps112
Please check this box ...
is a message that comes from the browser itself, since it’s set as a required field. The language in which it is shown depends on the language of the browser which it is set to.As for the message shown aside of the checkbox, you can change that via
Settings -> Contact Form
section. You’ll see theGDPR Message
option there. It supports HTML so you can add links with anchor tags as:<a href="LINK">TEXT</a>
. For example, you can add like:See our <a href="https://example.com">privacy policy</a> to learn more about how we use your data.
Hi @roxchou
Could you visit
StCR -> Options
section via your WordPress dashboard and just save the changes and see if it helps you to resolve the issue?Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Subscribers can’t unsubscribeHi @duelant
Are you on the latest version of the plugin, ie,
220502
? If you are then, it should work all fine however, you should visitStCR -> Options
section and just save the changes and see if that helps.However, if you are on previous version of the plugin then, please follow the below instructions and see if that helps:
- Go to
StCR -> Management Page
section - Set
Virtual Management Page
toNo
and save the changes - Go to
Pages -> Add New
section and create a page calledComment Subscriptions
and set the permalink for this page ascomment-subscriptions
- For the content of the page, you can add
[stcr_management_page]
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Warnings comeHi @ruslancho
For temporary solution on this issue, before its fixed within the plugin in the upcoming update, can you visit
StCR -> Options
section and then just save the changes and see if that helps you out to resolve this issue?Forum: Plugins
In reply to: [Simple Basic Contact Form] Email form doesn’t have the subject fieldHi @bhkh
Can you visit
Settings -> Contact Form
section from your WordPress dashboard and then, from the plugin settings, remove the data added inDefault Subject
option, ie, leave this option blank, and see if that helps you to resolve this issue?Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Issue with latest updateForum: Plugins
In reply to: [Subscribe To Comments Reloaded] in_array() expects parameter 2 to be array,For the temporary solution before its fixed within the plugin in the upcoming update, can you visit
StCR -> Options
section and then just save the changes and see if that helps you out to resolve this issue?Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] TypeError thrownCan you update the plugin to the latest version and see if that helps? If that does not then, for temporary solution before its fixed within the plugin in the upcoming update, can you visit
StCR -> Options
section and then just save the changes and see if that helps you out to resolve this issue?Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] PHP errorHi @mondalaci
For the temporary solution before its fixed within the plugin in the upcoming update, can you visit
StCR -> Options
section and then just save the changes and see if that helps you to resolve this issue?Forum: Plugins
In reply to: [Simple Basic Contact Form] Deleting/Reseting form fieldsHi @ps112
Could you once try the below CSS code in
Appearance -> Customize -> Additional CSS
section and see if that helps:.scf_reset { display: none; }
Forum: Plugins
In reply to: [Authors List] List Authors only for specific Category or TaxonomyWe’ve identified the issue and it will be fixed in the next update.
Forum: Plugins
In reply to: [Cool Tag Cloud] Cool Tag Cloud – tag.Hi @pad2022
It is a WordPress limitation, the function to get terms (categories/tags) does not randomize all the terms. We’ll see what can be done about that and hopefully come up with a solution.
Hi @iscampos
Can you also add the below CSS code as well in the
Appearance -> Customize -> Additional CSS
section and see if that helps:.search .kiwi-floating-bar { display: none; }
Hi @iscampos
Could you once try the below CSS code in
Appearance -> Customize -> Additional CSS
section and see if that helps:.woocommerce-page:not(.single-product) .kiwi-floating-bar { display: none; }
Forum: Plugins
In reply to: [Cool Tag Cloud] Cool Tag Cloud – tag.Hi @pad2022
If you are asking to display all of the tags available in your site then, if you are using the shortcode, you can set the
number
attribute to0
, ie, like:[cool_tag_cloud order='RAND' number=0]
. However, if you are using the widget instead, you can set theMaximum tags (0 for no limit):
option to0
and see if that helps. - Go to