Using a ReadyTheme, we are having an odd issue with our subscription buttons on the PROD page. If I have a product set up as an optional subscription (meaning not required), the One Time Purchase Button and Subscribe button are not clickable - or rather you click them and nothing happens. What is nuts is that this is ONLY for resolutions over 990px. Under 990 px, they both work - highlight the correct label selected and either display or don't display the Select Subscription drown down appropriately.
I've been going through the CSS with a fine-tooth comb, but I don't see any media states in the theme.css file that would impact this. Is there a hidden javascript file monitoring an OnClick event that I don't know about. I read somewhere that this particular functionality was only via css. But clearly there is a media state that's disabling the OnClick at higher resolutions.
This one is really weird - so I thought I might see if anyone had an idea - as I've run out of them.
I've been going through the CSS with a fine-tooth comb, but I don't see any media states in the theme.css file that would impact this. Is there a hidden javascript file monitoring an OnClick event that I don't know about. I read somewhere that this particular functionality was only via css. But clearly there is a media state that's disabling the OnClick at higher resolutions.
This one is really weird - so I thought I might see if anyone had an idea - as I've run out of them.
Comment