2017-04-16, 20:31:37
The demo of the GetSimple theme is here:
http://www.gs.cyberpress.biz/aries/
The original free html template is from wowthemes here:
https://www.wowthemes.net/marketplace/fr...ate-aries/
The zip file is in the GS Extend here:
http://get-simple.info/extend/theme/gs-aries/1088/
The background images are initially loaded as random images from unsplash.com but you can over-ride that and assign a particular image to a particular page.
Mobile First, responsive, single level of nav, Two page templates. Bootstrap and font-awsome all working.
For specific banner/background images make a component, name it background-slug and in it save the URI of the image you wish to use as a background for that page. For instance in the demo the Hire-Me page has the slug contact and I uploaded an image named bk.jpg through the GS Files Tab, then made a component called background-contact and wrote in it
Could have equally been
if I didn't want to move the site
Each page has a title and a sub-title in this theme. The GS 'tagline' is used for every page. If you want different sub-titles see the wiki for components depending on the page.
I removed the file contact.php which came with the free template. The demo contact form is working with formspree
There is a homepage.php template which includes a gallery and the GS sidebar as a secondary content block. template.php is the default template.
http://www.gs.cyberpress.biz/aries/
The original free html template is from wowthemes here:
https://www.wowthemes.net/marketplace/fr...ate-aries/
The zip file is in the GS Extend here:
http://get-simple.info/extend/theme/gs-aries/1088/
The background images are initially loaded as random images from unsplash.com but you can over-ride that and assign a particular image to a particular page.
Mobile First, responsive, single level of nav, Two page templates. Bootstrap and font-awsome all working.
For specific banner/background images make a component, name it background-slug and in it save the URI of the image you wish to use as a background for that page. For instance in the demo the Hire-Me page has the slug contact and I uploaded an image named bk.jpg through the GS Files Tab, then made a component called background-contact and wrote in it
Code:
<?php get_site_url(); ?>data/uploads/bk.jpg
Could have equally been
Code:
http://www.gs.cyberpress.biz/GSAries/data/uploads/bk.jpg
if I didn't want to move the site
Each page has a title and a sub-title in this theme. The GS 'tagline' is used for every page. If you want different sub-titles see the wiki for components depending on the page.
I removed the file contact.php which came with the free template. The demo contact form is working with formspree
There is a homepage.php template which includes a gallery and the GS sidebar as a secondary content block. template.php is the default template.