I have a project for create some restaurants menus to read via a QR codes.
The functionality to retrieve the information for menus is the same for all. But the layout for each menu is different (colors, typo, footer, header etc).
Is any way to load the layout page dinamically? Or to load a different css file with conditions depending on url ??
The menus dishes data is on the database and is dynamic get the information via the URL variable.
I already have 50 css files for one for each menu. Major changes on clases each file. What I use to have on dreamweaver is the Dynamic Template selection. Now I am migrating all of this to Wappler. I am open to hear any advice.
Can I use for name de css a data storaged on database too??
Thanks for your help.
One last question what happen if one theme dont have a special css only the base one. Is possible to add or remove the entire link tag? remove conditionally?
Can I use for name de css a data storaged on database too??
Thanks for your help.
One last question what happen if one theme dont have a special css only the base one. Is possible to add or remove the entire link tag? remove conditionally?
I suppose you can do it but inside the dmx-bind:href
Set in there the condition and create an empty/generic css file to be assigned
*I don’t know if you can just include the whole stylesheet link definition inside a Conditional region and check if there is a stylesheet related… If not don’t render the link at all
(Give it a try to see…)