Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simplicity Theme
Author Message
mikeh Offline
Senior Member

Posts: 661
Joined: Feb 2011
2011-12-14 02:53:48
Simplicity Theme
Simplicity Theme
Click Here To Download From Extend
View GitHub Repos

This theme is an adaption of this.

Demo: http://michaelhenken.com/simplicity/

Description:
A simple theme with little setup needed.
This theme includes an automatic plugin downloader for the I18N Search plugin and News Manager plugin.
After clicking the 'Download' link for a plugin on the 'theme->simplicity settings' page, there is no more setup needed for that plugin.

Installation:
Place the contents of the zip file on the *ROOT INSTALLATION* of your getsimple website.

After uploading the files, visit the below admin pages to configure your theme.
To Edit The Sidebars: pages->edit sidebar
To Edit Website Title & Download Plugins: theme->simplicity settings

Screenshots

Front End:
[Image: screenshot.png]

Backend Settings:
[Image: admin-settings.png]

Backend Sidebar:
[Image: admin-sidebar.png]

Multi User
Front End User Login
GS Blog v.0
All my plugins
Visit this user's website Find all posts by this user Quote this message in a reply
sdiggles Offline
Junior Member

Posts: 3
Joined: Dec 2011
2011-12-14 07:50:04
Simplicity Theme
Awesome man. I'm going to check that out right now. I figured I would have to write something for this anyway but this will be agreat base. Thanks.

PS: I saw you are from Fort Myers and so am I lol...I live on Colonial. Small world.
Find all posts by this user Quote this message in a reply
mikeh Offline
Senior Member

Posts: 661
Joined: Feb 2011
2011-12-14 07:53:43
Simplicity Theme
sdiggles wrote:Awesome man. I'm going to check that out right now. I figured I would have to write something for this anyway but this will be agreat base. Thanks.

PS: I saw you are from Fort Myers and so am I lol...I live on Colonial. Small world.

Wow.. It is a small world, I live within 10 miles of colonial lol..

Let me know if you need any help, I had fun making the plugin Smile\

PS: Most of the coding of the plugin is NOT for the sidebar form. The code that processes the sidebar is a total of like 50 lines at the most, so most of that plugin can be cut out for you.

Multi User
Front End User Login
GS Blog v.0
All my plugins
Visit this user's website Find all posts by this user Quote this message in a reply
mintika Offline
Junior Member

Posts: 18
Joined: Nov 2011
2011-12-14 11:59:26
Simplicity Theme
thanks for nice theme.
Find all posts by this user Quote this message in a reply
mintika Offline
Junior Member

Posts: 18
Joined: Nov 2011
2011-12-14 12:29:05
Simplicity Theme
screenshot.png is very large.
useful, but I liked the theme.
Find all posts by this user Quote this message in a reply
weibelth Offline
Junior Member

Posts: 3
Joined: Jan 2012
2012-01-30 19:47:21
Simplicity Theme
Awesome theme - thank you! Works perfektly in FF, Chrome, Safari, Safari mobile. Unfortunately, it does not in IE (8+9). What's gone wrong there?
Find all posts by this user Quote this message in a reply
mikeh Offline
Senior Member

Posts: 661
Joined: Feb 2011
2012-01-31 01:31:41
Simplicity Theme
weibelth wrote:Awesome theme - thank you! Works perfektly in FF, Chrome, Safari, Safari mobile. Unfortunately, it does not in IE (8+9). What's gone wrong there?

I have release the new version in extend. The fix is below:

The comment at the top of the template file needs to come after the doctype.

Instead of:
Code:
<!--
Author: Mike Henken
Author URL: http://michaelhenken.com/
Theme Adapated From: http://www.html5webtemplates.co.uk/templates/simplestyle_4/index.html
-->
<!DOCTYPE HTML>

It needs to be:
Code:
<!DOCTYPE HTML>
<!--
Author: Mike Henken
Author URL: http://michaelhenken.com/
Theme Adapated From: http://www.html5webtemplates.co.uk/templates/simplestyle_4/index.html
-->

Or you can just remove the credits to me entirely and just leave the doctype on top

Multi User
Front End User Login
GS Blog v.0
All my plugins
Visit this user's website Find all posts by this user Quote this message in a reply
weibelth Offline
Junior Member

Posts: 3
Joined: Jan 2012
2012-01-31 01:45:57
Simplicity Theme
mikeh wrote:The comment at the top of the template file needs to come after the doctype.

Now that's what I call a quick, helpful, competent reply. I put the doctype on top, and zoom. Fantastic. Thank you!
Find all posts by this user Quote this message in a reply
mikeh Offline
Senior Member

Posts: 661
Joined: Feb 2011
2012-01-31 02:03:17
Simplicity Theme
weibelth wrote:
mikeh wrote:The comment at the top of the template file needs to come after the doctype.

Now that's what I call a quick, helpful, competent reply. I put the doctype on top, and zoom. Fantastic. Thank you!
Thank you Smile
By the way, In the new version (in extend), I included an additional template file with no sidebar.

Multi User
Front End User Login
GS Blog v.0
All my plugins
Visit this user's website Find all posts by this user Quote this message in a reply
weibelth Offline
Junior Member

Posts: 3
Joined: Jan 2012
2012-02-02 01:58:26
Simplicity Theme
Another question: The search option only refers to pages, but not to news; news posts (containing the search term) will not be found. Is there any quick fix?
Find all posts by this user Quote this message in a reply
mikeh Offline
Senior Member

Posts: 661
Joined: Feb 2011
2012-02-02 02:20:54
Simplicity Theme
No quick fix that I know of. You could create a new template for your "Blog" page and put the blog search bar in place of the pages search bar in that template file.

Multi User
Front End User Login
GS Blog v.0
All my plugins
Visit this user's website Find all posts by this user Quote this message in a reply
mvlcek Offline
Posting Freak

Posts: 1,735
Joined: Jan 2011
2012-02-02 03:53:45
Simplicity Theme
Or somebody updates the News Manager to support searching with the I18N Search plugin as described here...

I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Visit this user's website Find all posts by this user Quote this message in a reply
lakechicago Offline
Junior Member

Posts: 44
Joined: Jan 2013
2013-05-09 05:53:39
RE: Simplicity Theme
What happened to this guy's screenshots? They disappeared.

(2011-12-14 02:53:48)mikeh wrote:  Simplicity Theme
Click Here To Download From Extend
View GitHub Repos

This theme is an adaption of this.

Demo: http://michaelhenken.com/simplicity/

Description:
A simple theme with little setup needed.
This theme includes an automatic plugin downloader for the I18N Search plugin and News Manager plugin.
After clicking the 'Download' link for a plugin on the 'theme->simplicity settings' page, there is no more setup needed for that plugin.

Installation:
Place the contents of the zip file on the *ROOT INSTALLATION* of your getsimple website.

After uploading the files, visit the below admin pages to configure your theme.
To Edit The Sidebars: pages->edit sidebar
To Edit Website Title & Download Plugins: theme->simplicity settings

Screenshots

Front End:
[Image: screenshot.png]

Backend Settings:
[Image: admin-settings.png]

Backend Sidebar:
[Image: admin-sidebar.png]
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)

Generate Leads from Documents vCard Hosting