Title: behanj's Replies | WordPress.org

---

# behanj

  [  ](https://wordpress.org/support/users/behanj/)

 *   [Profile](https://wordpress.org/support/users/behanj/)
 *   [Topics Started](https://wordpress.org/support/users/behanj/topics/)
 *   [Replies Created](https://wordpress.org/support/users/behanj/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/behanj/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/behanj/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/behanj/engagements/)
 *   [Favorites](https://wordpress.org/support/users/behanj/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] disable cart dropdown in header](https://wordpress.org/support/topic/disable-cart-dropdown-in-header/)
 *  [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/disable-cart-dropdown-in-header/#post-6017743)
 * Hi,
 * I just spent the afternoon trying to figure this out and here is what I came 
   up with.
    Add this to your child functions.php file –
 *     ```
       add_action( 'init', 'custom_remove_header_cart');
       function custom_remove_header_cart() {
       	remove_action( 'storefront_header', 'storefront_header_cart', 60 );
       	add_action( 'storefront_header', 'custom_header_cart', 60);
       }
   
       function custom_header_cart() {
       ?>
       <ul class="site-header-cart menu">
       			<li class="<?php echo esc_attr( $class ); ?>">
       				<?php storefront_cart_link(); ?>
       			</li>
       		</ul>
       <?php
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] HOWTO: Transparent text background and text positioning](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/)
 *  Thread Starter [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/#post-1938267)
 * 🙂
    A man’s work is never done!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] HOWTO: Transparent text background and text positioning](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/)
 *  Thread Starter [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/#post-1938253)
 * damn I was hoping no one would notice that 🙂
    Might have to actually do it now!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] HOWTO: Transparent text background and text positioning](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/)
 *  Thread Starter [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-frontpage-slideshow-howto-transparent-text-background-and-text-positioning/#post-1938193)
 * Nice one 🙂
 * Great Plugin, very well thought out.
 * I’m using it in a very unpretty way but it does the job for me and I’m very happy
   with it. Check out [http://www.pandjsecurityservices.com](http://www.pandjsecurityservices.com)
 * Like I say, It’s not a revolutionary or particularly beautiful usage of this 
   plugin but I’m very happy with it. Thanks for the contribution,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] How to change virtual.txt](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/)
 *  [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/#post-970138)
 * This is still a problem for me.
    After 4 days Google still hasn’t indexed my 
   site, all 5 pages. The 401/407 error persists. Can I disable the virtual robots.
   txt file as it seems to be messing the whole thing up?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] How to change virtual.txt](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/)
 *  [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/#post-970118)
 * Just found this, not WordPress specific but may be related
    [http://forums.digitalpoint.com/showthread.php?p=8719602](http://forums.digitalpoint.com/showthread.php?p=8719602)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Google XML Sitemaps] How to change virtual.txt](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/)
 *  [behanj](https://wordpress.org/support/users/behanj/)
 * (@behanj)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-how-to-change-virtualtxt/#post-970117)
 * me too, getting 401/407 authentication error in google webmaster tools

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