poptartgun
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Programmatically Assign _customer_user in Woocommerce post metaanyone?
Forum: Plugins
In reply to: [WooCommerce] Programmatically Assign _customer_user in Woocommerce post metaI have found that when the page first loads, and is auto-populated with the addresses, the _customer_user value is set in the database fine… but clicking save whacks it back to a 0… any way around that?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Thank you page not redirectingThis is also a completely different server.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Thank you page not redirectingSo I just set up a brand new blank WordPress install with the default theme and no other plugins. The bug still exists. Go to https://timpiele.com/salesforce/test1 and https://timpiele.com/salesforce/test2 and you’ll see.
I created a new form, then duplicated it with your duplicate button. The first one redirects to our PDF and is fine. The second one is a 404, but if you look at the URL it is supposed to redirect to, it exists.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Thank you page not redirectingI have upgraded to the newest version of WP, 4.7.2, removed all the other plugins and restarted the server and it still isn’t working. We have two forms, one works and one doesn’t. The one that does work redirects to a PDF after submission.
https://www.insynq.com/information-protection
The one that doesn’t work is on the homepage. Same form content just a different redirect.
Any thoughts?
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Thank you page not redirectingI have disabled all the plugins and added them back in one at a time, no luck. No console errors.
Forum: Plugins
In reply to: [Events Made Easy] Warning: stream_socket_enable_crypto.“use the fqdn of your mail server “
Where do I make that change? I have the same issue.
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inI have cleared all the errors and the problem persists. The site is currently in debug mode. I have disabled all other plugins and the problem persists.
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inAFAIK my stuff is enqued correctly, I posted it above.
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inok its in debug, I see a few errors.
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inYeah one second.
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inHere’s one of the posts:
https://www.ads-software.com/support/topic/media-uploader-8?replies=16#post-8662592
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inThis is how I enqued it:
/** * Register plugin assets */ add_action( 'admin_enqueue_scripts', 'gsob_load_admin_assets' ); add_action( 'wp_enqueue_scripts', 'gsob_load_assets' ); /** * Enqueue admin panel plugin assets */ function gsob_load_admin_assets() { // plugin specific CSS wp_enqueue_style( 'gsob-admin-style', plugins_url('css/gsob-admin-style.css', __FILE__)); wp_enqueue_style('font-awesome', plugins_url('css/font-awesome.min.css', __FILE__)); wp_enqueue_style('e2b-admin-ui-css','https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css',false,"1.9.0",false); // plugin specific javascript wp_enqueue_media(); wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_script('gsob-admin-script', plugins_url('js/gsob-admin-script.js', __FILE__), array('jquery')); } /** * Enqueue admin panel plugin assets */ function gsob_load_assets() { // plugin specific CSS wp_enqueue_style( 'gsob-style', plugins_url('css/gsob-style.css', __FILE__)); wp_enqueue_style('font-awesome', plugins_url('css/font-awesome.min.css', __FILE__)); wp_enqueue_style('e2b-admin-ui-css','https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css',false,"1.9.0",false); // plugin specific javascript wp_enqueue_media(); wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_script('gsob-script', plugins_url('js/gsob-script.js', __FILE__), array('jquery')); }
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inGo to this link, click the Photos tab then Share a Photo to see what I mean:
https://www.northernfjell.com/clients/cremation-demo/obituary/mark-anthony-piper-tyler-07172016/
Forum: Fixing WordPress
In reply to: WordPress media upload causes errors when not logged inNothing. It’s clean. I see other people have this issue all over the forums but there’s no solutions. Is it systemic?