Problem: When the sidebar cart is open at the same time as Wrap It Smart pop-up, I’m not able to enter text on the text boxes of Wrap It Smart. Working fine and no problems if the sidebar cart is not open.
Steps taken: I contacted the app’s dev support and they informed me that a theme developer needs to turn off blocking of all text fields when the sidebar cart is open. I contacted Shopify chat support and this is beyond the theme team’s provided services. Removing the sidebar cart altogether is one solution, however, I prefer to keep this feature if I can.
Question: Is this something I can easily do myself? Would anyone kindly walk me through the steps? If not, where may I find someone to help with this at a reasonable cost?
When the cart drawer is open, the javascript is disabling a lot of interactivity outside of the drawer so the focus remains inside the drawer. To override that functionality could create other problems.
Another possible solution would be to trigger the cart drawer to close whenever the “wrap it up” button is clicked so that only one modal window is open at a time. That would probably be a straightforward addition of javascript instead of a complex change in existing code. It might be a better user experience as well. How does that sound?
Oh I didn’t think of that—Yes, it sounds like the most reasonable solution, especially if an override will cause a much bigger headache than what I’ve already got started this month. How may I go about this?
The best way to fix this is to close the drawer whenever the app is open.
From what I checked the drawer ends up having all focus whenever it’s active, trying to change that would be a lot of unnecessary (and subsequently pricier) work compared to the initial solution I proposed.
I can code that for you within 2 - 3 hours, if it’s of your interest just shoot me an email: diego.boarutto.fortes@gmail.com
This would probably require a bit of testing and access to your site. If this is something you’d like me to take a look at please send me an email - my contact info is available in the sidebar under my username.