Why can't I select a size on my mobile website version?

Hello to all the community !

On the mobile version, you cannot select a size: (attached video)

my website : https://www.ose-paris.com/

Someone have any idea ?

Ty in advance,

MC

1 Like

@MaxCosta

It’s not working due to a js error on the page.

ty, do you know how can I solve this problem @dmwwebartisan ?

Hi,

To fix this problem, you can go to the file assets/theme.js

find the following code and remove it

this.pageOverlayElement.classList.add('is-visible');
this.pageOverlayElement.addEventListener('click', this._closeListener);

Please note that there are 2 occurences of the code. You need to to remove all of them.

But It’s a hotfix. You should contact the theme developer to solve the problem completely.