Hello @mongolsightseeing,
You will be glad to know that you can use simple CSS to hide fields. If you can share a screenshot marking the area you want to hide, I will try my best to help you with the CSS.
You can use https://snag.gy for easily sharing screenshots. You’ll just need to follow the instructions on the page, then paste the URL into this chat window. It works with Chrome, Firefox, and IE.
I will look forward to your response 🙂
i have done SS. pls tell me where is the code of some field. i want to remove/hide country (option), city , zipcode and address2 etc
https://snipboard.io/MhKdb9.jpg
Hello @mongolsightseeing,
These sections are on the store settings page and to modify the option you will need to override the template file :
/wp-content/plugins/dokan/templates/settings/store-form.php
wp-content/plugins/dokan/templates/settings/address-form.php
The article can help you override
Thank you 🙂
\https://snipboard.io/5BcCbe.jpg it was not change anytime in Child theme.
-theme. My website is not getting any code change in child-theme.
So where is Address street2 field?
Hello @mongolsightseeing ,
As I explained here in another thread that all of the address field is coming from this file – dokan-lite/templates/settings/address-form.php
The Street 2 field is also coming from this file – https://prnt.sc/ybhi7x
You will see the changes if you have used the templates in the proper folder. You are supposed to add the file under dokan/settings/ folder as I have done here – https://prnt.sc/ybiasw.
I will recommend renaming your “Settings” folder to “settings”.
Thank you 🙂