Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You should ask this to your Theme Author: https://edatastyle.com
We don’t support commercial themes.
but this problem is also comes in wordpress builtin theme
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What problem? You need to describe your issues if you want us to know what you’re talking about.
are you talking about the customizer in the menu bar ??
yes i am talking about coustomizer bar in when we are in dashboard->Apperance->Customize
What theme are you using and what part of the customize is not working. The Customize comes with 4 or 5 default settings everything after that has to be added by the theme developer. I think WordPress automatically adds Site Identity, Header Image, Widgets Home Page Settings, and Additional CSS additional customize objects are programmed by the developer.
i am using twenty nineteen theme so customozing is not show just show blankpage
twenty nineteen has an include file in it theme to add a few additional so you should see the customize option. Have you tried clearing your browser cache and clearing WordPress cache to see if it appears.
Yeah mate i have tried so Many times thats i shared my quest…
Adding customization is done in the functions.php file. Have you made any changes in functions.php. The twenty nineteen theme has an include file found in the folder inc/customizer.php that adds some additional items to that menu. I’m not sure why you wouldn’t be able to see the customizer. You can check the inspector console window if you are using chrome for any JavaScript errors that might be occurring or the error_log for your site for any php errors. Your hosting service should be able to help you with the error log.
Thank You My issue is resolved now!