Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This is an example of enabling future booking in Astro room screen:

The stylesheet to be changed will be the same as theĀ associated room profile. Reference to the diagram above will indicate which class or ID needs to be altered to achieve the desired effect.

  1. Locate the 'gldp-default' class in the stylesheet content. If '.gldp-default' is not found, then one can be created at the end of the existing content:
    .gldp-default { 
    	display: none !important 
    }
  2. Future booking can be enabled by commenting out the 'display: none !important':

    .gldp-default { 
    	/* display: none !important */
    }
  3. Tapping the date will now show the date selector.


  • No labels