Skip to content

Tag: magento

Why is the site navigation collapsing so fast?

When you look at the menu of this website: https://www.eurotuin.be/ And when you try to hover it, it collapses really fast. see the menu here I’ve tried experimenting with the following code, but it doesn’t seem to work: This one has same effect: Answer Two things : How transition would have any e…

Magento Add to Cart not working

“add to cart” is not working in my Magento Mobile version. Its build up of Jquery-Mobile. Javascript console says Uncaught TypeError: Cannot call method ‘submit’ of undefined I searched the code for a long time but couldnt find out the error. I am a little bit new to magento and Jquery…