i want my categories filter exact look like your theme

Hi ,

now my categories filter have "Show ALL" and Filter By" , i want to remove them all
http://fuji-shinyou.com/products/

I want look like your theme exactly like this
http://themes.muffingroup.com/be/home/products/

Comments

  • HI,
    we see that you managed to turn on Jquery filtering, please disable pagination or load more since it will not work with this filtering.
    thanks
  • where to do for this setting?
  • 2nd question is... i want "ALL" in my categories filter... how do i do that?

    my page

    http://fuji-shinyou.com/products/
  • The all filter is disabled with your custom CSS.

    If you go to theme options>portfolio and set the number of posts per page to a big number the load more will dissapear.
  • #Filters .filters_buttons{ display: none; }
    #Filters .filters_wrapper { display: block !important; }
    #Filters .filters_wrapper ul.categories { display: block !important; }
    #Filters .filters_wrapper ul li.close { display: none !important; }
    #Filters .filters_wrapper ul li.current-cat a { color: #000 !important; }



    .project{
        display: none !important;
    }
    .category-project{
        display: none !important;
    }
    .product{
        display: none !important;
    }
    .category-product{
        display: none !important;
    }


    Hi , this is my Custom CSS... may i know which one i need to remove for showing the "ALL" in category option?
  • You have completly modified the category filter, if you remove the page custom css you will see there is still no "ALL" filter.

    Disable you css and change the filter in theme options>blog,portfolio&shop>blog
    http://prntscr.com/hxjdr7
  • i at change the filter in theme option still no luck... my custom CSS is


    #Filters .filters_buttons{ display: none; }
    #Filters .filters_wrapper { display: block !important; }
    #Filters .filters_wrapper ul.categories { display: block !important; }
    #Filters .filters_wrapper ul li.close { display: none !important; }
    #Filters .filters_wrapper ul li.current-cat a { color: #000 !important; }


    .project{
        display: none !important;
    }
    .category-project{
        display: none !important;
    }
    .product{
        display: none !important;
    }
    .category-product{
        display: none !important;
    }



    can you tell me which part are wrong?

    page that i need "ALL" is 

    http://fuji-shinyou.com/products/ (this page)
  • Okay but there is the ALL filter enabled. What else do you need?
    http://prntscr.com/hzdl6j
  • i already fix the part... Thanks
Sign In or Register to comment.