roleat
Forum Replies Created
-
Thank you, looking forward to the update.
Forum: Plugins
In reply to: [Frontend File Manager Plugin] Files not uploadingThe files are processed before the button is clicked, ‘Save’ posts them.
Called on a php ninja to sort this out.
Forum: Plugins
In reply to: [WooCommerce] How to move Sort button on Category pageWithout using front end CSS you will have to edit the template files to place the sort button.
Most of the edits will be in the hooks file ‘woocommerce-hooks.php’ be sure to work on a local copy in your themefolder/woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Exclude Category From Sidebar "Product Category" ListI suggest using this plugin http://wordpress.org/extend/plugins/widget-logic/
Worked for me with some complicated page exclusions.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] More TaxonomiesI would also benefit from a more beginner-friendly approach to taxonomy issue.
The woocommerce approach seems to be different in the sense that the attributes are added within the shop loop under products rather than a part of the WP posts.
I’ve managed to add a few tweaks to the entirety of the woocommerce template but I’m at a loss as to how to display the custom taxonomy term/slug/attribute as a link within the product pages.