• Resolved kevinrichez

    (@kevinrichez)


    Hello, i’m having a problem with the plugin.


    I customised my product category page with model builder elementor pro and i’ve added a condition which is : this page only appear for product page category.

    The problem is the filter of this plugin make the url longer like :
    http://www.test.com/men/shoes/price-78-to-120
    instead of http://www.test.com/men/shoes
    It make my template dissapear and the woocommerce product category appear. So the design is broken when i apply the filters.

    Thanks for your answer, sorry for my english

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kevinrichez

    (@kevinrichez)

    EDIT : I fixed it because when the filter apply it doesn’t redirect into Product category page but in basic shop page. i’ve made a condition to that page for my template in model builder.

    I have another problem, my custom CSS doesn’t work, i want to change the basic blue color into black.

    .irs–round .irs-bar { background-color:black; }
    .irs–round .irs-handle{ border: 4px solid black; }
    .woof_select_radio_check dt.woof_select_radio_check_opened a
    {
    background-color:#222222;
    }

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Try to use this CSS:

    .woof .irs–round .irs-bar { background-color:black; }
    .woof .irs–round .irs-handle{ border: 4px solid black; }
    .woof .woof_select_radio_check dt.woof_select_radio_check_opened a
    {
    background-color:#222222;
    }

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

The topic ‘Product Category Template doesn’t work’ is closed to new replies.