will-s
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with PHP and admin email on very old theme!Hi, threadi,
I used your PHPMyAdmin solution and it worked like a charm! Thanks!
Forum: Fixing WordPress
In reply to: Problem with PHP and admin email on very old theme!Thanks, Threadi,
But I think I’m going to try Albert’s solution. (See below.)Thanks, Albert,
I found the two files and downloaded them and will work on duplicates, while I keep the originals just in case.
I had a few of questions.
The line 110 change says: “(Change every { to [ and every } to ].)” But the line 111 change doesn’t say that. So, I do not make that change to that second line?
Your images/header-img.php file correction seems to deal with the missing top matter of the opening page. I didn’t ask about that but if that’s what this correction is fixing, thank you. The odd thing about that missing header is that I made another website for the client exactly the same way and I never lost the header on that one! (See: https://sherpspace.com)
I noticed you didn’t address my second question, about how this old theme is balking at changing my administration email address. Did you have any thoughts about that? Or will this PHP correction miraculously solve that problem, also?Forum: Fixing WordPress
In reply to: Missing BG image of header imageUh, no. I’m talking about the real long line you boxed in red, I think, and began with the bogus commenting code: <<!–
Forum: Fixing WordPress
In reply to: Missing BG image of header imageCan you post that screen capture again? I want to show it to my ISP’s techies, to help me find it. (Like I say, a little rusty.)
Here’s an extra credit question: How did this happen? The banner used to work and I haven’t done anything to the code and would be the only one who would.
Forum: Fixing WordPress
In reply to: Missing BG image of header imageWow! Corrina, you’re a wizard! How did you replicate part of my coding to get that blue banner to show up in your, what?, facsimile? of my page?
Are you saying if I can find the code you highlighted at:
https://postimg.cc/jwPwSPGrand change the<!-- -->to/* */the blue banner will automatically reappear?Forum: Fixing WordPress
In reply to: Missing BG image of header imageThanks again, Corrina, but I cannot find this:
#header { background: url('https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF') no-repeat bottom center;}
I did find this:
header-img.phpShould I just remove it?
Forum: Fixing WordPress
In reply to: Missing BG image of header imageThanks Corrina, for this. But the only place I can find your “remove this” code is in the main script and it seems to be “commented out” there: `<!–#header { background: url(‘https://freddiegershon.com/freddiesblog/wp-content/themes/default/images/header-img.php?upper=000000&lower=00FFFF’) no-repeat bottom center; }
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FFFFFF; }
–>Again, I’m a little rusty.
Forum: Fixing WordPress
In reply to: Top Banner on Home Page Has DisappearedHi, Kim,
Hooray! You did it! Check it out! https://freddiegershon.com/freddiesblog/
But the BG is a little wider than the area below it. I tried tweaking the headerimg dimensions but nothing happened. Any suggestions?
#headerimg {
/*margin: 7px 9px 0;*/
margin: 6px 8px 0;
height: 192px;
/*width: 740px;*/
width: 736px;
}I also tried it with the top code here turned on and off, to no effect.
#header {
background: #73a0c5 url(‘images/kubrickheader.jpg’) no-repeat bottom center;
}#header { background: url(‘/wp-content/themes/default/images/kubrickheader.jpg’) no-repeat bottom center; }
Thanks again!
Forum: Fixing WordPress
In reply to: Top Banner on Home Page Has DisappearedThanks, Kim, for this heads up.
In the Inspector section of Inspect Element, I found the offending code you said is overriding my image. But it is commented out.
And I did a word-search for it among my files and couldn’t find it. The closest I got was this: $output .= “#header { background: url(‘$url’) no-repeat bottom center; } which was in the functions.php file in the default theme folder.
I also went into a folder called Customize and looked at the phps there with words like “background-image-setting” and “customize-image-control” in their names but couldn’t find it there either.
Can you tell me where you found it? Or whether it might be irrelevant because it’s commented out? Or what I should try next?
Thanks!
Forum: Fixing WordPress
In reply to: Aligning image vertically to textThanks for that tip, but I don’t know what form it should take.
Is there a repository of WordPress-approved CSS snippets to which I might refer? I’ve tried searching and nothing jumps out; I believe CSS coding takes somewhat different forms when used in WordPress.
Forum: Fixing WordPress
In reply to: Need to change author on post but keep same permalinkIf you go here
http://codex.ww.wp.xz.cn/Roles_and_Capabilities#moderate_comments
and scroll up you’ll see a cross-ref list of Roles and their Capabilities. The “Y”s for Yes at moderate comments don’t go all the way over to Contributor. But, curiously, they don’t go all the way over to Author, either. And, yet, my client, as an Author, kept getting emails to pass judgment on comments for the one post he was the Author author for.
Maybe someone else will chime in with an opinion.Forum: Fixing WordPress
In reply to: Need to change author on post but keep same permalinkHmmmm. All that comes up is my short list of l.c. authors, not my display name as administrator. However, I did create another persona for my client under a slightly different name and different email and gave him the role there of Contributor (i.e., in edition to his previous role as an Author.) Now when I do your trick, he comes up in the Author dropdown as both personas. So if I change authorship to him as “Contributor” does that mean he won’t get any more emails asking him to pass judgement on comments that come in for that post? (The book I have on WordPress indicates that is the case for Contributors but doesn’t spell it out.)
Forum: Fixing WordPress
In reply to: Need to change author on post but keep same permalinkThanks. That was prima facie cool, but de facto did not quite work. It just gave me my short list of Author authors. What I needed, I think, was me listed there as Administrator. Is there a workaround? Maybe make up a faux Author with a bogus email address and switch the authorship to that? Something else?
Forum: Fixing WordPress
In reply to: Submit Comment block is showing previous commenter's infoThis is a folo to my immediate previous.
I found a ref to the two cookies above called:
comment_author_email_eae etc.
comment_author_eae, etc.
Here it is:
When visitors comment on your blog, they too get cookies stored on their computer. This is purely a convenience, so that the visitor won’t need to re-type all their information again when they want to leave another comment. Three cookies are set for commenters:* comment_author
* comment_author_email
* comment_author_urlWhen I deleted the two I had in FF for this site, my problem cleared up in FF as it had in Safari.
Because I was posting these comments for the commenters, their info was setting as cookies to my machine. That’s why I was getting their info in the “Leave a Reply” boxes.Thanks again, esmi!
Forum: Fixing WordPress
In reply to: Submit Comment block is showing previous commenter's infoThanks, again.
Here are five cookies that FF lists as associated with the site:
wordpress_test_cookie
comment_author_email_eae etc.
comment_author_eae, etc.
wp-settings-time-1
wp-settings-1The top one expires at end of session, the others don’t expire until Jan of 2012.
Any harm in deleting all five? Or setting them to expire when I close FF? (Sorry, I realize this is an extra-credit question but cookies baffle me.)