Len
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I install this theme???paid for the CSS upgrade here
Huh?
clicked on the “start from scratch and just use this” tab
The what?
Upload the theme to your theme’s folder with any FTP client like FileZilla.
Haha, I was just uploading some screen shots to give you a visual but you don’t need them. Glad to see all works!
Here it is. See if that helps.
it seems my host blocks that Value feature or something
Odd. This is a common problem and I believe it has been submitted to trac. Hang on for a minute, there is a plugin you can use to accomplish it. I just have to track it down. 🙂
Somehow the dashboard widget option got borked. Make absolutely sure you have a backup before trying this.
Login to phpMyAdmin and go to the
wp_optionstable.
Click “Search”
At the bottom look for the Field calledoption_name
In the blank text box next to it (under “Value”) typedashboard_widget_options
Click Go
One row should appear – delete it.Forum: Plugins
In reply to: Contact Form with Spam GuardHaha, the site you were just at, Dagon Design, has a good one. It has a CAPTCHA option as well. You can see what it looks like on my site.
When the user hits submit the message goes to whatever email address you configured the plugin to work with.
Forum: Themes and Templates
In reply to: To Anyone Listening, Please Help a brotha outThese might sound like silly questions but I need to know exactly what is happening.
You have used a FTP client before?
You have your host’s FTP login info?
You can login with those credentials?Forum: Themes and Templates
In reply to: Messed up footer in 1.5 kubrick theme.There you go.
Forum: Themes and Templates
In reply to: To Anyone Listening, Please Help a brotha outAll you need is a good FTP client like FileZilla and you’re off to the races.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap for Reader not Search Engine?Once you upload and activate it you’ll have to configure it. Takes only a minute. I use both plugins with no problems.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Sitemap for Reader not Search Engine?Dagon Design has a nice one.
Forum: Fixing WordPress
In reply to: Comments not showingCan you see them in the database using phpMyAdmin? They’ll be in the
wp_commentstable. If you can see them then the only thing I can think of is maybe a plugin conflict?Forum: Themes and Templates
In reply to: German Comment Box?Look in header.php
<script type="text/javascript" src="http://christianpreschoolprintables.com/blog1/wp-content/themes/simpsonshb-10/script_quicktags.js"></script>See that line above? It’s calling a file named
script_quicktags.jsin your theme’s folder. Open that file and look for …qtButtons.push( new qtButton('qt_bold', 'Fett', '<strong>' ,'</strong>' ,'Fettschrift', 'b') ); qtButtons.push( new qtButton('qt_italic', 'Kursiv', '<em>', '</em>' ,'Kursivschrift', 'k') ); qtButtons.push( new qtButton('qt_block', 'Zitat', '<blockquote>', '</blockquote>' ,'Zitieren', 'z') ); qtButtons.push( new qtButton('qt_code', 'Code', '<code>', '</code>' ,'Code', 'c') ); qtButtons.push( // Special button: LINK new qtButton('qt_link', 'Link', '', '</a>' ,'Link einfügen', 'l')That’s what you need to edit.
Edit: hmmm, I seem to have broken the forum. I guess that line is hard to read but you should have no trouble finding the file as I did name it.
Forum: Fixing WordPress
In reply to: Ugliness after Upgrade (to 2.5)Try uploading the file
wp-blog-header.phpagain.Forum: Fixing WordPress
In reply to: “Security Rules Violation”??WordPress doesn’t generate any such message that I’m aware of. Sounds like a plugin. Are you using Bad Behaviour by any chance?