Title: TA003's Replies | WordPress.org

---

# TA003

  [  ](https://wordpress.org/support/users/ta003/)

 *   [Profile](https://wordpress.org/support/users/ta003/)
 *   [Topics Started](https://wordpress.org/support/users/ta003/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ta003/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ta003/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ta003/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ta003/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ta003/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/ta003/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ta003/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ajax form](https://wordpress.org/support/topic/ajax-form/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ajax-form/#post-5244143)
 * The problem seems to be solved.
    I have re-written the code, sometime the best
   solution apparently.
 * I still don’t know the mistake, but I’m glad it works.
    Thanks for help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ajax form](https://wordpress.org/support/topic/ajax-form/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ajax-form/#post-5244101)
 * My webserver is configured to send emails, and I have installed firebug. Firebug
   shows no errors en the ajax succes is shown, it just doesn’t send the email or
   outputs any data I put on the mail.php file.
 * Can’t figure out where it is going wrong.
    Thanks for the reply.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom meta box](https://wordpress.org/support/topic/custom-meta-box-2/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-meta-box-2/#post-4977639)
 * I fixed it. The problem was the position of the meta box.
    When the meta box 
   is in the sidebar, it changes the url. If the meta box is below the editor everything
   works fine. Verry strange.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom meta box](https://wordpress.org/support/topic/custom-meta-box-2/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-meta-box-2/#post-4977547)
 * When I print the code the html for the form looks fine, so i can’t figure out
   where it goes wrong.
 * This is the function I use to get the slug:
 *     ```
       function the_slug() {
           $post_data = get_post($post->ID, ARRAY_A);
           $slug = $post_data['post_name'];
           return $slug;
       }
       ```
   
 * This is the output of the wp_query:
 *     ```
       <select name="region">
       <option value=" ">-- Select option -- </option>
       <option value="test1">Test 1</option>
       <option value="test2">Test 2</option>
       <option value="test3">Test 3</option>
       </select>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update 3.8.1.](https://wordpress.org/support/topic/update-381-382/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/update-381-382/#post-4578720)
 * It also broke the screen options and blocks on the detail of a post or page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite User Registration Manager] Any way to turn this on for specific networked sites?](https://wordpress.org/support/topic/any-way-to-turn-this-on-for-specific-networked-sites/)
 *  [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/any-way-to-turn-this-on-for-specific-networked-sites/#post-4455661)
 * I think you can intall the plugin on the netwerk and then you can activate them
   separately on each site. You can active this by going to Options > Multisite 
   User Registration Manager > Select ‘Activate on this blog’.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Extra Fee Option for WooCommerce] Checkbox if user wants to add fee](https://wordpress.org/support/topic/checkbox-if-user-wants-to-add-fee/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/checkbox-if-user-wants-to-add-fee/#post-4160699)
 * Hi, I didn’t succeed. I used a different methode because i didn’t needed to add
   an amount.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Content Blocks] Compatible with 'advanced custom fields'?](https://wordpress.org/support/topic/compatible-with-advanced-custom-fields/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/compatible-with-advanced-custom-fields/#post-4329208)
 * Great! Just what I needed!
    This saved me a lot of time!
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Tip WooCommerce] Fixed amount](https://wordpress.org/support/topic/fixed-amount/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/fixed-amount/#post-4157780)
 * I would locate the checkbox on the checkout-page.
    Nice to here there is going
   to be an update.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] woocommerce not showing price with Tax ?](https://wordpress.org/support/topic/woocommerce-not-showing-price-with-tax/)
 *  [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years ago](https://wordpress.org/support/topic/woocommerce-not-showing-price-with-tax/#post-3898916)
 * Hi, i have the same problem.
    Did you figure it out?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce CSV importer] Product data – Variable product](https://wordpress.org/support/topic/product-data-variable-product/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/product-data-variable-product/#post-3852846)
 * Oke, tanks for the info!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Woocommerce CSV importer] Product data – Variable product](https://wordpress.org/support/topic/product-data-variable-product/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/product-data-variable-product/#post-3852842)
 * Hi,
 * Is there a way just to set the product data to variable product?
    So we don’t
   have to change the post data form each product? I don’t have the information 
   yet for the variations import?
 * Tanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Query](https://wordpress.org/support/topic/wp-query-3/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wp-query-3/page/2/#post-3835294)
 * I found it! I’ve used your code and changed the taxonomy to ‘product_cat’. This
   is the full query:
 *     ```
       $args = array(
       'post_type' => 'product',
       'posts_per_page' => 10,
       'tax_query' => array(
       	array(
       	'taxonomy' => 'product_cat',
       	'field' => 'id',
       	'terms' => array(20, 61, 74, 28),
       	'operator' => 'AND'
       	)
       	),
       	'orderby' => 'date',
       	'order' => 'ASC'
       );
       $loop = new WP_Query( $args );
       ```
   
 * Thanks for all the help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Query](https://wordpress.org/support/topic/wp-query-3/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wp-query-3/page/2/#post-3835280)
 * I’m using wooCommerce.
 * I’ve tried:
 * `$args = array( 'post_type' => 'product', 'posts_per_page' => 1, 'product_cat'
   => 'baby', 'orderby' => 'rand' );`
 * This is working but it shows me items form the first category?
    I’ve tried:
 * `$args = array( 'post_type' => 'product', 'posts_per_page' => 1, 'product_cat'
   => 'baby, red', 'orderby' => 'rand' );`
 * But it seems to show only the products from the first category.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP Query](https://wordpress.org/support/topic/wp-query-3/)
 *  Thread Starter [TA003](https://wordpress.org/support/users/ta003/)
 * (@ta003)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wp-query-3/#post-3835273)
 * Print_r from the loop:
    [http://pastebin.com/9Huj0kme](http://pastebin.com/9Huj0kme)
 * Maybe this will help?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/ta003/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ta003/replies/page/2/?output_format=md)