keithschmader
Forum Replies Created
-
Just had to roll back to 4.4.9 for some specific functionality. The validator is significantly more complex to go around. It is hard to even begin to describe the changes we made. I’ll keep you posted on our feedback of the code canyon plugin I linked to earlier.
It’s be great if Visser Labs was able to take over development. Tried to find contact info for visser on their site. Looks like they want customers to post on their FB wall. I don’t have an account on FB.
Here is Visser’s page.
http://www.facebook.com/visser.labs@jamiewalden I’m using 4.5.1
Are you sure you were editing main.php from the following directory?
/wp-content/plugins/woocommerce-checkout-manager-pro/includes/classesConditional formatting isn’t working on 4.5.1 anymore. Anyone have a newer version that is working?
Thinking this plugin is next best option without cleaning this one up and relaunching.
http://codecanyon.net/item/woocommerce-checkout-field-editor/11725925In the same boat here. License validator seems not to work with the site down. Here is how to get around it temporarily.
Edit main.php within /wp-content/plugins/woocommerce-checkout-manager-pro/includes/classes
Search for “wooccmadd()”
You’ll see code like below
function woocmmatl() { global $wp_version; wooccmadd(); if ( wooccmcurr() ){ return true; } return false; }Edit the last return false to return true.
Should read like this now
function woocmmatl() { global $wp_version; wooccmadd(); if ( wooccmcurr() ){ return true; } return true; }Curious what anyone finds out about this developer and support. Looks like their domain trottyzone.com is registered through Feb 2018 and was just updated on 2/16/2016…
Forum: Plugins
In reply to: [Easing Slider] Editors and lower users can't use the pluginI too am having this issue!
Has anyone found an alternative plugin?