theblueli
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] enable redis, causing the post/page update load foreverIt seems not really compatible with Oxygen builder. The editor load very slow when redis enable. I give up LOL
thanks anyway
Forum: Plugins
In reply to: [Redis Object Cache] enable redis, causing the post/page update load foreverHello, please have a look
Thanks
Status: Connected
Client: PhpRedis (v5.3.1)
Drop-in: Valid
Disabled: No
Filesystem: Working
Ping: 1
Errors: []
PhpRedis: 5.3.1
Predis: Not loaded
Credis: Not loaded
PHP Version: 7.3.20-1+0~20200710.65+debian9~1.gbpc9cbeb
Plugin Version: 2.0.13
Redis Version: 5.0.3
Multisite: No
Global Prefix: “wp_”
Blog Prefix: “wp_”
WP_REDIS_PREFIX: “staging.xxx.com”
WP_CACHE_KEY_SALT: “staging.xxx.com”
Global Groups: [
“blog-details”,
“blog-id-cache”,
“blog-lookup”,
“global-posts”,
“networks”,
“rss”,
“sites”,
“site-details”,
“site-lookup”,
“site-options”,
“site-transient”,
“users”,
“useremail”,
“userlogins”,
“usermeta”,
“user_meta”,
“userslugs”,
“redis-cache”,
“blog_meta”
]
Ignored Groups: [
“counts”,
“plugins”,
“themes”,
“trp”
]
Unflushable Groups: []
Drop-ins: [
“advanced-cache.php v by “,
“db.php v by “,
“Redis Object Cache Drop-In v2.0.13 by Till Krüss”
]Forum: Plugins
In reply to: [Redis Object Cache] enable redis, causing the post/page update load foreverum… I don’t have any idea. What I can do to see what is causing the issue?
http://prnt.sc/ula4cv
The icon load more than one minute after I click the update button, just wondering is it normal?thanks
Hi please click this website, I have a more clear look for you
As you can see the default currency USD is just fine. But there is a weird amount show when it is on the second currency HKD
https://bit.ly/3jFC81KFYI screenshot thanks
http://prnt.sc/ubauwrIs there a option to switch that off?
thanks
#1 For the first question. Yes the available on backordered badge is displaying. but the custom message is not displaying on Woo Blocks Cart. However it is displaying correctly on the [woocommerce_cart] & 3rd party cart widget.
I use this snippet to add that custom msg.
function alt_message() {
return ‘<p class=”backorder_notification backorder_notification_custom”>This item will be available ships within 7-10 days</p>’;
}function backorder_text($availability) {
$altmessage = alt_message();
foreach($availability as $i) {
$availability = str_replace(‘Available on backorder’, $altmessage, $availability);
}
return $availability;
}
add_filter(‘woocommerce_get_availability’, ‘backorder_text’);function woocommerce_custom_cart_item_name( $_product_title, $cart_item, $cart_item_key ) {
$altmessage = alt_message();
if ( $cart_item[‘data’]->backorders_require_notification() && $cart_item[‘data’]->is_on_backorder( $cart_item[‘quantity’] ) ) {
$_product_title .= __( ‘ – ‘. $altmessage, ‘woocommerce’ ) ;
}
return $_product_title;
}
add_filter( ‘woocommerce_cart_item_name’, ‘woocommerce_custom_cart_item_name’, 10, 3);#2
This seems like an issue you’ll want to take up with the configurator plugin. I’d suggest asking the developers to take a look at our code and see if there’s a way they can hook in, in order to display the product configuration.
Same situation to the #1. The [woocommerce_cart] & 3rd party cart widget is pulling their data correctly. But the Woo Blocks Cart is not.
Cheers
Forum: Reviews
In reply to: [Visual Product Configurator for Woocommerce Lite] bugs and no fixesI see. Not a big issue for me, but of course it can be better. but yes I find that troublesome. therefore I enable it all by default.
The bug I really feel bad is that. When you drag and drop the component selection items. Will always accidentally drag the component behind the popup table… No idea why it is penetrated LOLForum: Reviews
In reply to: [Visual Product Configurator for Woocommerce Lite] bugs and no fixesI am currently testing their plugin (paid). Not really notice any significant issues… If you don’t mind to share, I would really like to know what kind of bugs you are facing. So I can aware about that..
Thanks
Awesome! Thank you for your time!
I see. I have just tried the free version.
about to subscribe the paid one, hope I can have some answer from you.#1 I notice every-time I refresh the page. You will see the default language first then later to see the translated language. Will the paid version still have this delay fresh?
#2 Say there is a word I found that the translation is incorrect. I edit the translation manually. Do I have to do it every one of the same word or it will learn and automatically translated to my corrected one?
#3 Say I have a filter on my product archive page. If I edit translate that term. is it going to edit all the same term, not need to do it again and again?
#4 Can I set roles for edit translation? or only the admin user have the permission?
#5 I read some of your old reply, said multi language search is possible with the Google Search widget. Wondering are there any other option? algolia maybe?
#6 If I manually edit the translation for one of the article on my page. Later I change the original content. I guess the translation will be gone. and I have to translate the content again. Will the former translation remain in the database? if so, anyway to clean it?
thanks
Forum: Plugins
In reply to: [Dynamic Conditions] do I need to set a parameter to pull the current URLI mean there is a dynamic tag for archive URL and post URL
but what if I want to hide some elements when they are in a particular URL
like
mysite.com/my-account
or mysite.com/my-account/ordercan I make it hidden when the URL contain /my-account
something like this?thanks
Please let me know if there is the integration is finished
I need it for WCFM toothanks
Forum: Plugins
In reply to: [Display Terms Shortcode] Can i have a example of how to use the shortcode?Ok I’ve figured it out..
[display-terms taxonomy=”product_cat”]
Should be like thisForum: Plugins
In reply to: [Dynamic Conditions] condition for woocommerce featured & sale product?Sorry for my english, I have found the way to do it.
_sale_price is not equal to 0
and
_featured = yessomething like that
thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to Buy Pro?I am considering to try this plugin as well
shortcode <— this is what I need, but how can I make it without using Pro version- This reply was modified 6 years, 4 months ago by theblueli.
Is that mean if I use the paid version, there will be no problem?
one more question.
and does It support WooCommerce Additional Variation Images?I cannot test it to see if it works with the free version
I have a product with Additional Variation Images
https://blueli-testing.club/product/test-color-variation-1/
not seems to be working… what do you think?Thanks
- This reply was modified 6 years, 5 months ago by theblueli.