WordPress.org

Forums

AG Custom Admin
"Hide WordPress Logo" option does not work (4 posts)

  1. Doug
    Member
    Posted 1 year ago #

    When I add a URI to the "Change WordPress Logo" field in settings, the new icon is displayed in the top bar, but is placed on top of the existing WordPress logo, instead of replacing it. The "Hide WordPress Logo" option also has no effect.

    http://wordpress.org/extend/plugins/ag-custom-admin/

  2. argonius
    Member
    Plugin Author

    Posted 1 year ago #

    Tested working configuration is AGCA 1.2.5 WP 3.2.1 FF6.0.1, but it could be a bug for some other configuration. What are versions that you use?

    Thanks for reporting

  3. Doug
    Member
    Posted 1 year ago #

    Most recent versions of both plugins, but guessing it's an issue caused by having an irregular WordPress directory (i.e. http://www.domain.com/wp/ instead of in root). Is there a way to correct this?

  4. argonius
    Member
    Plugin Author

    Posted 1 year ago #

    I think that directory position does not matter. Try one by one of these solutions:

    1. Clear browser's cache completely and refresh page. Go to next one if this doesn't work.

    2. After page is loaded open your code and try to find this section:

    <div id="wphead">
    
    <img id="header-logo" src="http://localhost/wpold/wp-includes/images/blank.gif" alt="" width="16" height="16" />
    <h1 id="site-heading" >
    	<a href="http://localhost/wp/" title="">
    		<span id="site-title">My Blog</span>
    	</a>
    </h1>
    
    <div id="wphead-info">
    	....
    </div>
    </div>

    Note that you need to have div id="wphead" and inside of it img id="header-logo"

    3. Go to plugin.php and find line
    <?php if(get_option('agca_header_logo')==true){ ?>

    add above this line (just for testing)
    alert('<?php echo get_option('agca_header_logo'); ?>');
    This should return true or false regarding configuratin of checkbox 'Hide WordPress Logo'. If you get something else, post back the results of testing for different values of checkbox.

    4. Don't tell me you are using an old browser like IE6 or something.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic