Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @tsayya – NextGEN Gallery does nothing that would affect the login page or anything displayed on it, I would look to a plugin or in your current theme for anything that touches the login page and see if that is involved.

    Thanks!

    – Cais.

    Thread Starter tsayya

    (@tsayya)

    when i disable the plugin everything works okey. if i enable the plugin the home buttons disappears

    i think that the issue has to do with the following:

    plugins/nextgen-gallery/non_pope/class.photocrati_resource_manager.php
    function start_buffer()
    {
    if (defined(‘NGG_DISABLE_RESOURCE_MANAGER’) && NGG_DISABLE_RESOURCE_MANAGER)
    return;

    if (apply_filters(‘run_ngg_resource_manager’, $this->valid_request)) {
    ob_start(array(&$this, ‘output_buffer_handler’));
    ob_start(array(&$this, ‘get_buffer’));

    add_action(‘wp_print_footer_scripts’, array(&$this, ‘get_resources’), 1);
    add_action(‘admin_print_footer_scripts’, array(&$this, ‘get_resources’), 1);
    add_action(‘shutdown’, array(&$this, ‘shutdown’));
    }
    }

    Plugin Contributor photocrati

    (@photocrati)

    @tsayya – Are you testing this idea by disabling the Resource Manager via the wp-config.php file?

    – Cais.

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

The topic ‘wp-admin login button breaks’ is closed to new replies.