Website Tutorials
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Suite] Fatal error with new cfs versionReplaced $cfs->get with CFS()->get() and problem is now solved!
Forum: Plugins
In reply to: [WooCommerce Collapsing Categories] Category orderTry to remove line 207 from woocommerce-collapsing-categories.php
'orderby' => $qp_orderby,
That did the trick for me!
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Multi Site??Just found a temporary fix. Open the file
woocommerce-cart-tab/cart-tab.php
and comment line 20
//if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
and line 179 (the if closing bracket)
//}
The cart tab is back again!
Seems that the filter used hear doesn’t work on a multisite. I don’t know if it is needed also.
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Multi Site??Same problem here. Any updates or thoughts?
Forum: Plugins
In reply to: [Opening Hours] Can't set midnight 00:00hrsSame problem here. When do we anticipate version 2.0?
Forum: Plugins
In reply to: [WooCommerce Cart Tab] Adding a My Account button?Solved it! Copy the cart/mini-cart.php, paste it in your theme and change at will. This it the place where you customize your mini cart. Make sure you add a product to your cart to refresh your minicart.
Same problem here. Any answer?
Seems like the problem is that I have PHP 5.2.5 installed and array_map is supported in PHP >= 4. Any way this plugin could be made compatible with older PHP version?
Forum: Plugins
In reply to: [WooCommerce] Relating a post to a product category?Ok. I’ll check it out and if I find something I’ll post back. Thanks for your time!
Forum: Plugins
In reply to: [WooCommerce] Relating a post to a product category?Ok. I’ve tried the 1st way, but it works only if I edit the
woocommerce/includes/class-wc-post-types.php
directly into the plugin folder.
If I copy the entire class-wc-post-types.php file into a new one at
child-theme/woocommerce/includes/class-wc-post-types.php
like you say it is not working!
Though all my other overrides, for example
child-theme/woocommerce/single-product.php
work normal.
Are you sure you can override the files in the includes folder this way? Or this way only works for files in the plugin’s template folder?
Forum: Plugins
In reply to: [WooCommerce] Relating a post to a product category?Thanks a lot for your quick answer! I’ll try your suggestions and let you know.
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Getting an ivalid foreach errorSame problem here. Testing not on a localost, but live.
Forum: Plugins
In reply to: [qTranslate] Tinymce advanced editor not showing up!@mateju – thank you! Worked perfectly for me too. I hope this get fixed in the next version.
Thought so. Thank you. Any particular pop up plugin that will suite me?
Forum: Plugins
In reply to: [ITRO Popup Plugin] UTF 8 Character Support (Vietnamese Characters)Had the same problem. Installed the beta version. Now it works fine.