qwe7410
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Custom PDFIs there anyway to use a snippet to change the content?
Like to add a “quotation” word on top and some smaller words to state conditions at the bottom
Forum: Plugins
In reply to: [Autoptimize] Cache too bigSorry, wrong measurement.
It’s CSS at 1.6mb
JS at 2.37mb
All those healthy values?
It does increase after using the website for a while.The message “Autoptimize’s cache size is getting big, consider purging the cache.” remains all the itme
Forum: Plugins
In reply to: [Autoptimize] Cache too bigI tried disabling and enabling aggregate inline CSS and JS.
There isn’t any difference.I added the following codes to theme too
add_action( ‘wcdn_head’, ‘test_reset_css_shipping’, 20 );
add_filter(‘autoptimize_js_include_inline’,’support_ao_js_include_inline’,10,1);
function support_ao_js_include_inline() {
return false;
}
add_filter(‘autoptimize_css_include_inline’,’support_ao_css_include_inline’,10,1);
function support_ao_css_include_inline() {
return false;
}Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Prices based on billing addressHi, good plugin but the issue makes it unusable.
Example customers in USA cost $200 lesser.
Customers in other nations can simply get away by simply put billing address ‘ÚSA’ and put shipping address to overseas.
They will get the $200 lessHaving the same problem.
Somehow it’s solve when i deactivate Woocart Pro by Festi.
Anyone knows how to fix it?I need both to work
Forum: Fixing WordPress
In reply to: Placeholder text is too big in coupon boxSorry screenshot here