ricchezza
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Ruble currency symbol not showing in IOS 13Actually the issue is solved now. The problem is of course in IOS. After an update IOS stopped recognizing a Ruble symbol in certain font sets. This issue affected thousands of web pages even huge brands. So just changing a font to very specific ones solved the issue thank you very much))) It is just apple again and again))) Thanks for your replies though. I hope this topic helps someone else.
- This reply was modified 6 years, 7 months ago by ricchezza.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.i ll just ask my template dev support for a way to do this. or will wait for woo guys to roll out a paid extension))) thanks all.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.Nope. Added your snippet via code snippets plugin – related products are visible on page.
- This reply was modified 7 years ago by ricchezza.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.Hiding related products is a part of a way to decrease page load time. So that is why i dont want to just hide it. I want to remove it from the page code.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.Thank you Hannah, but i ve got no problem with hiding related products. The problem is that even if i hide it successfully – related products are visible in the page code and related products images are downloaded in waterfall. What i need – is to remove it completely. btw i use Avada template.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.i add this code through wordpress directly.
Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products./**
* Remove related products output
*/
remove_action( ‘woocommerce_after_single_product_summary’, ‘woocommerce_output_related_products’, 20 );Forum: Plugins
In reply to: [WooCommerce] Completely DELETE related products.Can i send a link to you privately? I do not want my web site be visible publicly.
CSS is pretty standard – display none.
code in functions is also pretty standard. taken from woo official site. remove function.- This reply was modified 7 years ago by ricchezza.
Forum: Plugins
In reply to: [WP Super Cache] Custom made mobile version supercache?a small update – responsive selector in my theme settings is OFF, and i’ve got ON mobile support selector in WP Supercache settings
Forum: Plugins
In reply to: [WP Super Cache] “Rewrite rules must be updated” message on WordPress 4.9Same thing happened to me. After the 4.9 update. WP Super cache plugin. But it seems that the plugin itself works OK.
- This reply was modified 8 years, 6 months ago by ricchezza.
Forum: Plugins
In reply to: [Calculated Fields Form] How to ROUND a number to more digits?great! it works!)) thank you so much!
Support is sooo great here. Thank you guys!
thank you so much!)
Forum: Plugins
In reply to: [Calculated Fields Form] Need help with equation ((Got everything working like magic. Thank you friends!)
Forum: Plugins
In reply to: [Calculated Fields Form] Need help with equation ((ohhhh i think i got the idea…i will try right now..