Alan.W
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Create a new shipping zone instance to attach to a WC_orderOf course not, just want to create an *instance* of a shipping zone. The plugin is creating(duplicating) an order via API functions, not doing it manually. But it is a good suggestion, I can input the Shipping Method by hand, until I figure out how to do it programmaticly. Anyone on WC 2.6 that can help me out?
Forum: Plugins
In reply to: [WooCommerce] You are not allowed to manage these items.To fix Shipping Class error, it is a similar solution.
Goto line 150 of “class-wc-post-types.php” and then change the value of show_ui , from false to trueForum: Plugins
In reply to: [WP-PostRatings] With 2 sets of stars on the page, only one changesGood work on the plugin!
With the recent re-write, is it possible to have 2 sets or more of the ratings star on the same page/post? It would be great if this is possible.Forum: Fixing WordPress
In reply to: Custom Post Type not working after upgrading to 4.2Thanks for the reply, Pioneer. But why would clearing the browser help? You think this is cause by a cookie or old url??
Forum: Fixing WordPress
In reply to: Custom Post Type not working after upgrading to 4.2Additional information:
When I try “Empty Trash” on a custom post type, then the “Invalid Post Type” message shows up. The URL is below:https://xxxxxxxxx.com/wp-admin/edit.php?s=&post_status=trash&post_type=Array&_wpnonce=692d2ee3e5&_wp_http_referer=%2Fwp-admin%2Fedit.php%3Fpost_status%3Dtrash%26post_type%3Dbattery&action=-1&m=0&delete_all=Empty+Trash&paged=1&mode=list&action2=-1
If you look closely, the argument “post_type=Array” is the problem. Did the code change from a string to Array?
Forum: Fixing WordPress
In reply to: Custom Post Type not working after upgrading to 4.2Anyone else with similar “Invalid post type” message? I am surprise not more people is reporting this issue. I can reproduce the problem easily with a fresh install of 4.2 and adding a new post type.