• Resolved hcd2020

    (@hcd2020)


    Has anyone had issues when selecting a collection time when placing an order and then it freezes. You then need to refresh and it has saved the options. I have tried installing a caching plugin but that is not affecting it.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Yes. Exact same thing happening. Hoping the developer will advise soon…

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    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.

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    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 4 years, 8 months ago by studiojack. Reason: Further testing proves it works on mobile too
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Freezing when selecting collection time’ is closed to new replies.