• Resolved geoffmanonlfo

    (@geoffmanonlfo)


    Hi team,

    I installed the Woof plugin in order to enable visitors to filter the archive product page using the product categories.
    As I wanted my filters in a row above the products, I used the following css code :

    .woof_list li{
     display:inline;
     font-size:25px;
     letter-spacing:3px;
     font-weight:600;
     text-transform:capitalize;
    	font-family:El Messiri;
    	color:#008000;
    	line-height: 32px;
    list-style:none !important;}	
    
    button.button.woof_reset_search_form{
        display: none;}
    
    input[type=radio],form.woocommerce-ordering,.woocommerce-result-count,.woocommerce-breadcrumb,h1.woocommerce-products-header__title,.woof_radio_term_reset,.woof_radio_count,.woof_remove_ppi,.woof_term_19 {
     display:none !important;}
    
    label{
        display: inline-block;
      padding-left: 30px ;
    	padding-right: 30px;}
    
    ul.woof_list {
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;}
    
    .woof_radio_label_selected {
      color:#c80120;}
    
    input:not(:checked) + label:hover{
     transition:  390ms ease-in;
    	color: #c80120;
    	cursor: pointer;
    font-size: 120%;
    	line-height: 32px;}
    
    div.woof_info_popup{
     border-radius:0px;
    background-color: #fff;
     font-family:Kiona;
     color:#000 !important;}

    It works for the visual changes I wanted. But as you can see here, it doesn’t filter.

    Can you help?

    Thanks a lot

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    It looks like the current template doesn’t hear a search query

    To show products try to use native woocommerce functionality OR shortcode [woof_products]

    Thread Starter geoffmanonlfo

    (@geoffmanonlfo)

    Hi,

    Thank you for your answer.
    if it’s an incompatibility between templates, which template should I use?

    I’m sorry, i’m new to woocommerce. What do you mean by “native woocommerce functionnality or shortcode”?
    What’s the process and will I be able to have the filter displayed as it is now?

    thanks for your help 🙂

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    if it’s an incompatibility between templates, which template should I use? -yes

    What do you mean by “native woocommerce functionnality or shortcode”? – example woo category page – http://michelprimeur.com/categorie-produit/fruits/
    shortcodes – https://docs.woocommerce.com/document/woocommerce-shortcodes/

    your custom CSS does not affect search queries.

    Thread Starter geoffmanonlfo

    (@geoffmanonlfo)

    Hi,

    There is no way I change (again) my template. Each time I have to customize everything again…
    I’ll try to get around this issue by using the menu widget with custom links to filter by categories… In WP dashboard it looks like this.

    Plugin Support mediawebster

    (@mediawebster)

    Hello
    ok! Great

    Thread Starter geoffmanonlfo

    (@geoffmanonlfo)

    Hi,

    just an update for those who will encounter the same issue:
    I created one page for each product category. (with the widget Publication: go to request / source: products / include: term / set the product category you need)

    then, I created a menu in WP dashboard -> appearance -> menu
    and included the pages i juste created.

    It’s done 🙂

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Thank you for cooperation

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘filters are displayed but don’t filter’ is closed to new replies.