Reservation confirmation message
- tkalkuhl
-
Topic Author
- Offline
Less
More
11 years 7 months ago #61
by tkalkuhl
Reservation confirmation message was created by tkalkuhl
Hi,
the whole reservation screen looks really cool
but it does not work with the template I am using, so for reservations I open up a new window and use the "protostar" template, which works fine.
I first tried to use an IFrame which would be even better, because the user is not leaving the page, but I came across two problems:
1) after certain steps the screen does not move to the top, and then the user sees a blank screen and hase to scroll upwards in the IFrame window to see the content of the page
2) - and this one is also important for the solution I am using now - after the reservation process the confirmation message does not show up in the same window, but the page reloads and the message shows up using the original template, since no menu item is associated to this page. So is it possible to show the message as part of the reservation process screen?
You can check the behavior here, if you like to: kussmann.toskamedia.de (I do not know if I can post links here, if not, feel free to delete...)
Cheers,
Thorsten
the whole reservation screen looks really cool

but it does not work with the template I am using, so for reservations I open up a new window and use the "protostar" template, which works fine.
I first tried to use an IFrame which would be even better, because the user is not leaving the page, but I came across two problems:
1) after certain steps the screen does not move to the top, and then the user sees a blank screen and hase to scroll upwards in the IFrame window to see the content of the page
2) - and this one is also important for the solution I am using now - after the reservation process the confirmation message does not show up in the same window, but the page reloads and the message shows up using the original template, since no menu item is associated to this page. So is it possible to show the message as part of the reservation process screen?
You can check the behavior here, if you like to: kussmann.toskamedia.de (I do not know if I can post links here, if not, feel free to delete...)
Cheers,
Thorsten
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
11 years 7 months ago #65
by vietvh
Replied by vietvh on topic Reservation confirmation message
Hi,
Never mind, links are fine as long as they helps debugging.
Personally, I don't think iframe is an elegant solution. Could you provide some details why it did not work with your template? Since you are using Protostar for the reservation, I could not check that issue myself.
It is possible but at this moment the best solution is to resolve the issue with your template.
vietvh
Never mind, links are fine as long as they helps debugging.
Personally, I don't think iframe is an elegant solution. Could you provide some details why it did not work with your template? Since you are using Protostar for the reservation, I could not check that issue myself.
It is possible but at this moment the best solution is to resolve the issue with your template.
vietvh
Please Log in or Create an account to join the conversation.
- tkalkuhl
-
Topic Author
- Offline
11 years 7 months ago #66
by tkalkuhl
Replied by tkalkuhl on topic Reservation confirmation message
Hi,
you can see here how it looks like:
kussmann.toskamedia.de/en/test-screen
You are using many css classes that are defined in e.g. protostar, but not in most of the templates I have seen so far:
class="row-fluid" or class="span6" and more...
you can see here how it looks like:
kussmann.toskamedia.de/en/test-screen
You are using many css classes that are defined in e.g. protostar, but not in most of the templates I have seen so far:
class="row-fluid" or class="span6" and more...
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
11 years 7 months ago - 11 years 7 months ago #67
by vietvh
Replied by vietvh on topic Reservation confirmation message
Hi,
Got it, the whole UI of Solidres is built upon Bootstrap Framework therefore it will look bad in non-bootstrap template like yours.
The solution is to include the Bootstrap CSS, you can do that by adding the following line into the main index file of your template:
vietvh
Got it, the whole UI of Solidres is built upon Bootstrap Framework therefore it will look bad in non-bootstrap template like yours.
The solution is to include the Bootstrap CSS, you can do that by adding the following line into the main index file of your template:
JHtml::_('bootstrap.loadCss', true);
vietvh
Last edit: 11 years 7 months ago by vietvh.
The following user(s) said Thank You: tkalkuhl
Please Log in or Create an account to join the conversation.
Moderators: solidres