Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to remove the admin bar by unchecking the option in the user preferences. It’s the first of the two checkboxes for displaying the bar on the frontend.

    However, you can also add this code to your theme’s function.php:

    //REMOVE ADMIN BAR
    remove_action(‘init’, ‘wp_admin_bar_init’);

    I had the same Problem, but did not use the WP-Amazon Plugin.

    For me, this was caused by the Plugin Simple Tags. I already wrote to Amaury about this.

    Deactivating it did the trick. I suppose some Plugins that hook into the Writing screen in Admin Panel use javascript functions, and perhaps a variable is named the same. Stuff like that. I am not a Javascript master though.

    So if you experience problems with the media uploader popup, look for plugins that add functionality to your writing area.

    regards,
    Jan

Viewing 2 replies - 1 through 2 (of 2 total)