gregisle
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Product Attributes Not WorkingThat’s worked!
Thank you, very much appreciated.
GregForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pro version won’t installOK thank you
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pro version won’t installI can’t open a premium support ticket as I can’t install the pro version so the link to premium support doesn’t exist.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pro version won’t installI have installed the pro version now but it won’t activate. How do I activate it please?
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Pro version won’t installHi Why is it saying resolved when it hasn’t been resolved?
Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] Level depthHi,
I’ve uploaded a html page so you can see my issue: https://www.isle.co.uk/clients/issue.html
I am just using your Content Aware Sidebar to replace the woocommerce product sidebar.
The menu hierarchy will only go down three levels (see image on html page), anything beyond that doesn’t show up in the structure of the product categories widget page.Cheers
GregForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] shortcodeHi,
Managed to solve it if it helps anybody else:/**
* Reorder product data tabs
*/
add_filter( ‘woocommerce_product_tabs’, ‘woo_reorder_tabs’, 98 );
function woo_reorder_tabs( $tabs ) {$tabs[‘description’][‘priority’] = 5; // Description first
$tabs[‘details’][‘priority’] = 10; // Details second
$tabs[‘additional_information’][‘priority’] = 15; // Additional information third
$tabs[‘shipping’][‘priority’] = 20; // Shipping lastreturn $tabs;
}Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] menu replacementHi Joachim,
It looks like I need two then, as both areas use distinct menus. Maybe an update for the future?
much appreciated,
GregForum: Plugins
In reply to: [Products Per Page for WooCommerce] product selection tab placementThanks Jeroen,
It’s ‘flatsome’ if you’ve heard of it? I’ll give them a message and see if they can offer a solution.
Cheers’
Greg