Alexandru Negoita
Forum Replies Created
-
Thank you! I will let the company know, so we can make a buy. Have a great day!
Thank you for your fast reply! It really means allot to me.
I thought at first to fork the plugin and keep it as such in the project. However, there is some flexibility left and I could actually extend the class-caching.php into the theme’s functions.php file.
First, I had to create a new class which extends the WooSEA_Caching class and add a function to clear SpinupWP object cache, which is actually using the wp_cache object … so it was just a “wp_cache_flush”.
Just for being safe, I also added the “spinupwp()->cache->purge_page_cache()” , after checking if spinupwp function exists. But, I don’t think is needed.
I called the newly created class in functions.php where I had overriten you two functions which deals with the caching:
woosea_project_refresh and woosea_create_all_feeds
using the proper actions for it.
In the new functions I replaced your caching class with the one that I created and extends yours.
Of course, this should be just a patch, until your team updates the plugin, taking into consideration the SpinupWP caching plugin.
I hope this will be helpful, as it might reduce the development time.Might be something related to this one?
https://ww.wp.xz.cn/support/topic/enhanced-ecommerce-issue-2/
I also saw that GTM4WP is doing something on add-to-cart Woo event, which freezes the page entirely and you cannot do anything. I tried to figure out why, but I am clueless ….I can second to that.
Forum: Reviews
In reply to: [WC Fields Factory] Considering another oneUPDATE:
I managed to change some lines of code and now is working.
So, if you use the API actions/filters:
wccpf/before/field/rendering
wccpf/after/field/renderingand you see you have problems with the plugin, modify the plugins/wc-fields-factory/calsses/fields/wcff-file.php and on line 503, right after “}” add
else{
if( $mandatory == “no” ) {
return true;
}
}don’t know if it’s the best solution, but it worked for me.
Forum: Plugins
In reply to: [WC Fields Factory] Upload file on iphoneHi!
Same issue. Great plugin, to bad isn’t working the way it should.