studiojack
Forum Replies Created
-
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Service Options not wokringI’ve since purchase the Timing Add on and given a 5 star review ??
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Service Options not wokringNope that didnt effect it… Would the additional Timing Add-on, sort this out?
Cause I’ll purchase that if that would be the case. (again awesome plugin! and love the support too!)Just worked it out… WP > Reading Settings… update that number here and bam!
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Food categories display sortingThis plugin works a treat!
https://en-au.www.ads-software.com/plugins/taxonomy-terms-order/
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Service Options not wokringNo timing Add-on… It appears once I’ve set the timing, it cannot be updated
- This reply was modified 4 years, 8 months ago by studiojack.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Demo themeThe theme they are using is called Catch FoodMania.
Had the same issue… 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
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!
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!
Did you find a solution here? I have the same issue going on… Cheers
Cheers Alessandro!
I’d already started on implementing this elsewhere, thinking that this was the case. Im going to purchase the custom fields, as this is a great plugin!
Thanks for your help!
**Update when I add to the URL ie. /my-account/orders/</ it works… slightly confused now**