Marc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Something wrong with my sidebar, is it normal?Come on guy. The text issue is the color of your posts in relation to the background color of your page.
It is unreadable pure and simple.
Forum: Themes and Templates
In reply to: Drop Down MenusHow about a Plugin for your pages that will “Fold Pages”
Forum: Fixing WordPress
In reply to: Sidebar after posts in the indexYou can start by clearing the 20 errors you have in your xhtml. If after clearing the problems still exists post another request in this thread.
Forum: Plugins
In reply to: New Plugin – Edit n PlaceThanks Sean, that cleared the problem.
Forum: Plugins
In reply to: New Plugin – Edit n PlaceThe plugin is among the easiest around to install. And it works great.
However, after installing it and feeling overly confident about myself, I then discovered a problem.
When I checked my feeds in my blog reader (RSS Bandit) every post that was edited via Edit n Place produced the following prior to the actual post.
var editnplace_currentEditState = 0; var editnplace_blogURL = 'http://cranialcavity.net/fullthrottle/wp'; var statusOnImage = new Image(); statusOnImage.src = 'http://cranialcavity.net/fullthrottle/wp/wp-content/plugins/editnplace/status_on.gif'; var statusOffImage = new Image(); statusOffImage.src = 'http://cranialcavity.net/fullthrottle/wp/wp-content/plugins/editnplace/status_off.gif'; function editnplace_edit(postID) { var editnplace_link = document.getElementById('editnplace_link_' + postID); if (editnplace_currentEditState == 0) { editnplace_link.innerHTML = 'Save n Place'; editnplace_currentEditState = 1; var postBoxHeight = document.getElementById('editnplace_post_' + postID).offsetHeight; var postBoxWidth = document.getElementById('editnplace_post_' + postID).offsetWidth; var boxContents = document.getElementById('editnplace_post_' + postID).innerHTML; editnplace_responseElementID = 'editnplace_post_' + postID; var statusImage = document.getElementById('editnplace_image_' + postID); statusImage.src = statusOnImage.src; editnplace_responseImageID = 'editnplace_image_' + postID; editnplace_sendRequest("editnplacerneditrn" + postID + "rn" + postBoxHeight + "rn" + postBoxWidth); } else { editnplace_link.innerHTML = 'Edit n Place'; editnplace_currentEditState = 0; var editAreaContents = document.getElementById('editnplace_textarea_' + postID).value; editnplace_responseElementID = 'editnplace_post_' + postID; var statusImage = document.getElementById('editnplace_image_' + postID); statusImage.src = statusOnImage.src; editnplace_responseImageID = 'editnplace_image_' + postID; editnplace_sendRequest("editnplacernupdatern" + postID + "rn" + editAreaContents); } } .editnplace_textarea { height: 200px; width: 500px; }Any ideas? Is it specific to my reader or a bug in the code of the pluin. Full Throttle is the site it’s installed in.
Forum: Fixing WordPress
In reply to: How do I get subhead to break into two lines?That question should be firected to the WP.org <Forum.
This forum is for blogs hosted by WP only.
EDIT Cute… you did, 3 minutes before asking the same question here.
It didn’t work did it?
Forum: Requests and Feedback
In reply to: Suspended blogIf you signed up for a WP.com blog all questions and problems should be directed to them at their forum.
Forum: Plugins
In reply to: redirecting with framesor have another idea ta solve a problem I have???
Yea, get rid of the outdated frames. They’re SO 1990’s
Forum: Fixing WordPress
In reply to: No Red Baron, but I see “Snoopy”I had not thought of a plugin conflict due to the problem starting with the upgrade from 2.0 to 2.0.1 and seeing no probelms prior to that.
I’ll check but it will take time. Sorry to say I’m a plugin whore and have many to go thru. And of course as I disable it I also have to pull the callup for it in the file effected.
Sounds like a job for a few beverages and and a sleepless night.
Thanks.
Forum: Fixing WordPress
In reply to: No Red Baron, but I see “Snoopy”Lets try this again, it’s been two weeks.
As yet I have not solved this problem. I replaced the class-snoopy.php file with a fresh copy without results.
I also relayed the question via the wp testers list over a week ago and received no response.
Any takers on a solution?
Forum: Installing WordPress
In reply to: Getting startedIt is probably in your themes index.php page under “presentation” > “Themes” > “Theme editor.”
Along the right side of the page will be all the pages required by your theme. Look for index.php. You will also have to remove the trackback link from your comments.php page also.
Forum: Themes and Templates
In reply to: Can someone create a WordPress CSS demo like this?Already done.
Forum: Alpha/Beta/RC
In reply to: How do I upgrade (are there better instructions)?Forum: Plugins
In reply to: Contact Form plugin and SPAMMake sure you are using the latest ver of the contact form plugin. This has been addressed in the latest.
If that fails to work switch to the “Intouch” plugin.
Forum: Plugins
In reply to: Display link image on mouseover?These are very good… in fact, I’m looking for something related!
How can I get an image to appear when the mouse moves over a link? You just move the mouse over it and the image appears next to the mouse.Try the Avatar Popup plugin.
It will popup an image on hover over text and “Mailto” links. I bet with a slight bit of tweaking it can be made to popup any image for a nomal link.
The “Popups are 100% CSS based, there is no javascript involved”, accordng to the developer.