Btw. can you please disable the top wordpress-bar for non-admin/legitimate users (which are only registered for the votings) at the foundation website.
@functions.php
if(!current_user_can('manage_options'))
{
add_filter('show_admin_bar', '__return_false');
}
Fixed, thank you! For some reason testing the site under a normal user account slipped my mind
