Title: version interactive's Replies | WordPress.org

---

# version interactive

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Auto-create variations for variable products](https://wordpress.org/support/topic/auto-create-variations-for-variable-products/)
 *  [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/auto-create-variations-for-variable-products/#post-12943039)
 * I’m still working on auto generating the variations without going into each product–
   but you need to go in to upload images anyway – right?
 * I solved the unchecked “used for variations” issue by running the following update
   in mysql/phpmyadmin
 *     ```
       UPDATE wp_postmeta 
       SET meta_value = REPLACE( 
         meta_value, 
       'is_variation";s:1:"0',
       'is_variation";s:1:"1'
       );
       ```
   
 * I made a plugin so my client can do this easily each season.
 * I also added a feature to globally apply parent prices to all child variations
   with one click. This was not straight forward because when variations are generated
   the original price is deleted. So I added a new meta value for parent price when
   globally checking the “used for variations” boxes.
 * [plugin screenshot](https://version.nz/product-tools.jpg)
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] CSV Import Variable Products – Cannot import “Used for variations” option](https://wordpress.org/support/topic/csv-import-variable-products-cannot-import-used-for-variations-option/)
 *  [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/csv-import-variable-products-cannot-import-used-for-variations-option/#post-12943013)
 * I’m still working on auto generating the variations without going into each product–
   but you need to go in to upload images anyway – right?
 * I solved the unchecked “used for variations” issue by running the following update
   in mysql/phpmyadmin
 *     ```
       UPDATE wp_postmeta 
       SET meta_value = REPLACE( 
         meta_value, 
       'is_variation";s:1:"0',
       'is_variation";s:1:"1'
       );
       ```
   
 * I made a plugin so my client can do this easily each season.
 * I also added a feature to globally apply parent prices to all child variations
   with one click. This was not straight forward because when variations are generated
   the original price is deleted. So I added a new meta value for parent price when
   globally checking the “used for variations” boxes.
 * [plugin screenshot](https://version.nz/product-tools.jpg)
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
    -  This reply was modified 5 years, 11 months ago by [version interactive](https://wordpress.org/support/users/version/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Issue displaying custom taxonomy hierarchy in metabox](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/#post-6620616)
 * I added another taxonomy and it’s working this time
    [https://imgur.com/NiUGv5S](https://imgur.com/NiUGv5S)
 * Thanks for your help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Issue displaying custom taxonomy hierarchy in metabox](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/#post-6620615)
 * I just tried to reproduce the issue on another install and failed.
 * So this may just be a glitch or a rare factor, theme, plugin conflict?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Issue displaying custom taxonomy hierarchy in metabox](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/#post-6620613)
 * [http://pastebin.com/uhrGMsn6](http://pastebin.com/uhrGMsn6)
 * I’ll make you a user if you want?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Issue displaying custom taxonomy hierarchy in metabox](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-displaying-custom-taxonomy-hierarchy-in-metabox/#post-6620580)
 * It is a conflict with the default woocommerce taxonomy.
    I changed the post type
   to pages and the hierarchy displays correctly in the metabox.
 * See here:
 * > [View post on imgur.com](https://imgur.com/FmfJ1mM)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Hide plugins menu – red update badge](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/#post-5876452)
 * ingore
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Hide plugins menu – red update badge](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/#post-5876237)
 * And also the out of date plugin is shown in – red which defeats the purpose of
   the ‘disable’ function.
    [http://snag.gy/zGdnO.jpg](http://snag.gy/zGdnO.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Hide plugins menu – red update badge](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/#post-5876193)
 * It’s not an error – it’s a ‘notification’
    a red badge – can you see it?
 * Also there is an update notification showing on dashboard
    Can you see this? 
   [http://snag.gy/jhSC6.jpg](http://snag.gy/jhSC6.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Hide plugins menu – red update badge](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/)
 *  Thread Starter [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/hide-plugins-menu-red-update-badge/#post-5876185)
 * [http://snag.gy/jZWY7.jpg](http://snag.gy/jZWY7.jpg)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Need the event featured image full size](https://wordpress.org/support/topic/need-the-event-featured-image-full-size/)
 *  [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/need-the-event-featured-image-full-size/#post-3793830)
 * There must be a better way.
    Changing a medium size image 300px to 720 is not
   a good idea.
 * Better to use the large image size – this should be an settings option.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Types Order] [Plugin: Post Types Order] Changing item order changes every category](https://wordpress.org/support/topic/plugin-post-types-order-changing-item-order-changes-every-category/)
 *  [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [14 years ago](https://wordpress.org/support/topic/plugin-post-types-order-changing-item-order-changes-every-category/#post-2486556)
 * Auto Sort
    If checked, the plug-in will automatically update the wp-queries to
   use the new order (No code update is necessarily). If you need more order customizations
   you will need to uncheck this and include ‘menu_order’ into your theme queries.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add a blog page ?](https://wordpress.org/support/topic/add-a-blog-page/)
 *  [version interactive](https://wordpress.org/support/users/version/)
 * (@version)
 * [15 years ago](https://wordpress.org/support/topic/add-a-blog-page/#post-1646348)
 * Hey Ewan,
    You can easily select any page for your blog in the reading settings
   [http://codex.wordpress.org/Settings_Reading_Screen](http://codex.wordpress.org/Settings_Reading_Screen)
 * BTW Did you ever find the video theme you were looking for?
    [http://wordpress.org/support/topic/video-production-company-theme](http://wordpress.org/support/topic/video-production-company-theme)
 * We build themes so maybe we have what you’re looking for or be able to customise
   something to your needs?

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