|
#1
Apr 23, 2010, 12:58 PM
|
|
I am going mad. I have spent countless hours trying to work this out. If anyone can help me, I would be so grateful.
I used to be able to change the text color in my posts by highlighting the text in question and clicking the "select text color" drop down menu with the colored squares in the visual tab of "edit post" - this would change my text to the color I select (and when I clicked on the HTML tab I would see the corresponding HTML code such as <span style="color: #33cccc;"> for the color blue for example)
Now, for some bizarre reason, when I select the text I want to color and click the "select text color" on the visual tab, it is actually my text font that changes instead and the code I see in the HTM tab is this:
<span style="font-family: mceinline;">...</span> instead of <span style="color: #33cccc;"
this happens no matter what color I choose!
And to make things even more confusing, sometimes (but not always), a random part of my post which is NOT the text I highlighted gets colored in the color I selected.
So now, I have to manually color the desired text in my post using the HTML tab instead of the visual tab...which is such a nightmare because I am so incompetent at that sort of stuff!
Is this making sense to anyone? please help me!
Do I have a bug somewhere?
thanks - Dee
Last edited by coolmummy; Apr 23, 2010 at 01:01 PM.
|
#2
Apr 23, 2010, 02:13 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Mine works as you say it should. Maybe you have a plugin issue.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#3
Apr 23, 2010, 02:17 PM
|
|
Hi Larry, what is a "plugin issue" (sorry, am not that technical)? and how can I find out if this is the problem and how to resolve it?
thank you
Dee
|
#4
Apr 23, 2010, 02:22 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
What I do is disable all the plugins and see if the problem remains. If it doesn't I reactivate the plugins one at a time to see when the problem comes back.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#5
Apr 23, 2010, 02:50 PM
|
|
Hi Larry,
I don't seem to have any plugins because when I go to "manage plugins", there aren't any being displayed there apart from 2 which are inactive (it's called akismet)
so if I have no plugins, they can't be causing the problem right?
|
#6
Apr 23, 2010, 02:52 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
That's correct. What version of WordPress and Atahualpa?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#7
Apr 23, 2010, 02:58 PM
|
|
have you been making any changes in the stylesheet? Because that can have a pretty profound effect like your describing. Do you have a copy of the stylesheet that you've been using that you can try to reload after making a copy of your current style sheet? Larry is correct, though you need to change one thing at a time and see if that fixes it. Something has changed in the code. Do you know all the changes you've been making?
|
#8
Apr 23, 2010, 03:35 PM
|
|
Hi, I am using WP 2.7.1 and Atahualpa 3.2
Is the style sheet you refer to the tab called "post/page styling" found in ATO?
or is there a style sheet elsewhere?
|
#9
Apr 23, 2010, 03:48 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
It's hard to know what to tell you as you have older version of WP and Atahualpa. Is there a reason you haven't upgraded?
If you do decide to upgrade make sure you only do one thing at a time and DON'T use the auto upgrade option for Atahualpa. Look through these forums for suggested upgrade procedures.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#10
Apr 23, 2010, 03:50 PM
|
|
Do you mean hitting "reset settings" on the "post/page styling" page?
I could copy that page, reset it, and reload it all over again. Would that work?
Any other thoughts? the "select color" is one of the features I use the most in the visual editor and it is such a nightmare not having it. I appreciate any feedback from you guys!
|
#11
Apr 23, 2010, 03:53 PM
|
|
Hey Larry,
I haven't upgraded because I am not sore how to do it.
I tried finding some information on the best way to upgrade WP and the theme I am using (and which I should upgrade first) but I got very intimidated with the information out there and was worried of messing up my blogs.
|
#12
Apr 23, 2010, 03:55 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
You don't have to "Reset Settings". Just check what you have in CSS Inserts.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#13
Apr 23, 2010, 03:58 PM
|
|
I don't have anything in CSS inserts.
all the boxes are set to default: blank.
|
#14
Apr 23, 2010, 08:32 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Please try the following and let us know what happens. - Start creating a new page
- Type in some text
- Highlight the text
- Select a color with the button
- Check the HTML code
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#15
Apr 24, 2010, 02:40 AM
|
|
Hi Larry,
Steps A:- I created a new page
- I wrote in the visual editor "I am a British Artist"
- I highlighted the text and selected the color red from the drop down menu
- in the visual editor, the font changed but the color remained black
- I clicked on the HTM editor and here is what I found: <span style="font-family: mceinline;">I am a British artist</span>
Steps B:- This is the more baffling thing: One time out of 10 tries, this is what happens:
- I click the space bar in the visual editor right after the word "artist"
- I then selected the color red again
- and before I started writing again, my text "I am a british artist" changed to red
- the HTM now reads: <span style="color: #ff0000;">I am a British artist </span> (it has replaced <span style="font-family: mceinline;">I am a British artist</span> without me deleting it)
I really cannot explain that.
Any idea why this is happening?
|
#16
Apr 24, 2010, 04:43 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I think upgrading is the best next step but one thing that just occurred to me is that you said when you looked at manage plugins you only say two inactive one. In WordPress 2.7 I'm not sure if the choice is there but see if you have a way of selecting only inactive plugins. If you do then switch to all or active plugins. Maybe there are plugins there but you only view inactive. By the way what is the URL to this site as I might be able to figure out something from viewing it.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#17
Apr 24, 2010, 05:36 PM
|
|
Hi Larry,
I am reading up on all the upgrades documentation and attempting to work out how to back up my files and database (it must be the easiest thing to you but it is such a daunting process for me
In the meantime, any help is so much appreciated.
My 2 URLs that are experiencing the same problems are:
http://www.coolmummy.co.uk/theblog
http://www.coolmummy.co.uk/bigandlittleartist
thank you
Dee
Last edited by coolmummy; Apr 24, 2010 at 05:49 PM.
|
#18
Apr 24, 2010, 08:33 PM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
The only thing I can figure is that there is something messed up with your editor. Can you remember if there was anything you did just before this problem started occurring?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#19
Apr 25, 2010, 02:58 AM
|
|
No nothing. I didn't change anything to the editor or to any of my style-sheets.
I do however get a ridiculous amount of spam but why should that mess with the visual editor?
|
#20
Apr 25, 2010, 06:25 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Something else just occurred to me. Have you tried using a different browser?
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#21
Apr 25, 2010, 06:53 AM
|
|
Hey Larry,
yes, I tried both firefox and chrome and nothing worked
I despair!
|
#22
Apr 25, 2010, 07:09 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
Ugh... I still think upgrading is your best bet. Unfortunately there are seldom guarantees that an upgrade will fix a problem but that is what I would do. I would upgrade WordPress first and test and then do an upgrade of Atahualpa. I would do a manual upgrade of Atahualpa into a different folder as mentioned in these forums. To help calm your fears you should of course do a backup first. There are people who will do this for you as well.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#23
Apr 25, 2010, 09:22 AM
|
|
Hi Larry,
ok, I need to do the upgrade but I simply cannot find the time to read up on that stuff and do it. I don't want to use a Web-design / IT agency in London (from experience I know that they charge a fortune) - so any recommendation on who could do this for me is really appreciated. I am assuming this can be done remotely? any thoughts?
|
#24
Apr 25, 2010, 11:44 AM
|
|
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
I will PM you with info.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
|