Larzans
Forum Replies Created
-
Now i can create the warehouse (but strange effect, when i save the warehouse it always gives me a warning ‘leaving the page you will loose the ntered data).
But then i can’t access the product page, it get’s stuck in a loop and the page is never rendered completely.
The plugin basically breaks the page now.
WP 5.5.2 Woo 4.5.2, plugin 1.4.9.1
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Plugin doesn’t workProblem is that this plugin does not work on multisite because it does not correctly detect the installed woocommerce (the used detection method does not work on multisite)
The good news is that the plugin uses the correct WP methods to store the data, so it is in principal ready for multisite, you just have to get around the activation problem.One way to do this is to change the if statement in line 45 of woocommerce-unit-of-measure.php to
include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
if ( is_plugin_active( ‘woocommerce/woocommerce.php’) ) {this should detect the woocommerce plugin correctly and activate the uom plugin.
Forum: Plugins
In reply to: [WooCommerce Unit Of Measure] Plugin doesn’t workI have the same problem, WP 5.4.1, WC 4.1
Forum: Plugins
In reply to: [Theme My Login] Plugin NOT compatible with 4.6 anymoreCheers.
Probably best to just add the shiv, that is the only thing that prevented it from working with 4.6, didn’t have any other problems (with the base plugin)Forum: Plugins
In reply to: [WP REST API Security] Plugin CSS breaks wp backend displayGreat.
And in case that anyone else is wondering where to find this GitRepo, here is the actual link (wasn’t that easy to find, google didn’t know about it, had to go over the invisnet github account)
Forum: Plugins
In reply to: [Table Field Add-on for SCF and ACF] WYSIWYG in cell?same here
Forum: Plugins
In reply to: [WP REST API Security] PatchAny chance that you’ll find the time to fix this?
The plugin in its current state is simply not working…
Forum: Plugins
In reply to: [ACF Admin Flexible Content Collapse] Suport for repeater fieldsOk, i just found your https://www.ads-software.com/plugins/acf-repeater-flexible-content-collapser/ that is basically what i wanted / needed.
Great job!
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] 0.9.9.11 fatal PHP errorI had the same problem, it was a clients machine with a lot of plugins to backup, so i have to admit i overread the PHP requirement, so my own fault, but…
still, a check for the PHP version and an error message would be most welcome and user friendly ??
Forum: Fixing WordPress
In reply to: Twenty Twelve images not loading on mobile devicesThank you very much rook!!!
This helped me a lot, i was going crazy trying to find out why the pictures wouldn’t load on mobile devices, but they were indee CMYK, changing them to RGB fixed the problem.
Thumbs up.