Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#49 2012-10-17 16:50:13

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,072
Website Mastodon

Re: 2012 Textpattern Default Theme

philwareham wrote:

If you’ve got any questions on the CSS just ask .The versions since 4.5 release are slightly simpler since we’ve dropped support for older browsers, so all their hacks have gone (IE7, Firefox 3.x, Opera 10).

first question. in the flickr.css file it is stated:

/* add this to your default.css, at the end of the @media screen section */

it was really not clear at which point this is in the default.min.css file as there seems to be 2-=3 @media sections. And putting it at the end of the file didn’t seem to work for me.

Can we keep this as a separate file and add a link to call it in the Default Page?

This goes for any other module that we wish to add


…. texted postive

Offline

#50 2012-10-17 16:55:58

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,072
Website Mastodon

Re: 2012 Textpattern Default Theme

philwareham wrote:

@bici
Both the minified and the unminifed CSS is available in the GitHub repo here.

colour me embarrassed .. .didn’t realize the significance of default.css and default.min.css ;-)

one is minimized.


…. texted postive

Offline

#51 2014-05-17 08:39:16

dos
Member
From: de
Registered: 2014-05-17
Posts: 51

Re: 2012 Textpattern Default Theme

Hello Textpattern-Community!

First of all I want to thank Phil Wareham for his hard work on the new TXP default theme. I have been a TXP user quite some years ago and now I checked back. I really like the new look and I even like the latest one (which is running on the demo site) more.

Because I want to start a new site with textpattern and I would prefer the look&feel (grey style, no yellow buttons, better readability…) of the latest theme, I am wondering what is the best way to achieve this.

- When I use a nightly build of TXP – will I have the latest theme? But probably not a good idea for a production site?!

- Installing the theme from the github repo on a TXP 4.5 install seems to be quite an effort. There is no way to just copy and paste?

- Toughest question :) Should I just wait for 4.6? Is there a release schedule?

Thanks a lot for any help and keep up the great work on TXP!


“HaHa. Your medium is dying.” –Nelson Muntz, Springfield.

Offline

#52 2014-05-17 09:50:02

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: 2012 Textpattern Default Theme

dos wrote #280872:

- Installing the theme from the github repo on a TXP 4.5 install seems to be quite an effort. There is no way to just copy and paste?

This. Copy and paste each form/page into each destination and you’re done.

You can get the whole thing to your computer as a .zip file by going here:

github.com/textpattern/textpattern-default-theme/archive/master.zip

Offline

#53 2014-05-17 12:03:34

dos
Member
From: de
Registered: 2014-05-17
Posts: 51

Re: 2012 Textpattern Default Theme

Thanks! So there is no need to compile or anything. And this is going to work with 4.5? No dependency with the unstable 4.6?


“HaHa. Your medium is dying.” –Nelson Muntz, Springfield.

Offline

#54 2014-05-17 12:48:17

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: 2012 Textpattern Default Theme

dos wrote #280878:

So there is no need to compile or anything. And this is going to work with 4.5? No dependency with the unstable 4.6?

Correct. The forms and pages directories have a bunch of text files in ‘em, each correspond to a form or page. Copy, paste, done. No compiling needed to use as-is.

Offline

#55 2014-05-17 13:04:43

dos
Member
From: de
Registered: 2014-05-17
Posts: 51

Re: 2012 Textpattern Default Theme

Got this. But i am not sure what to do with the SASS-Files. What do I have to paste into the style-section?


“HaHa. Your medium is dying.” –Nelson Muntz, Springfield.

Offline

#56 2014-05-17 13:10:05

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,134
GitHub

Re: 2012 Textpattern Default Theme

dos wrote #280880:

Got this. But i am not sure what to do with the SASS-Files. What do I have to paste into the style-section?

Sass files are essentially source code files that are compiled into the site CSS. Come to think of it, there is no compiled CSS file included in that package that I can see. I’ll raise a pull request to see if it’s viable to include one for folks who don’t have the build tools installed locally.

Edit: raised pull request – github.com/textpattern/textpattern-default-theme/issues/49

Last edited by gaekwad (2014-05-17 13:13:55)

Offline

#57 2014-05-17 13:25:01

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

Re: 2012 Textpattern Default Theme

I’ll compile at beta build of the 4.6 public theme later today – follow @textpattern on Twitter and I’ll tweet when it’s available.

It should work absolutely fine in 4.5.x

Offline

#58 2014-05-17 13:36:59

dos
Member
From: de
Registered: 2014-05-17
Posts: 51

Re: 2012 Textpattern Default Theme

philwareham wrote #280882:

I’ll compile at beta build of the 4.6 public theme later today – follow @textpattern on Twitter and I’ll tweet when it’s available.

It should work absolutely fine in 4.5.x

Awesome. Tried to compile it but with no luck. Thanks a lot.

Another question: I noticed that there are Google Web Fonts included. I know this is quite common but I have some concerns about being dependent from Google. And I’m from Germany with quite strict privacy laws. Some people say that you have to inform your readers about having a connection to Google servers on your blog…. It might be a good idea to make this optional in the default theme?


“HaHa. Your medium is dying.” –Nelson Muntz, Springfield.

Offline

#59 2014-05-17 13:50:13

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

Re: 2012 Textpattern Default Theme

If you don’t want to use Google Web Fonts then just delete that line from the head. It’ll fallback to Georgia.

Although Google Web Fonts doesn’t have any privacy issues, it’s just a font repository and nothing more sinister.

Offline

#60 2014-05-17 14:05:45

dos
Member
From: de
Registered: 2014-05-17
Posts: 51

Re: 2012 Textpattern Default Theme

I just remember that there was quite a discussion when Wordpress 3.8 has been released. The backend uses OpenSans from Google Web Fonts. And it is obvious that Google can collect meta data like IP, Browser, OS, country…

It may sound paranoid but for me it makes sense to use it for some exotic fonts. But in the default template? Just saying, I will remove it on my install so all is good :)


“HaHa. Your medium is dying.” –Nelson Muntz, Springfield.

Offline

Board footer

Powered by FluxBB