Adjusting Visual View With Themes

hitAppoint is very flexible in allowing you to modify its look and feel. Almost anything displayed to your customers can be adjusted to match your website design. It is possible thanks to hitAppoint’s theme feature. Please note that theme changes doesn’t affect the admin and provider panel because great deal of functionality depends on its predefined view.

So to create your own hitAppoint theme, please follow these simple steps:

  1. Create a new folder in extensions/themes, for example extensions/themes/mytheme.
  2. In hitAppoint admin panel, go to Settings -> Themes, choose your theme, then click Activate.

Customizing Your Theme

Styles

In your theme folder you will need to create a new file named style.css. In this file you redefine the settings of the default view. That means that you need to put only code that overwrites default settings. As a reference point, please have a look into extensions/themes/_copy_from/style.css file. Copy parts that you need to change over to your style.css, then update accordingly.

Header and Footer

Most often you will need hitAppoint to display your website header and footer. This is easily done by creating header.php and footer.php files in your theme folder.

Category: Features, Help Guides

No Comments

No comments yet.

Sorry, the comment form is closed at this time.