WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Basic Contact Form] PHP Notice after saving optionsHi @titsmaker
Thanks for bringing it to our attention, we’ll get that sorted out.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validIf it returns the email address then it passes the validity check.
Let’s go down further the subscription process. First, remove the previous change.
Then in
templates/subscribe.phpon line 72 is:$stcr_post_email = $wp_subscribe_reloaded->stcr->utils->check_valid_email( $email );Just after that add:
var_dump( $stcr_post_email );And then check again what’s shown (like before).
Forum: Reviews
In reply to: [Simple Basic Contact Form] PerfectYou’re welcome and thank you for the rating.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validHi @loukky
In
wp_subscribe_realoded.phpon line 765 you’ll see:$email = $this->utils->check_valid_email( $sre );Just after that line (and before the
} else {part which is on line 766) add this:var_dump( $email );Then try the form submission again and let me know what’s shown at the top of the content.
You’ll see the full path to the file and at the end it will either say
falseor show the email address.Forum: Plugins
In reply to: [Simple Basic Contact Form] reCAPTCHA not appearing in formHi @stingpin,
I see a 404 error for the reCAPTCHA JavaScript file on that page.
Go to the settings (on https://www.google.com/recaptcha) and click to edit that reCAPTCHA you are using, in the “Domains” settings, do you have
deconstructingcomics.comset?It should look like this https://i.imgur.com/eH09xMU.png
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validHi @loukky
This is weird. The same email on my site works fine but not on yours.
Do you have experience with making modifications to the plugin files? If yes, I can let you know what exactly to add so we can get some additional information on why the email address is seen as invalid.
Forum: Plugins
In reply to: [Authors List] conflict with Molongui Co-Author pluginYou’re welcome 🙂
But it just means the issue originates there. Removing the code will then get rid of their filtering of the display name in locations that are valid.
So I looked at the code to figure out what’s happening.
They filter the display name in order to display the multiple authors wherever the theme (or a plugin) is showing author’s display name.
So what happens is that they take over the output for “display name”, get the ID of the current post/page (in this case the page that shows the authors list) and show the “display names” of the authors of that post/page.
In case the current post/page does not have multiple authors it just returns the original value.
Do you have multiple authors set for that page where you list the authors? If you do, that’s causing the issue. Removing it to only have 1 author will resolve the issue.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validHi @loukky
I tried that one as well, it worked fine.
Can you send over the URL to your site? Trying the subscription might give me an idea as to what’s going on.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Email address is not validHi @loukky
I just tried that format of email address and didn’t get an issue.
This is for the “request management link” form, correct? And the email address you tried does have active subscriptions? If there are no active subscriptions for an email address it will show the “Email address is not valid” error.
Forum: Plugins
In reply to: [Authors List] skip_empty not workingHi @denba
That’s odd.
Can you try changing the
includeparameter to have only 1 ID of an author with posts and the rest of the IDs should be authors with no posts.Also, any other difference between those authors that show up and those who don’t? Like for example the roles being different?
And do you have any other user/author related plugin? There might be some conflict in there.
And finally, probably most important, are you able to make some minor adjustments to the code in the files? If yes, then I can tell you what to change which will provide valuable info on what’s going on.
Forum: Plugins
In reply to: [Authors List] Link to Bio BrokenHi @sinktip
The “View Posts” link in the listing?
At the moment, that’s working fine. Can you confirm?
As for the “display name as”, currently it’s shown as “Grant Brown”. Is that the correct display name? It could have been just the cache not clearing.
Thanks 🙂
And again, thanks for pointing out the issue.
Forum: Reviews
In reply to: [Subscribe To Comments Reloaded] Shows IPOh, my mistake, I thought this review was on a different plugin of ours for contact forms and there is an option to include additional information like IP.
But the review you posted is actually for “Subscribe to Comments Reloaded” plugin which does not include IP information in the notifications.
The notification message can be changed in WP admin > StCR > Notifications. It’s the “Notification Message” option.
The only information shown about the author is the author’s name.
So I’m not entirely sure what happened here. Do you have email logging (such as WP Mail Logging) to check the emails the subscribers received? Can you confirm that the IP address is shown in there?
Forum: Reviews
In reply to: [Simple Basic Contact Form] Perfect for my needsThank you, happy to hear that.
I’m sorry for the inconvenience.
Thank you for bringing it to our attention. We’ll release an update ASAP to get rid of that.
It should not be down to individual plugins to control and change global error handling and reporting
I fully agree with that, it should have been removed when we acquired the plugin.