BeTheme functions on top menu bar

The "subscribers" users have the possibility to modify the pages from this link.

Obviously a "subscriber" should not be able to change anything.

How can I remove it?

Thanks

Gio


Comments

  • Sorry for the wasted time, but i solved it by adding this to functions.php (in child theme):


    // remove toolbar items

    function shapeSpace_remove_toolbar_node($wp_admin_bar) {

       // replace 'updraft_admin_node' with your node id

       $wp_admin_bar->remove_node('mfn-live-builder');

    }

    add_action('admin_bar_menu', 'shapeSpace_remove_toolbar_node', 999);


    thanks anyway :)

    GIO

  • Hey,

    Good to hear that you manage to resolve that.

    However, you can send us WordPress dashboard and FTP access privately thru the contact form, which is on the right side at http://themeforest.net/user/muffingroup#contact so we will locate the root cause and eliminate it if the root cause is in the theme files.

    Notice!

    Please attach a link to this forum discussion.

    Thanks

Sign In or Register to comment.