houseofstirfry
Forum Replies Created
-
Forum: Plugins
In reply to: Subscribe to commets ErrorI have it up and running now. I had to upgrade my WP. I hadn’t noticed that the versions my daughter and I had d/l from the same place a couple of weeks apart were different versions. It’s always the simple facts that I overlook 🙁
Forum: Plugins
In reply to: Subscribe to commets ErrorThis is the line of code that the error message refers to:
“$link = add_query_arg(‘ref’, rawurlencode(‘http://’ . $_SERVER[‘HTTP_HOST’] . attribute_escape($_SERVER[‘REQUEST_URI’])), $link);”
does anyone know enough about what that says to spot a potential problem?
Forum: Plugins
In reply to: Subscribe to commets ErrorWell, this hasn’t been going so well for me. I couldn’t get it to work so I decided to change my entire theme in the hope that I could fix it that way. My daughter runs this plugin on her blog so I used the same theme she has and spent several hours customizing it for my blog. I have it up and running but when I tried activating the plugin I got the same Fatal Error message in place of the submit button.
Once again I have deactivated it. I’d rather not have the subscription feature than have my comment page messed up. I’m still open to ideas if anyone has them. It would be nice to have my cake and eat it too.
Forum: Plugins
In reply to: Subscribe to commets Errorany ideas?
Forum: Fixing WordPress
In reply to: Split Sidebars – Can I do it?Thank you to everyone who is offering help here. Otto42, after trying your approach I put things back where they started and called it quits.. at least for now. I don’t doubt your plan but I was missing something somewhere and it just wasn’t coming together. The closest I got was to have the sidebars drop below the content. 🙁 I still have a lot to learn and maybe I’m just not ready for this big of a change yet. I’ve saved all the comments and may one day give it another go. Thanks again.
Forum: Fixing WordPress
In reply to: Split Sidebars – Can I do it?I couldn’t get this working so I’ve decided to just add some color to what I have and leave well enough alone. thanks for trying
Forum: Fixing WordPress
In reply to: Split Sidebars – Can I do it?Thank you. I’ve tried to follow your instructions but I still have a problem. The side bars display (nicely spaced off to the right and left) below the main content.
For now I’ve put the float left command back into the content and the site displays with the 2 sidebars on the right. It looks a little better for my visitors till I figure this out.
If you have any more tips to share I’m eager to learn.
Forum: Fixing WordPress
In reply to: Visitor sees mess in comments and sidebarsFinal time..
It is official, I am an idiot. If I would have done a search first I would have found my problem. I wrote the post in Microsoft WOrd and then did a cut and paste. Shame, shame on me. 🙁Forum: Fixing WordPress
In reply to: Visitor sees mess in comments and sidebarsOnce again..
I took off the sticky note attribute and the problem still existed. Then I went in to edit posts and looked at the html. In the one post that is appearing normal (the latest) every paragraph began with “{p class=”MsoNormal”}”. This does not appear in any of the other posts. I removed the extra code and just left the “p” to see what would happen but it hasn’t made a difference that I can find.I recently made changes to my header which included code changes to the style.css
My blog is at http://houseofstirfry.com/chia/blog
Forum: Fixing WordPress
In reply to: Visitor sees mess in comments and sidebarsI’m back. I’m getting more reports that everything except my latest blog entry is showing up as wingdings. It seems to be only users of IE that are having the problem.
I’m open to suggestions. I am using wp-sticky.1.00 and have marked that first post as a sticky. This is the first time I’ve used this plug in. Do you think it could be the culprit?
Forum: Fixing WordPress
In reply to: Visitor sees mess in comments and sidebarsThanks for the quick reply moshu. It’s nice to be able to tell her that I asked the experts and “they” didn’t suggest anything wrong on my end. 🙂
Forum: Fixing WordPress
In reply to: Replace Header w/ GraphicI got it up and my only problem now is that I need to make my banner wider. Thanks so much for your help.
I used the code provided by RBMidknight but did not follow the advise from omgitztrey. Well, actually I did but when it didn’t work I figured out the probem… the location the second posted sited was in my “header.php” and the code went into my “style.css”. The code quoted by the second poster all needed to be removed though. Between the two messages I found success.
THANK YOU!
Forum: Fixing WordPress
In reply to: Replace Header w/ GraphicI’ve been playing with this late into the night and again this morning. I’ve figured out how to simplify it into one header component rather than the 3 I started with. Since I don’t want the blog name and description to show up I figured one was the way to go. I made these changes in style.css and header.php. I got rid of the color from style.css and all the color lines in header.php. That leaves me with a totally blank header. I keep rereading the article on headers and trying to add code that will display my image but it isn’t working out. I keep getting confused if I’m suppose to be adding that to the style.css or the header.php. It seems like it should be so easy like in html, a simple “img src=” would put it wherever I wanted it. I’m starting to feel like the old dog who can’t learn a new trick. I’m frustrated for now so I’ve put back the original code as shown above. I’ll try this again later and keep my fingers crossed that a kind soul will wander by and lend a hand.