[solved: a repeated plugin conflict test seems to reapaired the problem about the admin bar. It didn’t worked the first time, but next time it showed up, on second plugin conflict test.]
Hi!
For some reason, I don’t have an admin toolbar on the frontend of the site.
Plugin conflict test didn’t help, and I have tried to activate a debug.log file, but it isn’t showing in the wp-content folder. (Themeco hosting).
I have tried this:
define( ‘WP_DEBUG’, true );
if ( WP_DEBUG ) {
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );
}
and this:
define(‘WP_DEBUG’, true);
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );
Can you take a look?
Thanks!