User Tools

Site Tools


ten_minute_web_site

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ten_minute_web_site [2014/05/10 09:42]
Timbow [Homepage Content]
ten_minute_web_site [2017/03/19 13:47]
Timbow [The Sidebar and Tagline]
Line 26: Line 26:
  
 The Pavement theme is a cut down and slightly altered version of the free GetSimple theme [[http://​get-simple.info/​extend/​theme/​trendybiz/​574/​|TrendyBiz]]. There are several hundred [[themes:​installation|free themes]] available for GetSimple but anybody who knows basic html and css can [[themes:​tutorial|create their own]]. The Pavement theme is a cut down and slightly altered version of the free GetSimple theme [[http://​get-simple.info/​extend/​theme/​trendybiz/​574/​|TrendyBiz]]. There are several hundred [[themes:​installation|free themes]] available for GetSimple but anybody who knows basic html and css can [[themes:​tutorial|create their own]].
 +
 +Don't forget to check your directory permissions (755 or 777) for this and all other installed modules!
 =====File Upload===== =====File Upload=====
 In day to day editing of a GetSimple site there is no need for ftp. We are going to put an image on the homepage of our site so we will first upload it through the Admin pages. Go to the **Files** tab, click on **Upload files and/or Images...**,​ choose the file //​cafe.jpg//​ (which you downloaded from this page)and upload it directly into the //uploads// folder. Click on it to view it. That's done. In day to day editing of a GetSimple site there is no need for ftp. We are going to put an image on the homepage of our site so we will first upload it through the Admin pages. Go to the **Files** tab, click on **Upload files and/or Images...**,​ choose the file //​cafe.jpg//​ (which you downloaded from this page)and upload it directly into the //uploads// folder. Click on it to view it. That's done.
Line 43: Line 45:
  
 =====The Sidebar and Tagline===== =====The Sidebar and Tagline=====
-GetSimple has several ways of managing different blocks of content and editable items. GetSimple installs by default a '​Tagline'​ and a '​Sidebar'​ as //​Components//​. A component is a piece of text, html or other code which can be inserted into a page template. Components are managed under the **Theme** tab choosing **Edit Components** on the right hand side.+GetSimple has several ways of managing different blocks of content and editable items. GetSimple installs by default a '​Tagline'​ and a '​Sidebar'​ as //​Components//​. A //component// is a piece of text, html or other code which can be inserted into a page template. ​//Components// are managed under the **Theme** tab choosing **Edit Components** on the right hand side.
  
 ==Tagline== ==Tagline==
-This component is simply a piece of text. The formatting and styling are included in the Page Template and css. Change it to something suitable like //It's Going to be a Sit-Out Summer!//+This //component// is simply a piece of text. The formatting and styling are included in the Page Template and css. Change it to something suitable like //It's Going to be a Sit-Out Summer!//
  
 ==Sidebar== ==Sidebar==
-This component is the entire contents of the sidebar including the html tags.{{ :​wiki:​comp02.jpg?​nolink&​300|}} Delete the contents and write in ''<​h2>​Specials Today</​h2>''​.+This //component// is the entire contents of the sidebar including the html tags.{{ :​wiki:​comp02.jpg?​nolink&​300|}} Delete the contents and write in ''<​h2>​Specials Today</​h2>''​.
  
-To save writing the date every day when the specials are updated you can put in a piece of php code which will return the date of the last page save. Copy and Paste +GetSimple //​components//​ are especially useful for introducing code for dynamic content into your web pages. ​To save writing the date every day when the specials are updated you can put in a piece of php code which will return the date of the last page save. Copy and Paste 
    <​p><​small><?​php get_page_date('​ jS F'); ?></​small></​p>​    <​p><​small><?​php get_page_date('​ jS F'); ?></​small></​p>​
  
ten_minute_web_site.txt ยท Last modified: 2017/03/19 13:47 by Timbow