Matt Biscay
Forum Replies Created
-
Forum: Plugins
In reply to: [Sky Login Redirect] Rule not adding after savingHi,
Due to lack of activity, I’m marking this thread as solved. Feel free to reopen if needed.
Forum: Plugins
In reply to: [Sky Login Redirect] Rule not adding after savingHi Sam,
Which WP version are you using?
What happens if you click Add rule, modify it and then save the options?
Thank you,
MattForum: Plugins
In reply to: [Sky Login Redirect] Doesn’t workHi,
I’m closing this thread as it got no response.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Doesn’t workHi @shovonbk
Thank you for reaching out and for sending the video.
Are you using WooCommerce’s My Account page for the login?
Thank you,
MattForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] PHP8 – errorHi Greg,
I searched for any reference to
mce_external_plugins
but apart from the Avada builder, I had no luck.The add listing page is very basic and only uses WPAdverts, the Avada builder is not used on this page. I also checked for custom codes but no dice regarding mce_external_plugins.
Thank you,
MattForum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] PHP8 – errorHi Greg,
The URL is https://newoldcars.com/vehicle-submission/ but we had to switch to PHP7.4 so that users can keep on adding their listings.
We use WPAdverts, with some addons (Authors, Custom Fields, Mark as Sold, Recaptcha, Paypal).
The submission page is using the WPA custom fields.
Thank you,
MattForum: Reviews
In reply to: [Sky Login Redirect] The only plugin that is working!Forum: Plugins
In reply to: [Sky Login Redirect] Can’t Redirect To A Completely Different URLHi Ron,
That’s a limitation from WordPress: by default,
wp_safe_redirect()
only accepts urls from the origin domain, not external URLs, for safety reasons.If you wish to whitelist some external URLs, you need to add this snippet of code to your uitlity plugin (or your child theme’s
functions.php
):add_filter( 'allowed_redirect_hosts', 'slr_extend_allowed_domains_list' ); function slr_extend_allowed_domains_list( $hosts ){ $hosts[] = 'example.com'; $hosts[] = 'utopique.net'; return $hosts; });
Best regards,
MattForum: Plugins
In reply to: [Sky Login Redirect] Undefined variableHi @caterva
I checked and that notice has already been fixed in v3.5.0
Let me know if you still experience the issue.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Undefined variableHi @caterva,
I’ll look into the undefined variable now.
You can update the plugin and get the new version directly from WP for free, I’m not quite sure what you’re referring to.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] errorHi,
You’ve reached out to me via email, let’s continue the conversation there.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Page RefreshAfter Login / OutHi,
We haven’t received a response in a few days. I’m closing this thread, feel free to reopen it if need be.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Bug Report: PHP 8.0 Fatal errorThank you for confirming @abigailm !
Have a great day,
MattForum: Plugins
In reply to: [Sky Login Redirect] Bug Report: PHP 8.0 Fatal errorHi @abigailm
Thank you for reporting those, I have corrected them and will release a new version of the plugin later on today.
Best,
MattForum: Plugins
In reply to: [Sky Login Redirect] Bug Report: PHP 8.0 Fatal errorYou’re welcome! I tested it with PHP8 on my local machine and it looks good – let me know if you get any issue.
Best,
Matt