WebgroundMedia
Forum Replies Created
-
Yes, the plugin is up to date: Product Feed PRO for WooCommerce 13.4.5
The manual exclude is not work for us: there are a lot of products and change day by day…
Any idea? At first I thought about caching, a redis object cache, but if that were the problem, then the newly added values wouldn’t be included in the feed immediately.
By the way, why can’t the post status be queried for filters or fields? Because that would solve the problem in 2 clicks…
Forum: Plugins
In reply to: [WP125] WP125 not shown after update to W4.3@feralreason: Your link (http://www.gfwebsoft.com/blog/2015/09/wp125-reloaded/) is broken 🙁 can you upload somewhere the new plugin?
Forum: Plugins
In reply to: [Calculated Fields Form] Help for setting up an EquationAll right, i started to figure it out, but i’m stucked…The fist adjustment is OK… (i think 🙂 but how to connect it to the others?
(function(){
if( fieldname2 >= 33 && fieldname2 <=33.999) return fieldname1+30;
if( fieldname2 >= 32 && fieldname2 <=32.999) return fieldname1+20;
if( fieldname2 >= 31 && fieldname2 <=31.999) return fieldname1+10;
if( fieldname2 >= 30 && fieldname2 <=30.999) return fieldname1;
if( fieldname2 >= 29 && fieldname2 <=29.999) return fieldname1-10;
if( fieldname2 >= 28 && fieldname2 <=28.999) return fieldname1-20;
if( fieldname2 >= 27 && fieldname2 <=27.999) return fieldname1-30;
if( fieldname2 >= 26 && fieldname2 <=26.999) return fieldname1-40;
if( fieldname2 >= 25 && fieldname2 <=25.999) return fieldname1-50;
if( fieldname2 >= 24 && fieldname2 <=24.999) return fieldname1-60;
if( fieldname2 >= 23 && fieldname2 <=23.999) return fieldname1-70;
if( fieldname2 >= 22 && fieldname2 <=22.999) return fieldname1-80;
if( fieldname2 >= 21 && fieldname2 <=21.999) return fieldname1-90;
if( fieldname2 >= 20 && fieldname2 <=20.999) return fieldname1-100;
else return ‘N/A’;
})()OK, I found a “solution”, but it’s a bug. If I changed the “Contend Editor type” to rich text from plain text, the subcategories is work! But if I changed to plain, subcategories didn’t show…
I tried to install a new WP to my server, with this plugin only and the default theme, but the error is same! 🙁 So, I think, it isnt the page’s failure…Any other solutions?
And of course, all of other plugins are turned off.