Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Plugins
    In reply to: Woocommerce – deposits

    I 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 – deposits

    that makes sense. Thanks for the info!

    Forum: Plugins
    In reply to: Woocommerce – deposits

    I 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 – deposits
    public 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 – deposits

    I 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 – deposits

    I am facing this same issue. Hope someone can shed some light on this issue. I will let you know if I figure it out.

    Thread Starter nirion209

    (@nirion209)

    All 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 Manager

    I 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!

Viewing 7 replies - 1 through 7 (of 7 total)