Difference between revisions of "Studio Website"

From Help | Taramala
Line 16: Line 16:
 
<iframe src="https://mystudio.taramala.com/classes?embed=true" height="700px" width="100%" frameborder="0"></iframe>
 
<iframe src="https://mystudio.taramala.com/classes?embed=true" height="700px" width="100%" frameborder="0"></iframe>
 
</code>
 
</code>
 +
 +
==== Smart Phone Use of Studio Website ====
 +
The studio website has been designed expecting that most students will access it using their cell phone and is designed to allow students to create an account, signup for classes and make purchases directly from their phone.
 +
 +
One tip to support this is to setup up your web page for Taramala to be "full width" with no gutters or margins.  Here are links for different web design applications.
 +
* wordpress: https://www.wpbeginner.com/wp-themes/how-to-create-a-full-width-page-in-wordpress/
 +
* wix: https://support.wix.com/en/article/wix-editor-stretching-an-element-to-full-width

Revision as of 15:44, 20 July 2020

Studio-website.png

The Taramala studio website is available at the following URL: https://<studio-domain>.taramala.com/classes. This URL can be linked to the studio's actual website to give students on line access the following:

  • create their own password protected account,
  • signin for a class and check what classes they are signed up for,
  • pay for punchcards and check how many classes they have paid for through punch cards.

How to add Taramala's Studio Website to my website?

If you already have a website you can add to your website using an IFRAME. Here is an example. By using an IFRAME the schedule looks as if it's part of your website (because it is). Students don't need to leave your website to access all their features.

If your studio's domain in Taramala is 'mystudio', the code for the IFRAME would look like this.

<script src="https://mystudio.taramala.dev/scripts/taramala-website.js"></script>

<iframe src="https://mystudio.taramala.com/classes?embed=true" height="700px" width="100%" frameborder="0"></iframe>

Smart Phone Use of Studio Website

The studio website has been designed expecting that most students will access it using their cell phone and is designed to allow students to create an account, signup for classes and make purchases directly from their phone.

One tip to support this is to setup up your web page for Taramala to be "full width" with no gutters or margins. Here are links for different web design applications.