nirion209
Forum Replies Created
-
Forum: Plugins
In reply to: Woocommerce – depositsI was informed by woothemes that the issue is a part of the code that is going to be updated in the next version. Until the next version is sent out for download you can turn off debug to make it not show. No word on when it will be released.
Forum: Plugins
In reply to: Woocommerce – depositsthat makes sense. Thanks for the info!
Forum: Plugins
In reply to: Woocommerce – depositsI created a ticket with Woo Themes. I suggest you do as well. Let me know what they tell you if you find out. Thanks!
Forum: Plugins
In reply to: Woocommerce – depositspublic function woocommerce_my_account_my_orders_query( $query ) { $query['post_status'] = array_diff( $query['post_status'], array( 'wc-scheduled-payment' ) ); return $query; }
this is the PHP in question. In case anyone can look and see what may be wrong in the line.
Forum: Plugins
In reply to: Woocommerce – depositsI made sure I have the latest version. It may be an issue with another plugin. Are you using anything else in conjunction with deposits? I am going to try disabling things and seeing if that helps.
Forum: Plugins
In reply to: Woocommerce – depositsI am facing this same issue. Hope someone can shed some light on this issue. I will let you know if I figure it out.
Forum: Plugins
In reply to: [WP Feedback & Survey Manager] Code is breaking on pageAll I have in the “HTML” section of my page editor that contains this shortcode is this:
<h1>MKI Post-Inspection Survey</h1> <h3>Tell Us About Your Experience</h3> [feedback]
I dont have any extra HTML that would break the code nor do I have any extra shortcodes added.
The plugins I am using are:
contact form 7
Add Link to Facebook
Facebook
Jetpack by WordPress.com
Post Types Order
Quick Page/Post Redirect DEV
Ultimate TinyMCE
and of course the WP Feedback & Survey ManagerI dont see how any of these plugins would do it when they are not being run on the page I have it on. The page is set to turn off the sidebar and just be the survey. Maybe its my theme. I am using the Office responsive theme from WP Explorer. You can find it on themeforest.com or wpexpolorer.com.
Thanks for the help!