mmccoy223
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: [Storefront] Move Cart from main headerYes, got it. How do i make it inline with the menu? it under it now..
Forum: Themes and Templates
In reply to: [Storefront] Move Cart from main headerok, Just so I get it right
function child_theme_init() { remove_action( 'storefront_header', 'storefront_header_cart', 60 ); add_action( 'woa_primary_nav', 'storefront_header_cart', 10 ); } add_action( 'init', 'child_theme_init' ); function woa_primary_nav_wrap() { ?> <div class="col-full primary-nav-wrap"> <?php do_action( 'woa_primary_nav' ); ?> </div> <?php }I disabled all the plugin and then re-enabled the gallery plugin, got hte same error, its not hindering anything as i can still use the plugin, more of an annoyance at this point.
I also got an email about the beta version, i tried that as well, got the same error.
Sorry, that was a typo. You are correct i have version 2.0.57
Viewing 4 replies - 1 through 4 (of 4 total)