NO BUG: Wordpress top toolbar is missing for all users, except administrators

Latest version of Bricks

In both of my sites (dev and production) wordpress top toolbar is missing. It’s a news site and authors and editors, can’t edit single posts.

The toolbars shows up fine for administrators
Changing theme to default also fixes the issue

Can share credentials to the dev site.

Hello @Nicksi,

do you have any custom scripts active? Maybe in child theme?

Maybe you can try switching to the Bricks theme (not child one), and disable all plugins, just to see if that fixes it.

Let me know,
Matej

Yes, you’re right. It was a simple google maps script added to the footer via Bricks settings panel.

<script src="https://maps.googleapis.com/maps/api/js?key=apikey&callback=initMap&v=weekly" defer</script>

I removed it and admin toolbar is showing up again.
Is something wrong with the script?

Hi @Nicksi,

It’s the same issue as in the other post: NO BUG: iFrame rendering in Builder, but entire website on front end - #6 by Matej The issue is that the script tag is not properly closed - once you close it, it should work :slight_smile:

Best regards,
Matej

1 Like

Well, it’s better to stop posting for few months. The funny thing is that the script was working fine, with no errors. (Again, i was lookin for few minutes to see that the closing tag was missing).

Thank you so much! Sorry! Bye :coffin:

Hehe, don’t worry. Happens to everyone :slight_smile:

I’m glad that it’s solved now :slight_smile:

Best regards,
Matej