vaibhav241196
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Preserving New Lines via APICan you tell it in some more detail. Actually i am not having the same problem and the above fix does not work for me.
Forum: Fixing WordPress
In reply to: Woocommmerce disabling sidebar on single product pageHi Linton,
Thanks for your research.
Actually I also found a way around it and was going to post it here.
In the overridden woocommerce file single-product.php , till now i was commenting the
do_action('woocommerce_sidebar')But after some trial and error i found out that commenting the line
do_action('woocommerce_after_main_content')did the trick for me.
Would try your solution as well as i did not try that.
Cheers and Thanks, 🙂
Forum: Fixing WordPress
In reply to: Woocommmerce disabling sidebar on single product pageYes actually it is a large scale commercial website.
Anyone please help with the php approach
Forum: Fixing WordPress
In reply to: Woocommmerce disabling sidebar on single product pageHello there,
Thanks for your response.
I went through this css approach while i was searching searching about this.
But there are many developers online telling that the css approach is not right and it is not a good idea to hide something with css when you can disable that part using php functions.
Is it so??
Can you tell me whether this approach would be better or the php one.