JEDs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add title tags to a widgetized sidebarTitles can be added in the new custom menus option in the Appearance tab.
Stand corrected by esmi that this does nothing for accessibility and removed that tag.
-JEDs
Forum: Installing WordPress
In reply to: 3.01 update stalls@mbeasi, is your installation on localhost? I only have the problem on my local Apache install (WAMP), successfully updated a site that is online.
Good to know I am not the only one, maybe there is a bug. But when I searched for this problem there were quite a few posts regarding a “stall”, not always regarding an update. Some as old as 2 years old without any replies.
@jason.NTS, nothing in the error logs or access logs to give a clue. Filemon (now replaced) looks like more effort than just waiting to see if 3.02 or higher will work.
Forum: Fixing WordPress
In reply to: xmlrpc not workingit was blocked by http://ww.wp.xz.cn/extend/plugins/bad-behavior/
Forum: Fixing WordPress
In reply to: How to add title tags to a widgetized sidebarthe sidebar menu
A custom menu to be more specific.
Why?: see the link I posted above.
What do you recommend, then?
I did locate and change the code for search to add a title tag there in my theme/searchform.php
Thanks
-JEDs
Forum: Fixing WordPress
In reply to: RSS – open in a new window??I did try to tread lightly as I had an idea it might have been your personal view. We are are entitled.
Your reasons are good ones and as I said the effect has to be measured and is certainly a decision of the site owner.
Once again I have to ask, why now have you chosen to lash out (poor choice of words perhaps)only yesterday on the practice of opening new windows on this thread specifically, instead of 3 months ago? The OP has perhaps come and gone, never to benefit from your point of view. The reason may be a good one; you were not operating here in your present capacity, you only just became aware of the thread, etc.
You see, I was concerned that it would become personal, and it felt that way on this side of the screen. If you can divulge why, I would appreciate it.
Best Regards,
-JEDs
Forum: Fixing WordPress
In reply to: RSS – open in a new window??That “Thank you” was genuine. I very much appreciate all the help I get all over the web, and try to give back when I can.
So if attitude is perceived, I apologize. I was miffed to provide help that was being asked for.
-JEDs
Forum: Fixing WordPress
In reply to: RSS – open in a new window??Oye! Good Sir, as you are a moderator of this fine forum, I am ill-advised to get into a back-and-forth with you on probably most anything. I should at least bow to you for your help on a recent thread!
(Read: Thank you)Yet…deep breath. I have followed the conventional wisdom of not opening a new window for many years. Now some argue on the improved sophistication of the end user. There are those that will angrily close a site that opens a new window. The site can warn the user about the new window link. The site owner has to juggle what the effect will be against the purpose of the site along with the purpose of the new window. And then test to determine if it should be changed.
Does not the use of a plugin to open a new window provide the same result? (If so, then your post here could have been 3 months ago)
My only purpose here was to provide a compliant method for those that are looking for a way to open a new window. The OP validated that it might be useful to someone.
Guardedly, (where are the emoticons? ;+)
-JEDs
Forum: Plugins
In reply to: sociable stylesheet (not active)he he, this plugin forum is also (not active)
helloooo Sociable?????????
-JEDs
Forum: Fixing WordPress
In reply to: RSS – open in a new window??If you want to open a new window with xhtml strict compliant code, the widgett is not sufficient.
Instead use a script such as at: http://articles.sitepoint.com/article/standards-compliant-world
then in wp-includes\default-widgets.php, about line 759:
$title = "<a class='rsswidget' href='$url' rel='external' title='" . esc_attr__( 'Syndicate this content' ) ."'><img style='border:0' width='14' height='14' src='$icon' alt='RSS' /></a> <a class='rsswidget' href='$link' rel='external' title='$desc'>$title</a>";(rel=’external’ added twice)
and line 880:
echo "<li><a class='rsswidget' href='$link' rel='external' title='$desc'>$title</a>{$date}{$summary}{$author}</li>";(rel=’external’ added once)
This will open the rss icon window, the feed title window and the feed article window in new windows and is compliant.
-JEDs
Forum: Fixing WordPress
In reply to: RSS feedsIn case someone else is looking for this (I don’t expect the OP is still):
Search the plugin directory for “RSS new window”
-JEDs
Forum: Fixing WordPress
In reply to: Some images not loading with custom permalinksI suppose I didn’t think of that as I am building a template, so now I shall have to edit those 2 url’s.
But thanks so much, works a hoot.
-JEDs
Simple problems can look so complex!Forum: Plugins
In reply to: [Plugin: WP Captcha-Free] html validation of plugin codeupdate to my last post, that error only occurs when viewing the site while logged in, so is not an issue to me.
Maybe for someone else.
Forum: Plugins
In reply to: [Plugin: WP Captcha-Free] html validation of plugin codethere is also a validation error caused by the comment_form hook I have not been able to fix:
<input type="hidden" id="_wp_unfiltered_html_comment" name="_wp_unfiltered_html_comment" value="fd379d28e5" /></form>error:
The mentioned element (“input”) is not allowed to appear in the context in which you’ve placed it, the other mention elements (“p” “h1-6” “div” “pre” “address” “fieldset” “ins” “del”) are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element or possibly that you’ve forgotten to close a previous element.I do not see a previous element that is not closed.
-JEDs
Forum: Plugins
In reply to: [Plugin: Sociable] Target=_blank not working in all sites not showing in RSSI have 3.5.1 and not all of the links open a new window. Until I saw this thread I figured it was that those sites were using a no-frames script.
If my assumption is incorrect, what would you need a screenshot of?
Also, in IE8 the iframes open halfway down in my browser window, with no way to view the bottom of the frame. Works fine in FF. Drat IE, but can this be fixed?
Thanks,JEDs
Forum: Fixing WordPress
In reply to: “Press This” results in 404Ditto: Hostgator;worked
Thanks!
JEDs