Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#11 2011-06-16 22:33:44
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
I’ve added some more forms and code and stuff to the Github repo – still a long way to go until it’s a full working model. I’ll keep you posted on any milestones.
Offline
#12 2011-06-21 14:25:35
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
I’ve added some more content to the repo now, and the readme contains a lot of extra info. Still more stuff to come (including complete comments forms and styling) and better readme but give it a try and see what you think.
Any suggestions/criticisms/recommendations welcome.
Offline
#13 2011-07-28 12:18:59
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
I’d like to get a few testers to check this theme in various browsers?OSes (especially on Android and IE8).
So far I’ve personally checked in IE7, IE9, Firefox 5 Mac, Firefox 6 Mac, Firefox 4 PC, Firefox 5 PC, Safari 5/5.1 Mac, Chrome 11/12/13 Mac, Opera 11 Mac, Opera 12 Mac, iOS 4 Safari (on both iPad and iPhone) and have fixed any issues I’ve found.
Latest version here on Github. Report any issues you find in the Github project or on this forum and I’ll look into it.
Cheers, Phil
Offline
#14 2011-07-28 20:17:52
- stephan
- Plugin Author
- From: Bochum, Germany
- Registered: 2004-07-26
- Posts: 196
- Website
Re: A new default theme replacement for Textpattern
Awesome, Phil. I shall check this out once I get the chance. Looks very nice!
Yoko for Textpattern – A free blog theme • Minimum Theme – If all you want to do is write.
Note: I am currently not actively using Textpattern, so I am not in the forums very often
Offline
#15 2011-07-28 20:43:01
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
I would say it’s more functional than nice, but it’s a good starting point to build a site from or to pick apart and learn from, which is kind of it’s intended purpose.
Offline
#16 2013-05-01 21:44:25
- bici
- Member
- From: vancouver
- Registered: 2004-02-24
- Posts: 1,526
- Website
Re: A new default theme replacement for Textpattern
Phil – How do we install the theme you have running here:
http://www.philwareham.co.uk/
I thought I had managed to install that when setting up a new site, but just tried now and the default hive theme has no slider nor examples of image placing and styling of texr and headers.
need a reminder on how to install HivePLUS i.e. the one on your sample site
…. texted postive
Offline
#17 2013-05-02 08:48:36
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
@bici
The additional elements are in the extra-options-non-core directory
Offline
#18 2013-05-06 04:32:14
- bici
- Member
- From: vancouver
- Registered: 2004-02-24
- Posts: 1,526
- Website
Re: A new default theme replacement for Textpattern
Hi I really liking this new theme. I am currently working on a new site. i noticed that in the new theme there is now an automatic addition of Sections to the Navigation bar. Great. But if I wish to Close a section, i.e. not have it appear in the navigation bar how would I accomplish that?
I was hoping that i could simply choose to “close” the section without deleting it. Just in case I wish to have it in the future.
…. texted postive
Offline
#19 2013-05-07 08:33:46
- philwareham
- Core designer
- From: Farnham, Surrey, UK
- Registered: 2009-06-11
- Posts: 3,215
- Website
Re: A new default theme replacement for Textpattern
@bici
With the section list tag, you can add the following attribute to exclude sections:
<txp:section_list exclude="section name(s)">
...contained statements...
</txp:section_list>
Offline
#20 2013-05-07 16:50:35
- bici
- Member
- From: vancouver
- Registered: 2004-02-24
- Posts: 1,526
- Website
Re: A new default theme replacement for Textpattern
philwareham wrote:
@bici
With the section list tag, you can add the following attribute to exclude sections:
<txp:section_list exclude="section name(s)">
...contained statements...
</txp:section_list>
thank-you… that was so obvious that I overlooked it.
…. texted postive
Offline