grifas
Forum Replies Created
-
Hi. The version of PHP is 8.1.27
Forum: Plugins
In reply to: [W3 Total Cache] PURGE ALL CACHESI’m not using other caching plugin. Only W3TC. Can I post link secretly?
Forum: Plugins
In reply to: [W3 Total Cache] PURGE ALL CACHESIf backend when I click – everything is going perfect.
In frontend – default 404 error – page not found
Forum: Plugins
In reply to: [W3 Total Cache] PURGE ALL CACHESIn backend everything is perfect. This happens only in frontend.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Clickable name productFound this solution:
Add this code to child-theme functions.php
add_filter( 'woocommerce_order_item_name', 'display_product_title_as_link', 10, 2 ); function display_product_title_as_link( $item_name, $item ) { $_product = get_product( $item['variation_id'] ? $item['variation_id'] : $item['product_id'] ); $link = get_permalink( $_product->id ); return '<a href="'. $link .'" rel="nofollow">'. $item_name .'</a>'; }
Forum: Plugins
In reply to: [WooCommerce] Showing old prices instead of new prices.Well. The problem was solved. I’ve removed the LiteSpeed Cache plugin and installed W3 Total Cache. After a little setup I’ve cleaned all cache. Now everything is ok. Sorry for wasting your time.
THanks.
Forum: Plugins
In reply to: [WooCommerce] Showing old prices instead of new prices.Hi. I’m using LiteSpeed Cache. Everything is clean. But no happy. ??
UPD: I GOT A SCREENSHOT from my friend. and it seems all to be ok.
Do not understant what is going wrong.- This reply was modified 4 years, 8 months ago by grifas. Reason: update
Forum: Plugins
In reply to: [WooCommerce] Two issues since new WOO 3.4.0 releaseForum: Plugins
In reply to: [WooCommerce] Category Image not showing up consistentlyThank you hedburgaren, it works on main shop page
ImageBut on product page i have this issue
Image Second imageHow do you use THumbnails Regen?
I never used this plugin and i’m afraid. Can you give me a short guide? Thank you
- This reply was modified 6 years, 9 months ago by grifas.