Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter Doug

    (@douglascox)

    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?

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AG Custom Admin] "Hide WordPress Logo" option does not work’ is closed to new replies.