Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
[SOLVED] hide override form
Is there a way to hide (display:none
) the override form in the write pane?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [SOLVED] hide override form
Switch off the Allow form override pref?
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
Re: [SOLVED] hide override form
Bloke wrote #335298:
Switch off the Allow form override pref?
Why did I not think of that? Instead I was thinking that I should use jquery’s hide()
function.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [SOLVED] hide override form
If toggling the pref is not to your liking, you can add
#txp-write-sort-group .overwrite-form { display: none; }
to the stylesheet (or the custom stylesheet).
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Pages: 1