• Resolved muravey86

    (@muravey86)


    Hi

    I have some troble about choose category.
    https://prnt.sc/ux7lxa

    When I click “Product” in menu, and then use “+Add New Product”, then “select a category” is not working.

    How to fix it?

    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @muravey86,

    The issue can be related to the theme you are using. To figure out,just switch to the default WordPress theme as we know that the default WordPress theme is coded properly. Now try to edit the product and see if the issue is still there. Take note if you see a difference in behavior after you have switched the theme. Switch back to the theme you were using.

    If yes, then you can try the below CSS code-

    .select2-dropdown{ z-index: 99999999999 !important; } 
    div#ui-datepicker-div{ z-index: 10000000000 !important; } 

    You can insert the above CSS on your style.css file. Let me know if it works or not.

    Thank you for using our plugin.

    Thread Starter muravey86

    (@muravey86)

    Thank you/

    But No. And other theme are the same. Also i’ve make change in style.css

    .select2-dropdown{ z-index: 99999999999 !important; } 
    div#ui-datepicker-div{ z-index: 10000000000 !important; } 

    Also I tried deactivate plugins – the same

    Hello @muravey86 ,

    Please share your site address and keep the vendor registration open without email verification. We can register and check the vendor dashboard to further investigation.

    Thank you.

    Thread Starter muravey86

    (@muravey86)

    Hello @muravey86 ,

    It looks like you have removed Dokan from your site so I could not test the dashboard from your site.

    Let me know if you need further help.

    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Select a category does not working in “Product”’ is closed to new replies.