carolinekempf
Forum Replies Created
-
It says:
MySQL Queries
Please edit wp-db.inc.php in wp-includes and set SAVEQUERIES to true if you want to see the queries.
I don’t have “wp-db.inc.php” in the includes folder. I have “wp-db.php”
I went into “wp-db.php” and changed false in this line of code to true.
// If there is an error then take note of it.. if ( $this->last_error = mysql_error( $this->dbh ) ) { $this->print_error(); return false;Then, I rebuilt, but it still returned the same error.
I am having the same error message. I check and the sitemap file wasn’t generated. I’ve used version 3.2.5 on many sites without an issue. Is 3.2.7 compatible with WP 3.4.1?
I don’t see what is the next step to correct the issue.
Help?
I reduced them to 55 and that worked. Thanks!
And no, I didn’t edit the source. I might have considered it because the text under the pictures was so large that it went underneath the pictures below it. That’s why I turned off the text. I put it on so you could see for a second what I mean.
I had actually started out with them much smaller, I think 25px. But when they were in a single column I made them larger to keep it from looking odd. I did just try it again so you can see.
Thanks for the super quick response, btw.
You were so helpful to the other guys. Could you check out why I have the same issue? I tried both suggestions on css, but they didn’t change the single column of images.
Forum: Themes and Templates
In reply to: header.php questioni followed your directions exactly yesterday. i didn’t make that part clear. it eliminated all the graphics from view. when that happened i tried putting it into the header section of the style.css.
Either way i do it the graphics disappear.
Here is the code in the header.php which is creating the problem
<div id=”header”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<h2><span><?php bloginfo(‘description’); ?></span></h2>I should be able to delete this all together and remove the title and description. But it uses this to account for spacing of the header_bg.jpg.
i have gone all through the forum and all the instructions removing this title don’t have <span> in the code.
Thoughts??
I feel like I am close because i have removed the first line of code and stripped the title, but it replaces the description with blog title when i do that.
http://www.ckc411.com/wordpress
any help is appreciated.
i am having a similar issue but my code is slightly different
<div id=”header”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<h2><span><?php bloginfo(‘description’); ?></span></h2>When i delete these lines it throws of the spacing in my header graphic. the difference i see is the <span> in h2.
Thoughts?
Forum: Themes and Templates
In reply to: header.php questionI looked more closely. The code when added actually removed all the jpg graphics.
Caroline
Forum: Themes and Templates
In reply to: header.php questionHi,
I dropped that code into the “header” portion of the style.css. The links did hide, but it made the header_bg.jpg and bg.jpg disappear too. Is there a different spot I could place the code?
Caroline