Rachel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Twenty Twelve Theme] Change Header Widthwhat are you trying to achieve?
^ I’m trying to get the blue and pink header wider than the body. So the body will be 960px, and the header will be 1400px.
The current uploaded header image is 1400×250 but it’s scaled down.
If I modify img.size-full, img.size-large, img.header-image, img.wp-post-image to 1400px it ends up looking like this: https://cl.ly/image/3x1V3I3A3n0c
That just magnifies it when I want the whole image to show but exceed the body length. Does that make sense? :/
and by the way, I just noticed on the bottom of the contact page “Contact” is listed in an h1 bold. How do I get rid of that? https://www.rachelsilberman.com/kendareblake/contact/
Forum: Fixing WordPress
In reply to: [Twenty Twelve Theme] Change Header WidthScreenshot of my folders: https://cl.ly/image/1U1W063A0G3E
As you see, I’m using the child. I don’t know why it’s not showing up for you.
I tried this in functions.php and it failed:
function twentytwelvechild_custom_header_setup() { $header_args = array( 'height' => 250, 'width' => 1400 ); add_theme_support( 'custom-header', $header_args ); } add_action( 'after_setup_theme', 'twentytwelvechild_custom_header_setup' );
I tried this in header.php and failed:
<?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="1400" height="250" alt="" /></a> <?php endif; ?>
As I said, I’ve Googled what people have done and it’s still not getting wider.
Forum: Fixing WordPress
In reply to: [Twenty Twelve Theme] Change Header WidthThis is a child’s theme. Of course I’m not going to edit the theme itself… I’m not an amateur.
Forum: Themes and Templates
In reply to: Need help looking for a specific theme!Thanks. You can mark this as resolved!
Forum: Fixing WordPress
In reply to: RSS Feed not workingI looked at the code and there was no space on top: https://cl.ly/image/1z2D1P1S1F46
I made sure there was no spaces but it still doesn’t work. I’ve duplicated the site onto another part of my server and working off that one too but it’s the same problem.
Forum: Fixing WordPress
In reply to: RSS Feed not workingSo install the theme locally and disable all of the plugins and see if that works?
Forum: Fixing WordPress
In reply to: RSS Feed not workingI can’t do that… this site is live and has over 3k people visit it every day. Is there something in the code?
Forum: Themes and Templates
In reply to: Blog Post Title Won't ShowThank you! It works now.
Forum: Themes and Templates
In reply to: Blog Post Title Won't ShowI looked through the CSS and there’s no body.blog or body.page
It’s:
#heatmapthemead-the-content-container h1 { font-size: 1.7em; line-height: 1.2em; margin-bottom: 10px; } #heatmapthemead-the-content-container h1 a { text-decoration: none; }
Those are the only two that are shown. Is there a way to keep the blog title but make the page title go away?
Forum: Themes and Templates
In reply to: Blog Post Title Won't ShowI hid the #heatmapthemead-the-content-container h1 because on the pages itself (book, educators, events, ect) you’ll see the title on the top right of the content. I only want the titles to show on the blog posts, not on the pages.
Forum: Themes and Templates
In reply to: Blog Post Title Won't ShowThanks, but now the titles are showing on pages. How do I get rid of that?
Forum: Themes and Templates
In reply to: Blog Post Title Won't ShowThank you! I added a display: none; because the titles are now on the pages themselves. (books page has “books” on top, ect.) Do you know how to delete those?
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Blog Page Not WorkingThank you! It works perfectly.
I really appreciate your help, I understand you want people to buy pro and I’m taking up a lot of your time.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Blog Page Not WorkingOkay, can you at least tell me which .php file I should modify? I don’t see a blog.php or anything. I don’t want to pay for your pro just to get rid of the sidebars. There’s another way to go around it (just like the footer)… I just need a tip.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Blog Page Not WorkingAlright, the huge image is gone but now the sidebars still have text. I would like the page to have no sidebars.