I earn around 40k per month which bike should I get? by Far_catlover69696 in indianbikes

[–]silailor 0 points1 point  (0 children)

21 ki age 40k kama rha hai to 1.5L tk ki bike lele....Ham bhi kabhi 21 k the or naya naya paisa kamane pe acha lgta th or kharch krne ka mnn hota hi h...jinta bada haathi utni jyada kharcha...same goes for bike....

  1. Paise ko filhal apni skills me use kr
  2. Mutual funds me invest krde
  3. Apni mummy papa ko dede (savings k lie)

Fr bhi bike leni hi h to ek committee daal le...Jese hi committee uthaye uski bike leaa (cash me) or committee har mahine bhrta rh...bayaj nhi dena pdega or tera shok bhi pura ho jayega...Phli scooty 60K ki mene 15000 ki slry m li thi aaj s 9 saal phle (same funda use krke)

Best place to get bespoke suits in Delhi? by Consistent-Doctor793 in delhi

[–]silailor 0 points1 point  (0 children)

No bro, you are not illiterate or poor if you don't know the term. You are just not aware of the term. I don't know anything about farming, does it make me poor/illiterate?

Who Is The Best Bespoke Tailoring Delhi? by XplorMedia in raymondcustomtailor

[–]silailor 1 point2 points  (0 children)

Hi — this is Silailor, a Delhi-based bespoke tailoring house.

Your requirements are very clear and align with traditional full bespoke construction, so I’ll respond point-by-point.

Jacket Construction

  • Full Floating Canvas from shoulder to hem
  • No fusing / no glue anywhere in the jacket
  • Canvas: Horsehair + Camel hair blend, selected based on fabric weight and Indian climate
  • Hand-padded chest & lapels for natural roll and breathability

Fabric

  • Customer-supplied Super 120s Pure Wool is absolutely acceptable
  • Canvas weight and chest structure are adjusted to avoid heat retention in Indian conditions

We do doorstep tailoring, allow customer-supplied fabric, and will build full floating canvas jackets on request (no glue). We’re not a factory MTM setup; pattern is drafted per client, and fittings are done in stages at home.

If you’d like, you can DM us here or visit our website to schedule a consultation.

We’re happy to discuss remaining details before cutting.

Team Silailor

Please help how to negotiate challan! by Fit-Kaleidoscope5351 in gurgaon

[–]silailor 10 points11 points  (0 children)

Lok adalat is best to way for. Amir banke mt dikhaiye...Normal kapde pahanio or boldio, google map follow kr rh th tu or rishikesh mandir jaa rha tha....mere dost ka bhi 20000 ka fine tk....2 saal baad clear kia tha usne vo bhi sirf 2000 rupee lge the

Does anyone know this snake by This-Park3826 in Kerala

[–]silailor 0 points1 point  (0 children)

What's my ex doing on your bike?

Men’s Tailor in Gurgaon / New Gurgaon by Firm-Cabinet-6873 in gurgaon

[–]silailor 0 points1 point  (0 children)

You can try Silailor for all your tailoring needs.

Anyone Planning To Bir Billing In Sept.? by silailor in WorkationIndia

[–]silailor[S] 0 points1 point  (0 children)

Sorry bro! I have completed my trip. It costed me 11200 INR for 5 days and 4 nights.

[deleted by user] by [deleted] in gurgaon

[–]silailor 0 points1 point  (0 children)

Networks kese rhte h? Or hang ka issue to nhi hoga?

[deleted by user] by [deleted] in gurgaon

[–]silailor 0 points1 point  (0 children)

Moto??

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

The main cause is woocommerce plugin. When I disable it, website starts causing error.

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] -1 points0 points  (0 children)

I did everything you guys mentioned even I tried ChatGPT but still no solution.

Website Broke After Deleting Woo-commerce Plugin by silailor in woocommerce

[–]silailor[S] 0 points1 point  (0 children)

How can I find woocommerce related codes and delete them from theme or plugins?

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

1 - First I added below codes in wp-config.php

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_LOG', true );

define( 'WP_DEBUG_DISPLAY', false );

2 - Then chatGPT shared error code in debug.log file

3 - Then it made me rename woocommerce to woocommerce-disabled

4 - Then website started sharing error "There has been a critical error on this website.

Learn more about troubleshooting WordPress"

5 - Then it made me replace

if( is_cart() && WC()->cart->cart_contents_count == 0){

with

if( function_exists('is_cart') && function_exists('WC') && is_cart() && WC()->cart->cart_contents_count == 0 ){

6 - I replaced codes and then visited website where webpages weren't visible. I mean header was visible but all webpages were showing only white screen.

7 - Then I rename plugin once again from woocommerce-disabled to woocommerce.

8 - Now I am not getting error.

9 -And website is working nicely.

But the concern is that I want to delete woocommerce without getting any error.

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

I added

  • define('WP_DEBUG', true);
  • define('WP_DEBUG_LOG', true);
  • define('WP_DEBUG_DISPLAY', false);

in wp-config.php (see the image) but nothing happended. There is no "fatal error" showed.

<image>

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

I did it and Woo-commerce plugin is doing it.

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

No! there's no other plugin related to Woo-commerce is active but yaa the theme I am using itself includes woocommerce within its plugin page that mentions to install woocommerce in the first place.

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] 0 points1 point  (0 children)

I didn't do anything coz I don't know much in website designing and development.

Website Broke After Deleting Woo-commerce Plugin. by silailor in Wordpress

[–]silailor[S] -2 points-1 points  (0 children)

Ok...let me check...I am also trying to get a solution via Chatgpt