wp
Forum Replies Created
-
Switching php seems to be the fix for this odd issue.
Sorry for the multiple posts. I’m just realizing that when I disable UpdraftPlus, it actually causes the whole WP installation to return blank pages, not only the admin dashboard.
Adding that I’m running the latest version of UpdraftPlus and WP, and meet the criteria outlined in the forum’s sticky post. Thanks again for any help.
Hi again,
I did a manual edit of the child theme’s header.php instead, but would be great if the plugin completely replaced the title, when using the Custom Title option, rather than appending the Site Name (since we can do that manually, but there is no way to remove it when the plugin does not do so).
Thanks.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Customizing Name/Email labelsMarking resolved.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Customizing Name/Email labelsThanks much!
That did it, but I also had to remove the email field by clearing the form and re-adding it, as updating the merge field (at least for email) only updated it on the “available fields” side (right hand) in the Yikes form builder, but not on the fields already in use (left side). Maybe a bug that can be addressed?
Thank you again.Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsOkay, Kathryn, I’ve got to say this once and for all: you are AMAZING. I had in fact done everything correctly, but running Regenerate Thumbnails is what allowed my WP installation to realize this.
There are plenty of very helpful people her on the forum, but it’s rare to find someone with the depth of knowledge to help out with my issues, as I only come here for the really complex ones. You are an exception. And exceptionally nice, to boot.
Thanks so much for all the help. It was incredibly nice of you to go back and forth on this for so long. Wish I could give you a thousand thumbs up or something.
Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsThanks! I managed to control the index.php image size via CSS. Works great.
The only problem is index.php still pulls the 900×300 image, even if I define another size as you suggested. WP generates an actual image with 900×300 appended to the end. I can set a specific size, but it still uses this particular image and resizes it. So, it still has that slightly distorted ratio. (Barely perceptible, depending on image.) I’d really like index.php to use the full-size, unmodified featured image–or a copy with same dimensions.
It’s really not a big deal, but if you have any ideas, they’d be welcome.
Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsHi–works great for single posts, and pages. However, does not affect featured image thumbnails on index.php at all. Wondering if there’s a way to set the size for those, as they are the ones that are strangely distorted. Seems to be governed by
.img.attachment-cerauno-home.wp-post-image, but trying to set values for that in CSS doesn’t help. (On posts/pages, class is same, butcerauno-featured, instead ofcerauno-home.)Thanks again!
Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsThis is so nice of you, Kathryn. I’ll give it a try and keep you posted. Thanks!
Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsRight, that’s what I had been modifying but it doesn’t seem to consistently actually result in modified image sizes for the thumbnails on index.php. (The single page featured images are fine and seem to be shrunk a bit due to div containers, which I can easily fix.) You also guessed correctly: the site is not yet publicly accessible.
Thanks again! If you have any thoughts about 900×300 not being affected by what is in functions.php, do let me know, but, if not, it’s also fine as is.Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsThanks again, Kathryn. I think I’m figuring it out. Appreciate all the help.
Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsI do have one related question about featured images: could you tell me where featured image sizes are being set? I thought it was in functions.php, but modifying the image sizes there seems to have no effect on thumbnails or full images. (I’d like to prevent the resizing on index.php, as it renders images fuzzy, and I also noticed that inserting the image in content-single.php results in a different size than when it was called form header.php.)
Thanks again.Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsThat did the trick! Thanks so much for taking the time to explain this, so clearly. (I’m still not quite sure how WP knew where to place the featured image by having it called in the header, but I do understand the rest.)
You’re the best.Forum: Themes and Templates
In reply to: [Cerauno] Moving featured image in single postsThanks, Kathryn! Was hoping you might see this, as you solved so many other questions.
This is very helpful, as I had missed the header reference. However, I do not see anything in single.php or content-single.php that currently calls the featured image (those were the first places I looked). I do understand how header.php is calling the image, but don’t quite understand how I can make it do so beneath the post title, rather than above.
Could you give me another clue?
Thanks again.