Joomla Content item edit question

Discussion in 'Joomla' started by rdv817, May 9, 2007.

  1. #1
    I am just getting started with Joomla and all was going well until I ran into this problem.

    When I click Content Items Manager, then click the title of the homepage (in order to edit it) the background of where I actually type the text is black. The only way I can see what I typed is to left click and drag on the window and highlight the text.

    The text shows up fine on the actual site (on a white background).

    Any ideas on how I can actually see what I am typing in the content items manager while I am typing it? To get rid of the black background?
     
    rdv817, May 9, 2007 IP
  2. xtraze

    xtraze Peon

    Messages:
    396
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Its just the template Background pal.
    Either you can edit th template CSS a bit, or you can change the template while you edit, or you can use softwares like BlogX.
     
    xtraze, May 10, 2007 IP
  3. rdv817

    rdv817 Peon

    Messages:
    237
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the help, though I still have not got this fixed. Can you tell me which CSS I need to edit? I went to the template manager: Administrator and clicked edit CSS, but I do not know which CSS code to change.
     
    rdv817, May 10, 2007 IP
  4. w8amoment

    w8amoment Well-Known Member

    Messages:
    975
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #4
    What editor (wysiwyg) ar you using ?

    If you are using JCE or FCK you can change the template settings in their config.
    Go To-Mambots-Site Mambots
    Click on the editor you are using
    On the right you should find the template css Class parameter
    Change the setting to : not use the templates.css.css

    Hope this helps !
     
    w8amoment, May 10, 2007 IP
  5. rdv817

    rdv817 Peon

    Messages:
    237
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The default one that came with the joomla instal (TinyMCE WYSIWYG Editor)
     
    rdv817, May 10, 2007 IP
  6. w8amoment

    w8amoment Well-Known Member

    Messages:
    975
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #6
    in tinyMce bot you can change the parameters.
    See above post.
     
    w8amoment, May 10, 2007 IP
  7. Meistro

    Meistro Peon

    Messages:
    325
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #7
    do yourself a favour, get bloggx.
     
    Meistro, May 10, 2007 IP
  8. rdv817

    rdv817 Peon

    Messages:
    237
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks for the help, unfortunately I tried this and it didn't work, but at least now I know where to look :)

    I tried turning off the wisywig and the background is no longer black, but with the wisywig on it is still a black background. At least now I can see what I am typing with the wisywig off.
     
    rdv817, May 10, 2007 IP
  9. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #9
    i think there is a missing file on your server. reinstalling the joomla may solve your problem
     
    trichnosis, May 10, 2007 IP
  10. rdv817

    rdv817 Peon

    Messages:
    237
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #10
    If anyone is interested I finally fixed this issue after messing with it most of the day.

    I found this thread on another forum and followed the instructions given in post #20.

    The reason I was having the problem is that I installed a free template, and that templates CSS has a dark background color. The TinyMCE wysiwyg editor calls upon the templates css for its background color, thus creating the problem.

    I had to create a tinymce_css.css file. (copy and paste of the template_css.css)

    I then changed the background color in the tinymce_css.css to white.

    Uploaded that into the free templates css folder,

    went to "mambots/editors/tinymce.php" and found the php code to change it from reading the template_css.css to reading the tinymce_css.css.

    I'm just posting this in case anyone else ever runs into this same issue they may find it helpful.

    If you check out post 20 in the thread indicated above he has a great walkthrough of the process.
     
    rdv817, May 10, 2007 IP