Yes. Exact same thing happening. Hoping the developer will advise soon…
Hello,
Had you tried to switch to any other default theme and checked this issue? Let us know if that helps you.
I have switched to the default and other themes with the same result. Seems to be an ajax issue. When the date is selected, either the modal doesn’t close (the background stays dark) or the response returns no data to the receiving div element and you can’t choose anything on the menu until you hit refresh… just my observation Hope this info helps.
Hello,
Ok we are looking into it and if possible we will release an update on this soon.
Hi – I downloaded your latest version (2.1) and I’m still experiencing the same issues.
Same issue as above, it appears <modal-backdrop fade in> dosent clear after the delivery time is set, then the item pop up appears, doubling up on <modal-backdrop fade in>.
Refreshing the page then clears this issue….
In the demo it appears to have a loading bar between the delivery time and adding the first item, and all appears to be working well! So my guess is something isn’t firing the <modal-backdrop fade in> to disappear after selecting a deliver time….
Hope this helps, looking forward to using this plugin!
Got a Solution!
Add this code to your CSS… works perfect!
html body div#rpressModal {
background-color: #000000d1 !important;
}
.modal-backdrop.fade.in {
display: none !important;
}
Enjoy!
ONLY works on desktop sorry.. Still got the same issue on Mobile…
*** Ignore this… It works on both desktop and mobile! ***
-
This reply was modified 6 years, 2 months ago by
studiojack. Reason: Further testing proves it works on mobile too