deanmoney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add a different blog post image for my homepage?I also tried downloading the plugin “Manual Image Crop” with my codes in functions:
add_theme_support( 'post-thumbnails' ); add_image_size ( 'homepage-thumb', 600, 375, TRUE );
I tried to use the crop feature under the tab “homepage-thumb” but it’s still not showing up.
Does anyone know of anyway to crop the homepage image but have my post image full size. I’ve been trying to figure this out for the last two days but to no avail.
Forum: Fixing WordPress
In reply to: How do I add a different blog post image for my homepage?I did some google searching and added this code in my functions file:
add_theme_support( 'post-thumbnails' ); add_image_size ( 'homepage', 600, 400, TRUE );
So right now my functions file has this code in total:
<?php if (function_exists('register_sidebar')) { register_sidebar(); } add_theme_support( 'post-thumbnails' ); add_image_size ( 'homepage', 600, 400, TRUE ); ?>
Am I on the right track? If so what should I put in my post to crop the image the size I want it? Thanks.
Forum: Fixing WordPress
In reply to: How do I add a different blog post image for my homepage?My theme is called room-34-baseline and from what I can tell it’s not a child theme. I have an Appearance – Editor section if that’s what you mean. I d/l’ed that plugin and added that code and didn’t do anything.
I didn’t think trying to do something like this would be this difficult.
Forum: Fixing WordPress
In reply to: How do I add a different blog post image for my homepage?Thanks for the reply. My link is:
https://www.bigbrotherhoh.com/meet-big-brother-17-houseguest-audrey-middleton/
Thanks for the help.
Forum: Fixing WordPress
In reply to: How do I add a different blog post image for my homepage?Thanks for the help. I tried the plugin but the feature image option doesn’t work for my site hence 2 featured images don’t even show up as an option.
I don’t do html or css so everything below that was a foreign langue to me. I know basic things like if someone said to add this code in functions and then add another code in my post.
Does anyone know of a step by step guide on how to do what I originally wanted? Like what code to add where to be more specific.
What I’m trying to do is post 1 image only but the image is 600X800. I want the homepage post to only show it as 600X350/400 – Ideally a 600X350 section that would look the best like 20/30 pixels down from the top and not directly from the very top. If that’s not possible then just the first 350 height from the top. Also this is just for specific images and not for my entire site as a default.
Hopefully someone can point to a like with more info that is easy to figure out. Thanks in advance.
Forum: Fixing WordPress
In reply to: Need help moving my sidebar on the right higherDoes anyone have any idea what I would need to change? The theme I am using is called room 34 baseline 1.5.
Or does anyone know of a plugin that removes pages from the sidebar but leaves them on the header? That might be easier to fix.
Forum: Fixing WordPress
In reply to: Need help moving my sidebar on the right higherI looked at my file and that is the only sidebar.php I have in that theme. I also looked at all files in that theme and could not find it in any of them.
Forum: Fixing WordPress
In reply to: Need help moving my sidebar on the right higherDoes anyone have any advice to fix this? I uploaded the old sidebar.php file again in case I deleted something wrong. Thanks for any help in fixing the sidebar height. Or if I can not show the pages on the right in some other way I would take that too.
Forum: Fixing WordPress
In reply to: Need help moving my sidebar on the right higherThanks for the reply. I didn’t find that whole code but I find in sidebar.php:
<!-- Page/section navigation --> <li>
I then removed that code but it didn’t change anything. Is that what I was supposed to do?
Forum: Fixing WordPress
In reply to: Need help with the plugin Acurax Social Icons OptionsThanks for the reply. I thought I posted the theme or at least my link. If anyone can help my link is:
and the theme is called Room 34 Baseline. Thanks.
Forum: Fixing WordPress
In reply to: How do I adjust my sidebar width and decrease my blog post width?Thanks for the help and didn’t know it was last updated 3 years ago. I will try to find something similar if I can. Thanks again.