M
M
mipfikus2020-05-11 17:31:01
WordPress
mipfikus, 2020-05-11 17:31:01

The top panel in Wordpress disappeared, what to do?

I tried to find a solution to the problem on the Internet - to no avail.
In the header.php and footer.php files, everything is on the menu, there is a checkmark in the profile.
What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2020-05-12
@mipfikus

In the header.php and footer.php files, everything is on the menu, there is a checkmark in the profile.

header.php & footer.php are not related to adminbar.
Most likely, you have some plugin or theme installed that disabled the panel.
For example, search in functions.php or Read - https://wp-kama.ru/function/show_admin_bar Also turn off plugins one by one and check the visibility of adminbar. For example, plugins clearfy, wp recall have similar functionality (if memory serves)
show_admin_bar(false);
add_filter('show_admin_bar', '__return_false');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question