catkin
Forum Replies Created
-
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Reservation tool not showing on pageDear Florian,
Thank you for recording the video and explaining the issue. The problem is that there is more than 1 shortcode on the page. When shortcode is replaced with the plugin code the form is generated. That form has unique ID’s, so even if form would be rendered multiple times, there will be a conflict on the page with same id’s and it will not work. Best option in your case to add just a button to those places that will open popup.
There is one alternative is to create a page with a reservation form, with no headers and footers, and then wrap it over iFrame, this way id’s will be isolated and it will work.
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Reservation tool not showing on pageHi,
I have checked and I can see that plugin is working when click on Reservation link, but maybe i’m looking to wrong place… Could you please record a video to show clearly the problem so I can reproduce it on your site? Please send to [email protected]
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] I Cannot link any pageHi,
On your page you are using wrong short code, correct one is [redirestaurant]
Please follow this manual to setup:
https://redi.atlassian.net/wiki/spaces/REDIPLUGINDOCS/pages/1281458197/Installing+the+Plugin
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Transfer Reservations to New websiteHi, no, the purchase code is from Code Canyon. The API key is what you need to record and update in new web site. Api key you can find in settings at the bottom of the page.
Add following styles:
.buttons-wrapper > div
{
??? display: flex;
??? flex-wrap: wrap;
??? justify-content: center;
}
.redi-restaurant-time-button, .redi-restaurant-button, .redi-restaurant-duration-button
{
??? margin: 1px;
??? cursor: pointer;
??? border: 1px solid #d3d3d3;
??? background-color: #e6e6e6;
??? display: inline;
??? flex: 1 0 21%;
??? max-width: 21%;
??? text-align: center;
??? padding: 20px;
??? box-sizing: border-box;
??? border: 1px solid #ccc;
??? margin: 10px;
}
See video on youtube how to apply styles: How to change reservation form styles of ReDi Restaurant Reservation pluginHi, please share you web site or send it to [email protected] I will try to suggest how to achieve that.
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Transfer Reservations to New websiteYes, I can confirm that
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Transfer Reservations to New websiteHi, record down API key on old site, and after migration change the API key on new site to the old one.
Hi, first place to check spam / junk folder
Also try to set some different email to verify.
If that does not help, please send reservation number by email to [email protected] we will troubleshoot it.
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] GA4 eventHi Kevin,
There is javasript code on file restaurant.js that raises google event.
Try to change this for GA4 according to this suggestion: https://www.analyticsmania.com/post/google-tag-manager-custom-event-trigger/
Let me know if that works, I will update the plugin too
function ga_event(event, comment) { if (typeof _gaq !== 'undefined') { _gaq.push(['_trackEvent', 'ReDi Restaurant Reservation', event, comment]); } }
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] PREPAYMENT AMOUNTNew version is released where this flow can be controlled by option:
Notifications -> Send pending payment email
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Reservation tool not showing on pageHi,
Please try to clear cache. If that does not help let us know. There is no form on the link you have provided.
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] Changevailable timeslot coloursHi Taner,
All styles can be changed by overriding css styles. Please have a look into this video where we explain how: https://www.youtube.com/watch?v=DRg3p_ebd5U
Forum: Plugins
In reply to: [ReDi Restaurant Reservation] PREPAYMENT AMOUNTHi, #PREPAYMENT_AMOUNT# is used when plugin is integrated with WooCommerce, then that information is taken from there. If that is just an information, then you can simply write it as a text in email template.
Do you refer to emails that is sent out to client or internal email?