saguaros
I have all cache settings disabled. I also disabled all RegularLabs plugins and tested OpenTable module with Protostar template assigned to a normal module position. Nothing worked. Also tried on Chrome, Edge and Firefox, and even tested the module in a different site - the issue is the same.
Opentable Module
- Edited
roberto-santos Having replicated the same on local install, Popup doesnt appear due to JS function not working as envisaged however the same works fine on demo site
Have reported this with JA Dev. Team and will revert back as we get an update on the same
Thanks for your patience
Hi.
The popup options depend on your OpenTable Account Setting.
You could try to change the Restaurant ID to 57592
And check the button again.
The module started to work when I updated Joomla to 3.9.3. Not sure if it was a coincidence.
Now, I see that, apparently, I can't have multiple instances of the module. We have multiple venues, and we need to have a module for each one of them (different IDs). Any idea how can we make this work?
Thank you,
Roberto
Please, disregard my last comment. The module works fine with multiple locations. When I tested with the second and third location, the module didn't work, and I assumed that would be an issue, but the module worked well with all other locations we have, just two of them are not working. On those two locations, when I click "Find a Table", the link takes me to OpenTable site (location is right) instead to open the modal.
Any idea why that would be happening? OpenTable configuration maybe?
- Edited
Kindly check as your site is returning with 403 forbidden error henceforth inaccessible
Please try again.
It doesn't work on the following locations:
/seaport/reservations
/coolsprings-franklin/reservations
Thank you!
As our dev suggested above, the popup options depend on your OpenTable account settings.
You could try to change the Restaurant ID to 57592 in the module 'OpenTable Widget | Boston-Seaport' to see that the popup works fine.
Hi! Sorry bother again, but I just noticed that the module is not being responsive the way it is on the demo.
Can you guys help?
roberto-santos
Could you share screenshot highlighting the issue? And the URL of demo you wish to have it looks the same, I will check for you.
roberto-santos
Hi
The style is coming from https://components.otstatic.com/components/reservation-widget-standard/3.1.13/assets/css/style.css
it use their own style and it add a fix width.
You can add this code at the end of template.css file
.ot-dtp-picker.wide {width:100%!important}
It will make the width 100% and resize for each screen size.
Regards
Ninja that worked! Thank you!!