Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#421 2008-01-30 06:46:02
Re: hak_tinymce WYSIWYG article editor
I was missing the styleselect button… I so looked for that button aaarrggghhh ….
Thx so much
I think, therefore I AM, … … er … I think :-?
Offline
#422 2008-02-04 23:11:55
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: hak_tinymce WYSIWYG article editor
The css-classes doesn´t show in Firefox. Did I miss something?
theme : “advanced”,
language : “en”,
convert_fonts_to_spans : “true”,
convert_newlines_to_brs : “false”,
relative_urls : “false”,
remove_script_host : “false”,
cleanup_on_startup : “true”,
remove_trailing_nbsp : “true”,
remove_linebreaks : “false”,
plugins : “searchreplace,txpimage,visualchars”,
theme_advanced_buttons1 : “bold,italic,underline,removeformat,numlist,bullist,separator,link,unlink,image,separator,formatselect,styleselect,separator,visualchars,separator,code”,
theme_advanced_buttons2 : “”,
theme_advanced_buttons3 : “”,
theme_advanced_toolbar_location : “top”,
theme_advanced_toolbar_align : “left”,
height:“420”,
theme_advanced_blockformats : “p,h3,h4”,
content_css : “http://www.domain.com/beta08/css/content_css.css”,
verify_css_classes : “false”,
save_callback:“mceTagWrap”,
Offline
#423 2008-02-05 01:41:46
Re: hak_tinymce WYSIWYG article editor
make sure it can load the content_css, otherwise you can try forcing it to populate using theme_advanced_styles
Shoving is the answer – pusher robot
Offline
#424 2008-02-05 05:13:30
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: hak_tinymce WYSIWYG article editor
It loads allright in safari.
Some stuff works in FF with !imporatant after
But when none of the classes showed up I got a little confused.
Offline
#425 2008-02-05 05:55:46
Re: hak_tinymce WYSIWYG article editor
joel wrote:
Some stuff works in FF with !imporatant after
But when none of the classes showed up I got a little confused.
Joel- Do you mean that they didn’t show up in the select pulldown, or didn’t show up the published page?
Last edited by Timid&friendly (2008-02-05 05:56:14)
I think, therefore I AM, … … er … I think :-?
Offline
#426 2008-02-05 12:27:58
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: hak_tinymce WYSIWYG article editor
Timid&friendly wrote:
Joel- Do you mean that they didn’t show up in the select pulldown, or didn’t show up the published page?
Ahh… sorry. They didn’t show in the select pulldown. It works in safari (both in the pulldown and on the published page).
Last edited by joel (2008-02-05 12:28:32)
Offline
#427 2008-02-05 12:44:52
Re: hak_tinymce WYSIWYG article editor
You seem to have forgotten the add the classes to the preferences panel of hak_tinymce. I’m a little confused as to why you can see the styles in the pull down for safari? But one thing I know is that you NORMALLY have to add the styles in the manner shown here below
theme_advanced_styles : “example1=example1;exam=example2”,
I think, therefore I AM, … … er … I think :-?
Offline
#428 2008-02-05 14:30:54
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: hak_tinymce WYSIWYG article editor
Timid&friendly wrote:
You seem to have forgotten the add the classes to the preferences panel of hak_tinymce. I’m a little confused as to why you can see the styles in the pull down for safari? But one thing I know is that you NORMALLY have to add the styles in the manner shown here below
theme_advanced_styles : “example1=example1;exam=example2”,
Thanks for fast reply!
When I add “theme_advanced_styles” the editor won´t show neither in Safari nor Firefox.
Last edited by joel (2008-02-05 14:45:14)
Offline
#429 2008-02-05 14:45:26
Re: hak_tinymce WYSIWYG article editor
Which version of TinyMCE are you using? Is it the one that comes bundled with the plugin or have you upgraded it?
Shoving is the answer – pusher robot
Offline
#430 2008-02-05 16:50:20
- joel
- Member
- Registered: 2004-11-26
- Posts: 162
Re: hak_tinymce WYSIWYG article editor
I’ve tried both the bundled and the 3.0 version. Currently I’m on the bundled one.
Offline
#431 2008-02-05 16:54:20
Re: hak_tinymce WYSIWYG article editor
I’m out of ideas sorry. Does firebug report any errors or anything?
Shoving is the answer – pusher robot
Offline
#432 2008-02-05 17:08:03
Re: hak_tinymce WYSIWYG article editor
Just an idea, and perhaps overtly obvious but pages sometimes play up in browsers when there are errors in the html or css. Try validating both at the w3c site.
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
I think, therefore I AM, … … er … I think :-?
Offline