Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#85 2016-09-27 13:27:02

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

Re: Feedback to: Textpattern CMS 4.6.0 released

I can put that rule into the code if you all find it too wide right now. Let me know ASAP as we want to get 4.6.1 out in next few days.

Offline

#86 2016-09-27 13:52:02

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

Re: Feedback to: Textpattern CMS 4.6.0 released

philwareham wrote #301757:

I’ve remade an interpretation of the Classic admin theme in latest 4.7.0-dev and 4.6.1-dev branches. Give it a spin if you want.

Awesome to have it back. Strangely enough though after getting used to Hive of lately it really looks dated. Especially when it comes to something like Page Templates – the textarea seems so narrow now compared to Hive.

Offline

#87 2016-09-27 14:04:10

sacripant
Plugin Author
From: Rhône — France
Registered: 2008-06-01
Posts: 479
Website

Re: Feedback to: Textpattern CMS 4.6.0 released

phiw13 wrote #301779:

.txp-prefs-group { max-width: 50em; } /* adjust to taste */...

Yes, good solution.
Personnally I just fix a flex-basis and remove flex-grow for label

.txp-prefs-group .txp-form-field-label { flex: 0 1 20em; }

and add a :hover effect on form-field for better usability

.txp-prefs-group .txp-form-field:hover { 
    background-color: #F7F7F7; 
    box-shadow: 0 0 0 5px #F7F7F7;;
}

Offline

#88 2016-09-27 14:47:24

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

Re: Feedback to: Textpattern CMS 4.6.0 released

OK, I’ve put an upper limit on the pref group widths now to make it more readable. Thanks all!

Offline

#89 2016-09-27 15:48:15

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: Feedback to: Textpattern CMS 4.6.0 released

I just want to say that I love the way the text field in the write tab expands to fit the length of what it is written. I always felt that the traditional two vertical scroll bars (browser and text field) were messy and confusing whenever I needed to edit things quickly.

It’s the little things that make our lives easier. Thanks!


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#90 2016-09-27 16:12:08

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: Feedback to: Textpattern CMS 4.6.0 released

colak wrote #301788:

I just want to say that I love the way the text field in the write tab expands to fit the length of what it is written. I always felt that the traditional two vertical scroll bars (browser and text field) were messy and confusing whenever I needed to edit things quickly.

It’s the little things that make our lives easier. Thanks!

Could we have the same functionality for the presentation fields?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#91 2016-09-27 16:20:03

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

Re: Feedback to: Textpattern CMS 4.6.0 released

colak wrote #301789:

Could we have the same functionality for the presentation fields?

I did try that but it doesn’t work as well for code, I felt. The textareas could be absolutely massive in length.

Offline

#92 2016-09-27 16:22:11

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: Feedback to: Textpattern CMS 4.6.0 released

philwareham wrote #301790:

I did try that but it doesn’t work as well for code, I felt. The textareas could be absolutely massive in length.

fair enough


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#93 2016-09-27 16:36:53

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

Re: Feedback to: Textpattern CMS 4.6.0 released

colak wrote #301792:

fair enough

I’ve just put a CSS rule into the 4.6.1 and 4.7.0 branches which makes the textareas better optimised to available screen area (height: 64vh), that will help in part.

Offline

#94 2016-09-29 10:10:33

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,250
Website GitHub

Re: Feedback to: Textpattern CMS 4.6.0 released

hidalgo wrote #301767:

http://www.domain.com//static.domain.com/images/01.jpg

This should be fixed in 4.6.1, thanks for the report. If you wish to test it, grab the maintenance branch from the main repo.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#95 2016-09-30 03:30:59

hidalgo
Member
From: Australia
Registered: 2008-02-05
Posts: 77
Website

Re: Feedback to: Textpattern CMS 4.6.0 released

Bloke wrote #301820:

This should be fixed in 4.6.1, thanks for the report. If you wish to test it, grab the maintenance branch from the main repo.

Yes, that’s fixed it! Many thanks.

Offline

#96 2016-09-30 08:06:51

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

Re: Feedback to: Textpattern CMS 4.6.0 released

Morning all,

I’ve added basic styling for tables regardless of if they have a class supplied now, as suggested. See documentation here. Done in both 4.7.0 and 4.6.1 branches.

Offline

Board footer

Powered by FluxBB