behanj
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] disable cart dropdown in headerHi,
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 }🙂
A man’s work is never done!damn I was hoping no one would notice that 🙂
Might have to actually do it now!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
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
In reply to: [Plugin: Google XML Sitemaps] How to change virtual.txtThis 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
In reply to: [Plugin: Google XML Sitemaps] How to change virtual.txtJust found this, not WordPress specific but may be related
http://forums.digitalpoint.com/showthread.php?p=8719602Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] How to change virtual.txtme too, getting 401/407 authentication error in google webmaster tools