Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
afazja
tagDiv Member

Worked like a charm! Thank you 🙂

afazja
tagDiv Member

Simion, I figured out what was wrong – I had enabled Cart as Mega Menu in the top menu bar (above the main menu) – this was causing the cart to crash.

afazja
tagDiv Member

Simion, I figured out what was wrong – I had enabled Cart as Mega Menu in the top menu bar (above the main menu) – this was causing the cart to crash.

afazja
tagDiv Member

Simion, I have no idea why it works on your setup and not on mine. After deactivating TD Composer, I get the cart to display in the sidebar:

https://www.dropbox.com/s/3ww4xy1txd794ov/chrome_2018-08-13_21-48-17.png?dl=0

afazja
tagDiv Member

There is a CSS trick to HIDE this stupid problem, I hope someone will find it useful. Just paste the code in the theme or child theme CSS file.


form.woocommerce-cart-form ~ form.woocommerce-cart-form {
display: none !important;
}

div.woocommerce-message ~ div.woocommerce-message {
display: none !important;
}

div.cart_totals ~ div.cart_totals {
display: none !important;
}

afazja
tagDiv Member

Sorry, posted this in a wrong thread

afazja
tagDiv Member

There is a CSS trick to HIDE this stupid problem, I hope someone will find it useful. Just paste the code in the theme or child theme CSS file.


form.woocommerce-cart-form ~ form.woocommerce-cart-form {
	display: none !important;
}

div.woocommerce-message ~ div.woocommerce-message {
	display: none !important;
}

div.cart_totals ~ div.cart_totals {
	display: none !important;
}
  • This reply was modified 7 years by afazja.
Viewing 7 posts - 1 through 7 (of 7 total)