Title: wdisk's Replies | WordPress.org

---

# wdisk

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Remove Base Category Slug](https://wordpress.org/support/topic/remove-base-category-slug/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years ago](https://wordpress.org/support/topic/remove-base-category-slug/#post-5020071)
 * Hi matthewskeith,
 * It is possible within Types, please try edit your custom Taxonomy “Series.”
    
   Enable option “Rewrite”, option “Prepend posts with this slug” fill text “sermons”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Media – removes original file upon upload](https://wordpress.org/support/topic/media-removes-original-file-upon-upload/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years ago](https://wordpress.org/support/topic/media-removes-original-file-upon-upload/#post-5022333)
 * Hi pcole,
 * As you mentioned above:
    I have tried to disable the Types plugin, hoping it 
   will solve the issue but it does not.
 * It is not a problem of Types, I suggest you try:
    1) deactivate other plugins
   and switch to wordpress default theme, 2) enable wordpress debug mode, repeat
   the actions you mentioned above, and post the debug logs here. [http://wp-types.com/documentation/user-guides/debugging-types-and-views/](http://wp-types.com/documentation/user-guides/debugging-types-and-views/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Group Fields not showing when adding a new post](https://wordpress.org/support/topic/group-fields-not-showing-when-adding-a-new-post/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years ago](https://wordpress.org/support/topic/group-fields-not-showing-when-adding-a-new-post/#post-5026784)
 * Hi Lovepreet,
 * Could you post the PHP codes you are using for “show fields in only one category
   posts”?
    I need test it And if you are using Views plugin you can use shortcode[
   wpv-if] to sheck if current post is under the term, then display the custom fields.
 * [http://wp-types.com/documentation/views-shortcodes/#vf-153493](http://wp-types.com/documentation/views-shortcodes/#vf-153493)
 * See the example:
    Evaluating results of a custom function: [wpv-if evaluate=”
   has_term(‘Test’, ‘post_tag’, null) = ‘1’”]Tagged Test[/wpv-if]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Multiple images disappearing](https://wordpress.org/support/topic/multiple-images-disappearing/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years ago](https://wordpress.org/support/topic/multiple-images-disappearing/#post-5055103)
 * Hi Kim,
 * I suggest you try this:
    1) deactivate other plugins and switch to wordpress 
   default theme, 2) enable wordpress debug mode, repeat the actions you mentioned
   above, and post the debug logs here. [http://wp-types.com/documentation/user-guides/debugging-types-and-views/](http://wp-types.com/documentation/user-guides/debugging-types-and-views/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Unique meta field value](https://wordpress.org/support/topic/unique-meta-field-value/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years ago](https://wordpress.org/support/topic/unique-meta-field-value/#post-5060910)
 * Hi sushilsmailbox,
 * Sorry it is not possible within Types, but you can try use post ID as the coupon
   code, which is unique.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Issue with Edit Flow](https://wordpress.org/support/topic/issue-with-edit-flow/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/issue-with-edit-flow/#post-4992937)
 * Hi mattjstar,
 * I can not duplicate same problem in my localhost,
    Please try this: 1) deactivate
   other plugins and switch to wordpress default theme, 2) enable wordpress debug
   mode, repeat the actions you mentioned above, and post the debug logs here. [http://wp-types.com/documentation/user-guides/debugging-types-and-views/](http://wp-types.com/documentation/user-guides/debugging-types-and-views/)
   Also check if there is any java-script error.
 * If the problem still exists, please describe detail steps to duplicate same problem
   in a fresh wordpress installation, I need debug it in my localhost
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Adding Custom Fields to Taxonomy](https://wordpress.org/support/topic/adding-custom-fields-to-taxonomy/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/adding-custom-fields-to-taxonomy/#post-4985551)
 * Hi john,
 * It is not possible within Types, you can try other plugins, for example:
    [http://wordpress.org/plugins/search.php?q=Taxonomy+field](http://wordpress.org/plugins/search.php?q=Taxonomy+field)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Export zip file corrupted?](https://wordpress.org/support/topic/export-zip-file-corrupted/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/export-zip-file-corrupted/#post-4927446)
 * Hi magicke,
 * Please try enable wordpress debug mode, repeat the actions you mentioned above,
   and post the debug logs here.
    [http://wp-types.com/documentation/user-guides/debugging-types-and-views/](http://wp-types.com/documentation/user-guides/debugging-types-and-views/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Swift page builder conflict](https://wordpress.org/support/topic/swift-page-builder-conflict/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/swift-page-builder-conflict/#post-4191226)
 * Hi jjz0393,
 * Could you post a downloadable URL for the Flexform theme, we need duplicate same
   problem and debug in it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Set attachment_id with custom image field instead of URL in database](https://wordpress.org/support/topic/set-attachment_id-with-custom-image-field-instead-of-url-in-database/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/set-attachment_id-with-custom-image-field-instead-of-url-in-database/#post-4948287)
 * Hi malkesh,
 * It is possible, please try goto your WP admin side, Types-> Settings,
 * Enable option “Allow resizing of remote images ”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] White screen of death with WP 3.9 / 3.9.1](https://wordpress.org/support/topic/white-screen-of-death-with-wp-39-391/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/white-screen-of-death-with-wp-39-391/#post-4958433)
 * Hi jai317,
 * I suggest you try this:
    1) deactivate other plugins and switch to wordpress 
   default theme, 2) enable wordpress debug mode, repeat the actions you mentioned
   above, and post the debug logs here. [http://wp-types.com/documentation/user-guides/debugging-types-and-views/](http://wp-types.com/documentation/user-guides/debugging-types-and-views/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Adding icon next to WP post title based on custom field](https://wordpress.org/support/topic/adding-icon-next-to-wp-post-title-based-on-custom-field/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/adding-icon-next-to-wp-post-title-based-on-custom-field/#post-4961172)
 * hi utilibre,
 * Types prepend “wpcf-” before your custom field slug,
    Please try like this: `
   $key = 'custom'; if (get_post_meta($post->ID, 'wpcf-' . $key, true) == 2){ do
   something here... }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] 404 on CPT index page](https://wordpress.org/support/topic/404-on-cpt-index-page/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/404-on-cpt-index-page/#post-4962608)
 * Hi stacigh,
 * Please try deactivate other plugins and switch to wordpress default theme, and
   test again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Checkboxes – options names](https://wordpress.org/support/topic/checkboxes-options-names/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/checkboxes-options-names/#post-4910386)
 * say something
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Using subdirectories on a subdomain such as intranet.xyz.com](https://wordpress.org/support/topic/using-subdirectories-on-a-subdomain-such-as-intranetxyzcom/)
 *  [wdisk](https://wordpress.org/support/users/wdisk/)
 * (@wdisk)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/using-subdirectories-on-a-subdomain-such-as-intranetxyzcom/#post-2513847)
 * It is not a problem use “intranet.xyz.com” as main site domain.
 * WordPress multisite support Sub-directory Network, see “Create A Network”
    [http://codex.wordpress.org/Create_A_Network](http://codex.wordpress.org/Create_A_Network)
 * you need change your .htaccess for a path-based network
 *     ```
       SubFolder Example
   
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
       RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       # END WordPress
       ```
   
 * Good luck!

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

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