Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
marz – You can use the quikpik plugin to override styles in the admin interface.
You could also modify the plugin source. Find the lines that read:
<code>
ta.setAttribute(‘style’,’‘);
</code>
and change to:
<code>
ta.setAttribute(‘style’,‘font-size:150%;’);
</code>
Thats just an example so change that to the font size you want (%, em, px, etc.).
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
wilshire, I’ve also got quikpik. But disabling that doesn’t change anything.
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
wilshire – thanks :)
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
thank you wilshire, i was really looking for this one :)
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
andreas – Just tested this out with Opera 8 Final and its working fine for me. Does it work for you?
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
It doesn’t — Opera 8 final. No idea why. I accept all cookies (even third party ones) and still no reaction apart from the title input field.
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
Hmm…doesn’t make much sense to me either. I just did a base install. Maybe its something tied to some user preference. I don’t know much about Opera, so I’m at a loss.
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
I can’t figure it out either. Nevermind, I don’t need it that badly. Thanks for the help, anymway.
Offline
#21 2005-04-25 02:55:07
- marios
- Archived Plugin Author
- Registered: 2005-03-12
- Posts: 1,253
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
There must be something wrong with opera 8.
I am having other mysterious issues with opera 8 unsolved.Haven’t gotten anywhere still.
regards, marios
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
wilshire: tried changing the font via quikpik prefs, its works..but only for a second, its then replaced by txp’s styles so, its back to modifying the source for me
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
I’ve been using Opera 8 and for me the styles, forms and pages textarea resizes along with the article titles. The article body and excerpt seems to be the only problematic textareas.
marz – I’ve been able to change font sizes, colors, backgrounds, etc. Make sure you’re using the same selector as the textpattern.css so that your styles don’t get cancelled by something else. Also try using !important on your overrides and see if that helps.
Offline
Re: [plugin] [ORPHAN] rss_admin_resize: Textarea Resizing
I’ve tested again with Opera 8: the title works and the forms work — the others don’t. No idea what this is about.
Offline