eTraxx
Forum Replies Created
-
Forum: Plugins
In reply to: Custom Menu Content Leads People Away from My SiteI also wanted to say thanks. Like others I was well aware of ‘How’ _blank worked but like daledude my head was starting to hurt from hitting it on the desk in frustration. Ha.
Forum: Fixing WordPress
In reply to: Line Spacing Issues!Since I don’t use the Visual Editor I wasn’t aware (or had forgotten) of this. In the HTML editor .. I simply enter a break < br/ > < br/ > twice for a double space.
Forum: Plugins
In reply to: edited quicktags.js – nothing changesWell. THAT is interesting. I have been using the Google Chrome browser. Guess what? I just tried IE, Firefox, Opera .. and they all show the b changed to ‘Bold’. I went back to Chrome. Nadda. Tried refresh. Nadda.
So.
Forum: Plugins
In reply to: edited quicktags.js – nothing changesHaving had the same problem, I tried something simple. The Bold tag appears twice in quicktags.js
First:
edButtons[edButtons.length] = new edButton('ed_strong' ,'b' ,'<strong>' ,'</strong>' ,'b' );Second:
t.Buttons[t.Buttons.length] = new edButton(name+'_strong','b','<strong>','</strong>','b');In both cases the label for the button is ‘b’
I changed that from the ‘b’ to ‘bold’ and uploaded the file. Nothing changes. I then noticed that in the Editor the ‘b’ label is BOLD. Look back at the code. It doesn’t BOLD the ‘b’ .. while the next bit of code for the has the ‘i’ in italic in the Editor. Again .. no formatting is done.
Tells me that the quicktags.js file is NOT being used to create the tags in the Editor.
Forum: Fixing WordPress
In reply to: Does WordPress delete iframes from a post?I ran into this same problem. Thing was .. as long as I use the HTML editor everything is fine but if I switched over to the visual editor it strips out the iFrame.