logihelgu
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Variants not showing upEven tried the Premium version if there was any difference, but didn’t matter…I might just change the product setup (make it more complex) to get this working the way I need 😐
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Variants not showing upTried disabling plugins, and even re-installing the Composite plugin…no luck 😐
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Variants not showing upThey are at the bottom of https://www.trefjar.is/hjalp/ and I’m running the DIVI theme.
OMG…I just saw the “Show “Option none” for required component” =)
Thanks =)
Forum: Fixing WordPress
In reply to: Problems with WordPress 3.1.3Updated to 3.1.3 automatically, maybe manual could fix this.
Forum: Fixing WordPress
In reply to: Problems with WordPress 3.1.3I’ve seen this. Seems to be something with WordPress loading javascripts.
If I add the following to functions.php to cut out two include loads:
wp_deregister_script(‘l10n’);
wp_deregister_script( ‘comment-reply’ );And disable all plug-ins with javascript loads everything works fine. Smells like somethings up with 3.1.3.