CharlesClarkson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Add FooterAdd your footer markup to the
footer.php
theme file.Forum: Themes and Templates
In reply to: 3.6 upgrade – searchform.php not workingTracy, the new filter in get_search_form() is ‘search_form_format’. You can return either ‘html5’ or ‘xhtml’. There is an example in the filter reference.
Are you using a child theme?
Daisy Olsen just reported some malicious code on the StudioPress forums. It looks like something is injecting code into functions.php theme files. We’re still looking for the source.
HTH,
Forum: Themes and Templates
In reply to: Is get_option() Not For Templates?Thanks, Michael.
I noticed that get_bloginfo() uses get_option() to retrieve some values. I assume the qTranslate author is using either the ‘bloginfo_url’ or ‘bloginfo’ filters and that is the source of his complaint.
I appreciate the answer,
Forum: Plugins
In reply to: Strange String Replacement for “]]>”Thanks esmi I hadn’t seen that down there. It looks like this is something WordPress programmers through in there, but I’d really like to know why.
Forum: Plugins
In reply to: Anyone see what’s wrong with this query?Do you have a “global $wpdb;” before this code and can you tell us what you are getting instead of the 7 random posts?
HTH,
Forum: Plugins
In reply to: ARRRGH HELP – My wolrd is falling ApartFrom your page source:
</div> <div style="clear: both;"> </div> <div id="content">
Remove this div:
<div style="clear: both;"> </div>
HTH,
Forum: Plugins
In reply to: Advanced query helpTry comparing a value instead of a string.
Change:
AND wpostmeta.meta_value < ‘$price’To:
AND wpostmeta.meta_value < $priceI’m not sure that will work, but everything else looks okay.
HTH,
Charles ClarksonForum: Fixing WordPress
In reply to: name lookup timed outModerator:
I have moved this blog to another host and the problems have ended. Please feel free to close this thread.
Thanks,
CharlesForum: Fixing WordPress
In reply to: Automatic Upgrade fails – can’t unzipModerator:
Please close this thread. I moved the account to another host and the problem is resolved. I guess I’ll never know why this didn’t work.
Forum: Fixing WordPress
In reply to: Automatic Upgrade fails – can’t unzipWinZip is okay. It was a only a shot in the dark anyway.
Forum: Fixing WordPress
In reply to: Automatic Upgrade fails – can’t unzipAccording to the PclZip web site:
“
Q2 : I can not open with WinZip a zip archive created by PclZip !WinZip 6.0 (and earlier) is not able to open zip archives created by PclZip. However last version of WinZip (v8.0) is working correctly with PclZip generated archives. Please note also that archives created by PclZip can be read by WinZip 6.0.
“I’ll check with my web host to see which version of WinZip they are using.
Forum: Fixing WordPress
In reply to: Automatic Upgrade fails – can’t unzipThis works fine on a unix host with the same host company. I suspect a php setup problem.
Forum: Fixing WordPress
In reply to: Automatic Upgrade fails – can’t unzipWordPress 2.7.0 Running on a windows server (2003 I think). Same error pops up for a plugin update. Can’t remember which plugin.
Forum: Fixing WordPress
In reply to: name lookup timed outNeither the hosts file nor the Core Control Plugin worked for me. The tests passed on some options in Core Control, but the result of the update for a plugin is always the same. I tried deactivating each part on Core Control and I think I got every combination (or is that permutation).
At one point I had everything off and rec3eived a different error, but things still failed. This is an experimental blog and I have the opportunity to move it to another linux host. I’ll post an updatehere if I am successful after the move.
I am using the Simplicity Theme and I also tried updating it to the latest version of it. No Joy.
I just tried switching themes to WordPress Default. Still no Joy.