Markb
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] remove site title from menu dropdownIf you find a solution can you post it here.
Cheers,
Mark
At the moment, does it affect Google’s ability to crawl the site?
Forum: Themes and Templates
In reply to: [Storefront] Products always showing 'out of stock'Hi James,
Thanks for getting back to me. I reset the site back to an earlier time – but I did not check the global settings; I will bear it in mind when I next update woocommerce.
Cheers
Forum: Fixing WordPress
In reply to: editing functions.php results in Parse error:Hi there,
thanks again… that was my 2nd choice!
I’ll give it a try and if there are any other questions I’ll back to you.
Cheers,
Mark
Forum: Fixing WordPress
In reply to: editing functions.php results in Parse error:Hi there,
Thanks for getting back.
Can you confirm that this is correct?
endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css' ); <?php /** * Adds a top bar to Storefront, before the header. */ function storefront_add_topbar() { ?> <div id="topbar"> <div class="col-full"> <p>Your text here</p> </div> </div> <?php } add_action( 'storefront_before_header', 'storefront_add_topbar' ); // END ENQUEUE PARENT ACTION ?>[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 5 replies - 1 through 5 (of 5 total)