Same problem here. I have no other plugins activated also no other lightbox plugin.
your answer??
is there an option in adminimize or not?
i mean this but as option in adminimize:
add_action( ‘admin_bar_menu’, ‘remove_wp_logo’, 999 );
function remove_wp_logo( $wp_admin_bar ) {
$wp_admin_bar->remove_node( ‘edit’ );
}
oh…thanks. I didn’t see it before – my eyes 😀
Hi ans thanks but i want to hide the edit page link on the frontend. Is this possible wiht adminimize?