Forum Support

Shape 5
March 29, 2024, 08:05:45 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Editor problem  (Read 1431 times)
mikegreece
Jr. Member
**
Offline Offline

Posts: 15



« on: October 19, 2007, 11:08:52 AM »

I do not know if this is problem of me or of template.
I m trying to write something ( in a content) and i have black background with black letters , so , i can't see what i m writing!
i use JCE editor , latest version

Best regards ... Michael

btw! i like the template very much! Great work of Shape5!!!

/////////////////////////////////////////////////////////////////////////////////////////////////////////////

i am sorry , it was my mistake !!!

« Last Edit: October 19, 2007, 12:46:03 PM by mikegreece » Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: October 19, 2007, 05:10:31 PM »

Mike,

You have this all taken care of then? Editors often have pull the background color from the main body css for whatever reason. Game Vision has a black body on the background and that is mostly likely causing it. It's not true for all editors though.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
jasongw
Jr. Member
**
Offline Offline

Posts: 16



« Reply #2 on: October 22, 2007, 11:56:37 PM »

I can confirm I have the same issue with a brand new, bone stock install of Joomla. Just realized it 5 minutes ago as I'm working on customizing the template and getting it working on my site.

Another item I noticed (easy fix, though) is that in the index.php file there are many instances of the template being called as "gamevision", but others as "GameVision". Running on a linux server, this is a problem for obvious reasons. I opted to find/replace all mine with GameVision, since that's the way you distribute the folder, but I figure it's worth fixing Smiley

Can you please tell how to fix the editor issue, though?

Thanks!

Jason
Logged
kingfisher
Jr. Member
**
Offline Offline

Posts: 15



« Reply #3 on: October 23, 2007, 04:01:30 AM »

Ya, I'm have the same problem - I created a separate css file for the editor and it fixed the issue when inside admin but I couldnt figure out how to make it fix the editor when it comes up for the user........
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #4 on: October 23, 2007, 07:45:03 AM »

Guys try adding this into the template css just below

body {
     background: #000000 url('../images/s5_background.png') no-repeat scroll 50% 0pt;
}

add this right below the above:

.mceContentBody {
     background: #FFFFFF;
}

Here's the thing though. Since Game Vision allows you to change the background text color does it make more sense to leave the background black in the editor and just change the text color or use the above with a white background and black text?

Let me know your thoughts and we'll get an updated version up for download.

Thanks for putting out this problem,
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
kingfisher
Jr. Member
**
Offline Offline

Posts: 15



« Reply #5 on: October 23, 2007, 11:22:33 AM »

I'm thinking you got it right the first time......  this works just the way I want anyway.
Logged
jasongw
Jr. Member
**
Offline Offline

Posts: 16



« Reply #6 on: October 23, 2007, 12:54:42 PM »

I'm thinking you got it right the first time......  this works just the way I want anyway.

To me, black text on a white background is just easier to work with, but either one would at least be functional Smiley

Thanks for the fix, I'll report my results!

Update: Oddly, it works for me on a local apache/mysql server, but the *exact* configuration on my hosted server (linux, but also apache/mysql) doesn't. Any ideas?
« Last Edit: October 23, 2007, 01:31:07 PM by jasongw » Logged
jasongw
Jr. Member
**
Offline Offline

Posts: 16



« Reply #7 on: October 23, 2007, 01:58:22 PM »

Yikes, and i just realized with that edit in place, the bottom half of the front page suddenly becomes *white*. I put back the original CSS file and it's all OK now.
Logged
jasongw
Jr. Member
**
Offline Offline

Posts: 16



« Reply #8 on: October 24, 2007, 01:16:05 AM »

Just wondered if anyone had another solution? Adding the snippet above unfortunately doesn't do the trick for me Sad
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #9 on: October 24, 2007, 07:08:43 AM »

jasongw,

That is strange, I'm not sure why that wouldn't work. Is there anyway I can get backend admin login access to your Joomla site? There is a solution I just need to see what classes your editor is using. You can private message me the login details and I'll be happy to look at it.

Regards,
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
kingfisher
Jr. Member
**
Offline Offline

Posts: 15



« Reply #10 on: November 01, 2007, 12:51:24 PM »

I'm having second thoughts about color, I'm thinking it would be nice to have the editor consistent with the rest of the site.  Code changes?
Logged
kingfisher
Jr. Member
**
Offline Offline

Posts: 15



« Reply #11 on: November 02, 2007, 11:03:07 AM »

After working with some other components that used the templates general appearance for input, I would like to try your initial idea of having the textbox black with white text.  Point me toward the changes needed to make this happen please..............  By the way, I am getting rave reviews from my testers regarding the appearance of the site all thanks to your fine work on this template.  When I finish tweaking some things and moving it into the main directory, I'm gonna try adding another gamevision option with a different gaming background as an option for users as indicated in another thread.  You can check out where I'm at with the site at http://namelessones.com/Joomla.  Thanks again for all your hard work and fine support.  Wish I received the same support for the phpBB bridge I purchased........
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #12 on: November 02, 2007, 11:49:17 AM »

Sorry, I just haven't gotten around to figuring this out yet; didn't forget about you. I should have time to look at it tonight.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #13 on: November 04, 2007, 03:16:18 PM »

Mike,

At the top of your template css you will see this:

.mceContentBody {
     background: #FFFFFF;
}

If you change it to this:

.mceContentBody {
     background: #000000;
     color: #0000FF;
}

Just change 0000FF to the hex color you chose for the body color in the template configuration.

Regards,
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
kingfisher
Jr. Member
**
Offline Offline

Posts: 15



« Reply #14 on: November 05, 2007, 10:07:33 PM »

Submit news link leads to a form that looks pretty good except for the third panel down where there are folders, ie images, publishing, metadata.  The folders and outline remain white and the text labels for the folders are an off white.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.