Jared Atchison
Forum Replies Created
-
Hey @sadiqodunsi,
Thanks again for taking the time to report this issue to us.
I’ve confirmed what you described and it will be fixed in the next update to our User Registration addon, which is due out at the end of the month π
@raygulick Thanks for the heads up, we’ve filed an issue. Hopefully they’ll get this resolved and it will prevent confusion in the future. Appreciate it! π
I appreciate the feedback from everyone! π
The good news is we do have plans to rework how form previews are handled which should get rid of the need for a private page to be created. The caveat is tricky to do, needs a good amount of testing, and we don’t yet have an ETA.
The reason we create a private page is because we need a page to send you to when decide to “preview” a form. It can’t be any regular page that already exists on your site, it has to be a special page with no content that contains the necessary logic to display the desired form to preview.
We use a “private” page because it’s only accessible by site administrators. This means it won’t get indexed by Google, won’t end up in your sitemap, etc.
So while you can see the private page, as a site administrator, no one else can. Even if there are various places on the frontend of your site where the form preview page is displaying (page listings, search results, menus, etc) it’s only showing because you are logged in. Normal users will not see it.
Again, I really appreciate the feedback around this and do apologize for the confusion. In the future we’ll be figuring out another approach to offer form previews without creating a private page!
In our next release it can be disabled via a filter,
wpforms_admin_dashboardwidgetadd_filter( 'wpforms_admin_dashboardwidget', '__return_false' );Forum: Plugins
In reply to: [reCAPTCHA in WP comments form] Cannot read property βsecretβ of nullShould be fixed in the next WP minor release.
Right now reCAPTCHA v3 is still in “beta”, so the usage and specs are still subject to change. Once it is out of beta or has been around long enough that can be confident there will be no breaking changes rolled out, we’ll be adding support π
No worries, thanks for reporting back!
Hey rubendob,
Thanks for reaching out.
Can you check your PHP error log? That will probably provide better clues over the Apache log π
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Compatibility issue with WPFoOrmsAfter looking more I see you have whitelisted WPForms Lite, but have not white listed WPForms Pro.
Should also exclude on
wpforms/wpforms.phpwhich is the paid version πThanks!
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] “newsharecounts.com is dead”Hey veken,
Thanks for keeping a sharp eye! You’re definitely correct.
Unfortunately NSC folded so Twitter share counts right now aren’t going to work.
The good news is it appears there are some other similar alternatives that we are going to be investigating. If one of them deems to be a good replacement we’ll be adding support π
You can follow along with that more here: https://github.com/jaredatch/Shared-Counts/issues/62
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] How many external requests?Thanks, not enough coffee this afternoon!
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] How many external requests?Hey veken – thanks for the heads up, really appreciate it. Should be fixed now π
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] How to translate?Sure!
So the plugin should be 100% (or near) translation ready.
That means you can submit a translation through translate.ww.wp.xz.cn π
– Head over to https://translate.ww.wp.xz.cn/projects/wp-plugins/shared-counts
– Select your language
– Start translating
– After that your translation will go into Waiting status (not live yet)
– An editor of that language will accept them
– Translations go live and are rolled out automagicallyAlternately, if you just want to adjust a few strings, there should be filters that can accomodate those adjustments. If you can provide us a screenshot of two regarding what specifically you’re looking to change, we can provide an example.
Hope that helps!
Forum: Plugins
In reply to: [Shared Counts - Social Media Share Buttons] Pinterest RequestHey dreamyambitions,
Great suggestion but unfortunately it’s not possible. The “image sector” is only available when using the full Pinterest JS API, which Shared Counts does not use.
Since the whole goal of Shared Counts is to not use any 3rd party JS scripts to keep things super lean (and GDPR compliant), the feature isn’t something we’re able to support.
Thanks!
Great question.
If the “force” options are enabled in the settings, WP Mail SMTP will ignore/override any parameters passed by WordPress or other plugins. So, in this case, whatever the From Name/Address is in NinjaForms will be ignored.
If those options are omitted, any parameters that plugins specify will override what you have set in the WP Mail SMTP settings.
Hope that makes sense π