Christopher Harden
Forum Replies Created
-
Hi Dan,
I originally submitted a support request on woocommerce.com and they said I need to talk to the Sensei developers since it was a Sensei file triggering the error.
I am confused as to how to do that. Please advise.
Thank you!
Forum: Plugins
In reply to: [Iptanus File Upload] Upload failed! Target folder doesn’t exist.Hi there.
Sorry for the delayed response. I tested this on my own server of which I have complete control. I was able to get it to work except when using port 22 for sFTP. The use of sFTP is required for the instance that I shared with you.
Do you have a working instance that uses sFTP?
Forum: Plugins
In reply to: [Iptanus File Upload] Upload failed! Target folder doesn’t exist.I disabled AJAX and it is still not working. Any ideas?
Forum: Plugins
In reply to: [Iptanus File Upload] Upload failed! Target folder doesn’t exist.I did not have auto-create folder enabled. I enabled it and it is still not working. I am getting a 502 Bad Gateway error.
Forum: Plugins
In reply to: [WooCommerce] Stop auto scroll to empty field on checkoutThank you! Worked perfectly.
This has been resolved.
I actually fixed it moments ago.
I deleted footer.php from my child theme and recopied it from the updated Hueman theme and reapplied the changes that I had made. Works perfectly now.
Thank you for the quick reply!
I also had the same problem and this fixed it.
Thanks, Julien.
Forum: Hacks
In reply to: $wp_rewrite and $wp_queryHi GabrielCol, I need some help if you don’t mind.
What code are you using for your rewrite and where are you putting it?
I need the following rewrite condition:
insurance-leads-types/auto-insurance-leads/([^/]+)/?$’ => ‘index.php?pagename=auto-insurance-leads&state=$matches[2]I put this in wp_settings.php before “do_action( ‘init’ );” and the page redirects to the pagename root >> /insurance-leads-types/auto-insurance-leads/.
Any ideas?