Okay
  Public Ticket #3075290
Sorting combobox
Closed

Comments

  •  1
    assimeks started the conversation

    Showing two sorting comboboxes and “SHOWING ALL #number RESULTS” i think one is from the theme one from woocommerce how can fix it 

    {"wp":{"use":false,"adminUrl":"Https://optikaas.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  •  1,558
    Laborator replied

    Hi there,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in the editor toolbar. (See how)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   assimeks replied privately
  •  1
    assimeks replied

    and also if you can see when i installed the plug-in for adding custom firlds in woocommerce product, the add to cart button for normal and variable products changed its not the same as in the demo, i had to go and apply a custom css so its a bit similar to the demo, can you check that as well please

    Ty

  • [deleted] replied

    Hi assimeks,

    My colleague Art is out of the office so I will reply to your ticket.

    1— I'm sorry but I have difficulties understanding for what you are talking about. Can you please try to be very specific about the question and explain it more to me so I can easily understand you and give you the proper answer.

    2— Can you please send me some URL-s where the button is different? I think you have already resolved this by adding Custom CSS right?

  •  1
    assimeks replied

    hi yll, 

    my main problem was the showing of two sorting comboboxes if you go to https://optikaas.com/shop you will see i will sent  you with sc 

    Best regards

    Gent 

  • [deleted] replied

    Hi Gent,

    Thanks, now I can see that behavior and it seems that one of the third-party plugins is causing this problem.

    To debug this problem you can disable all your third-party plugins (plugins that don't come with our theme) one by one, and check if this problem is solved.

    Or you can add this CSS code to your Custom CSS area:

    .woocommerce .woocommerce-ordering:nth-child(2) {
        display: none;
    }

    Have a nice day!

  •  1
    assimeks replied

    Hi Yll,

    Thank you the code did remove the combo box but not the text ‘’ Showing 1-16 of 43 results” is there a css code to remove that as well 


    kids regards

    Gent

  •  1
    assimeks replied

    fixed it by adding .woocommerce-result-count display none

  • [deleted] replied

    Hi Gent,

    I'm happy to hear that this is already resolvedsmile.png

    Have a great day!