Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: TXP Minima
What’s funny is that I ported the Blogger Minima skin for Nucleus CMS. Back when I started the Nucleus skins site, we had about 20 skins, now look at the amount of contributed looks they now possess.
I think one of the things that has held back the adoption of Textpattern is the complexity of changing the look and feel. Imagine if the users at Worpress.com were given a readme file with copy/paste instructions?
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: TXP Minima
I posted a new thread on the topic of template package distribution. Can we take up this interesting conversation there.
Offline
Re: TXP Minima
I’ve checked Textpattern Resources for hcg_templates and nothing’s listed in the search results. Is this plugin still supported? What’s the latest version and where is the plugin documentation and links to the code? I’ve got version .3 and want to check for an update. Thanks for your help.
Offline
Re: TXP Minima
Here is the forum thread.
There is also more information on Bert’s Website
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
Re: TXP Minima
Offline
#30 2009-02-09 00:40:58
- thatalisongirl
- New Member
- Registered: 2009-02-09
- Posts: 2
Re: TXP Minima
Hi all – Firstly I just want to say that I love this template. I am pretty much a complete CSS newbie but I am finding the cleanness of the template extremely easy for me to use it, and so helpful in getting a better grip on the code and how it works.
I’m currently working on a website at thatalisongirl.net and all is going well, but I am hoping to decrease the width percentage of the article text, so there’s more empty space around the top, left and right sides – I just feel it’s a bit too cramped at the moment. I’m having difficulty working out what I need to amend in order to do this. If I increase the margins under #content, I end up kicking off the #subcontent to further down the page. If I increase the padding, the right-hand border line moves down with the text, becoming unattached from the line below the navigation bar. I’ve tried putting tables with 90% width around the article-related forms (which is probably a big no-no, but that’s how my prehistoric my code knowledge is!) to no avail. I’m sure this is a really basic question but I really have no idea
If anyone could make a suggestion, that’d be great.
Thanks so much in advance,
Alison
Offline
Re: TXP Minima
Hi Alison, glad you are enjoying the template. For the content paragraphs, this is the current styling:
#content p
{
margin: 0;
padding: 0 0 15px 0;
}
You could adjust the padding like so:
#content p
{
margin: 0;
padding: 15px;
}
That should do it for you.
Offline
#32 2009-02-09 10:09:50
- thatalisongirl
- New Member
- Registered: 2009-02-09
- Posts: 2
Re: TXP Minima
Thank you very much, kind sir. :) All fixed.
Offline
#33 2010-03-26 21:37:45
- barabet
- New Member
- Registered: 2010-02-15
- Posts: 6
Re: TXP Minima
Hi to everyone.
I’m new in all this cms stuff. I just install the minima template and had appeared this error message:
Tag error: <txp:article form=“article_list” limit=100 /> -> Textpattern Warning: Attribute values must be quoted on line 984
I’ve tried but i can’t handle it.
Greetings
Last edited by barabet (2010-03-26 21:38:21)
Offline
#34 2010-03-26 22:00:21
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: TXP Minima
barabet wrote:
Attribute values must be quoted
Try: limit="100"
:)
Offline
Re: TXP Minima
The template needs updating as Els points out – all attributes need the ""
around them.
Offline
#36 2010-04-13 22:12:34
- barabet
- New Member
- Registered: 2010-02-15
- Posts: 6
Re: TXP Minima
it works,
thanks a lot
Offline