chipspice93
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Woocommerce] Woocommerce Plugin Questionbump
I’ve fixed it temporarily. I added the plugins which I removed before I noticed the error one of which was “Display Product For Woocommerce”.
I added the plugin via ftp before and then removed it on the site as I had no use for it anymore. Your plugin seems to break when I have this plugin deactivated/uninstalled.
I’m not entirely sure how to fix this properly but in the meantime it works, but I don’t want it to be fixed this way.
I mean I do have the debug mode on in my site but I shouldn’t be getting any of these errors.
I’ve also tried that plugin as it was one of the alternatives in your support pages but it still gives me the same error.
I wanted the footer heading that’s why I used the shortcode but it should be working. The widget doesn’t work either as it displays that error I copied and pasted above.
This is the code I currently have in my functions.php but it currently doesn’t do anything apart from remove the cart from the header.
add_action('init', 'cart_second_nav_bar'); function cart_second_nav_bar() { remove_action( 'storefront_header', 'storefront_header_cart',60 ); add_action( 'storefront_secondary_navigation', 'storefront_header_cart', 5 ); }
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product List Viewsbump
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product List Viewsbump
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product List Viewsbump
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product List Viewsbump
Forum: Plugins
In reply to: [Plugin: Woocommerce] Product List Viewsbump
Forum: Themes and Templates
In reply to: How can I make sure that my child theme style.css is working?If your Child theme wasn’t working then you’d know about it in an error message of some form.
Yeah, my functions.php have been working and whenever it doesn’t there’s usually an error on the page but I am guessing it’s the same for the style.css?
Forum: Themes and Templates
In reply to: How can I make sure that my child theme style.css is working?Hi,
Please share theme which you are using.
Thanks.It is the storefront one but I am using a child theme.
In my child theme I have:
functions.php
style.cssForum: Fixing WordPress
In reply to: Broke the nav-menu-template.phpI’ve fixed the problem. Thanks!
Forum: Fixing WordPress
In reply to: Broke the nav-menu-template.phpIf you aren’t able to directly undo what you did, the quickest way is to access your server via SFTP or FTP, and replace the current broken file either with a backed up copy or a one freshly downloaded from wherever you got the theme.
I don’t have a back up. I’m not entirely sure where to get a freshly new one. My theme is the Storefront form Woothemes.