Hi,
I have solve the issue, somewhere in the theme files i found this code:
#wpadminbar {
display: none;
}
And i just deleted them, please try to locate the code somewhere in the files located on CSS Folder. Or try to insert this code to your CSS Stylesheet:
#wpadminbar {
display: inline !important;
}
I’m not a coder, but i have solve the issue by this codes also.