Title: hide attributes
Last modified: November 24, 2016

---

# hide attributes

 *  Resolved [nanomania](https://wordpress.org/support/users/nanomania/)
 * (@nanomania)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/)
 * Hello can you help me I need help with the filters of my store, I need to be 
   at the beginning all the hidden attributes, with this I mean that only the category
   tab that I have should appear at the beginning and once the category has been
   selected then if its attributes appear, Now once you enter the store appears 
   the filters panel the categories tab and 20 tabs of all the attributes and do
   not want to be displayed from the beginning. a greeting!

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

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8480628)
 * Hello
 * The plugin does not have this function.
 * You can hide all attributes by CSS – [http://www.woocommerce-filter.com/manipulate-css-when-search-going/](http://www.woocommerce-filter.com/manipulate-css-when-search-going/)
 * Example:
    .woof_container_pa_color{ display:none; } .woof_search_is_going .woof_container_pa_color{
   display:block; }
 *  Thread Starter [nanomania](https://wordpress.org/support/users/nanomania/)
 * (@nanomania)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8480708)
 * Hello, that does not help me, it always hides the attributes and I just need 
   to hide them in the main filter since I have a tab that are the categories of
   the store with the type of different products for example:
 * 1- Type of products: 3d models, textures, audio, courses, video games,
 * Now if I have 3000 attributes I appear all and I just want them to appear once
   the type of product is selected, that is done but nothing more to open the page
   appear all the attributes and is not what I want.
 *  Thread Starter [nanomania](https://wordpress.org/support/users/nanomania/)
 * (@nanomania)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8480743)
 * That’s how I look now…
 * [imagen 1](https://www.dropbox.com/s/pg4to8js2na13vb/Captura%20de%20pantalla%202016-11-25%20a%20las%2014.05.16.png?dl=0)
 * And I want it to look like this, example image 2
 * ![imagen 2](http:///Users/nanomania/Dropbox/Web/Captura de pantalla 2016-11-25
   a las 14.03.46.png)
 * And once you select its category then if its attribute appears
 * ![imagen 3](http:///Users/nanomania/Dropbox/Web/Captura de pantalla 2016-11-25
   a las 14.05.43.png)
    -  This reply was modified 9 years, 6 months ago by [nanomania](https://wordpress.org/support/users/nanomania/).
    -  This reply was modified 9 years, 6 months ago by [nanomania](https://wordpress.org/support/users/nanomania/).
 *  Thread Starter [nanomania](https://wordpress.org/support/users/nanomania/)
 * (@nanomania)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8480751)
 * Sorry for the bad translation
    -  This reply was modified 9 years, 6 months ago by [nanomania](https://wordpress.org/support/users/nanomania/).
 *  Thread Starter [nanomania](https://wordpress.org/support/users/nanomania/)
 * (@nanomania)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8480770)
 * That’s how I look now…
 * [imagen 1](https://www.dropbox.com/s/pg4to8js2na13vb/Captura%20de%20pantalla%202016-11-25%20a%20las%2014.05.16.png?dl=0)
 * And I want it to look like this, example image 2
 * [imagen 2](https://www.dropbox.com/s/xyyg5soj5w6khkv/Captura%20de%20pantalla%202016-11-25%20a%20las%2014.03.46.png?dl=0)
 * And once you select its category then if its attribute appears
 * [imagen 3](https://www.dropbox.com/s/rykq632bhhedo4j/Captura%20de%20pantalla%202016-11-25%20a%20las%2014.05.43.png?dl=0)
 * This is the images, I did not know how to upload them here.
 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8489500)
 * Hello
 * The plugin does not have this function.
 * But you can (if you have experiences in** PHP** ) customize code. Example:
    In
   file functions.php
 *     ```
       add_action('wp_head', 'your_function'); 
   
       function your_function(){
       	if($_GET['product_cat']=='category_slug'){
       		?>
       		<style>
       		.woof_search_is_going .woof_container_pa_color{
       display:block;
       }
       		</style>
       		<?php
       	}
       }
       ```
   
 * OR use this hook (for get current request) – [http://www.woocommerce-filter.com/manipulate-search-data-options/](http://www.woocommerce-filter.com/manipulate-search-data-options/)

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

The topic ‘hide attributes’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

## Tags

 * [attributes](https://wordpress.org/support/topic-tag/attributes/)
 * [hide](https://wordpress.org/support/topic-tag/hide/)

 * 6 replies
 * 2 participants
 * Last reply from: [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/hide-attributes/#post-8489500)
 * Status: resolved