kraynolds90
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHey,
I’m sorry to be so high-maintenance! I added the code, but now the header is a small strip – how can I set it to a bigger height like the other images, that still is responsive?
Thanks Ben!!!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogThanks Ben, I know what that was, and I got rid of it!
I’m working on making my header image bigger height-wise than it is right now… ideally I’d love for it to be around 720-800px, but I also want it to be responsive.
How can I adjust the height in the CSS so that it scales for mobile like the featured images do? Right now my header is too narrow, nand it shrinks into nothing on mobile.
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHey Ben,
I don’t know why, but for some reason the code you provided above still isn’t working when I make my window smaller or look at it on mobile. I looked at the code, and should it be #toggle-navigation instead?
Just curious… it’s been hard to adjust things for the different media screens!
Thanks ??
Katie
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogThank you!!!!!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHey Ben,
Thank you so much for your help above – that problem is totally fixed!
I have noticed, however, that now my menu doesn’t work well either on mobile or when the window narrows – I’ve looked at the code and I can’t figure out why it would be different. Any ideas?
Thank you!
Forum: Themes and Templates
In reply to: [Tracks] Featured Image on Pages/Posts – Parallax?Hey Ben,
Would also love this feature, I don’t know if you’ve revisited adding this to the pro version!
Thanks,
Katie
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the bloghttps://69.195.124.168/~onceweso/
Hey Ben,
I’m not sure I’m doing this correctly… above is what the site looks like right now… am I putting this code in the wrong place?
This is part of the .php file now, as I have it:
<!DOCTYPE html>
<!–[if IE 9 ]>
<html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if (gt IE 9)|!(IE)]><!–>
<html <?php language_attributes(); ?>><!–<![endif]–><head>
<?php wp_head(); ?>
</head><body id=”<?php print get_stylesheet(); ?>” <?php body_class( ‘ct-body’ ); ?>>
<?php do_action( ‘tracks_body_top’ ); ?>
if ( is_front_page() ) {
echo “homepage”
<div id=”overflow-container” class=”overflow-container”>
<?php _e( ‘Skip to content’, ‘tracks’ ); ?>
<?php get_template_part( ‘content/top-navigation’ ); ?>
<div class=”container”>
<div id=”header-image” class=”header-image” style=”height: 650px; padding-bottom: 0px; background-image: url(‘https://69.195.124.168/~onceweso/wp-content/uploads/2015/11/fall-2.png’)”><div id=”title-info”><img src=”https://69.195.124.168/~onceweso/wp-content/uploads/once-logos-big-03-300×101.png” alt=”once logos big-03″ width=”300″ height=”101″ class=”once-logo alignnone size-medium wp-image-906″ /></div></div>
</div>
}else {
<header id=”site-header” class=”site-header” role=”banner”>
<?php get_template_part( ‘content/top-navigation’ ); ?>
<div class=”container”>
<div id=”title-info” class=”title-info”>
<?php get_template_part( ‘logo’ ) ?>
</div>
<?php get_template_part( ‘menu’, ‘primary’ ); ?>
</div>
</header>
}Thoguhts? Help!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHi Ben,
Thanks for this! I’m newer to using the .php files, so I want to make sure I don’t crash the site… where exactly would I put the old and new code?
This is where I’d guess to put it…
if ( is_front_page() ) {
echo “homepage”
**putting updated code here**
} else {
**put old code here**
}… is that at all correct?
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogYes! I edited the header.php file, but I would love for that markup to only apply to the homepage.
Thank you!!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHi Ben,
I’ve been able to solve all my issues by editing the header.php how I want… but I was hoping you could help me with a little PHP still! (You’ve been so, so helpful so far).
I have the header on the homepage set up how I want, but how can I edit my blog posts to have their headers echo the featured image instead of still having that main header? I haven’t been able to find the .php file relating to posts.
thank you!!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogI’m also not sure why it’s showing up twice now – the larger one is the one I want, but it’s manifesting as the page logo and as a separate title…help!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHey,
I temporarily made the page my homepage so you can see: https://69.195.124.168/~onceweso/
My goal is to have the Once logo float over that top header!
Thank you so much Ben,
Katie
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHi Ben,
This CSS works for the headers in posts, but when I try to set a page to the homepage and add the Header through my Pro version, the whole page is just pushed down – how can I float my logo over the header I add through the Customize tab? That’s why I thought I needed to change the PHP files…
Any advice is welcomed, thank you thank you!
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHey Ben,
Thanks so much for your reply – I’ll try going the Photoshop route, but I might play with how to add the CSS logo myself as well… would you just add a floating div with the logo inside it? Anything I have to do to override the plugin?
I’m newer to CSS, so this should be an interesting challenge.
Thank you! ??
Forum: Themes and Templates
In reply to: [Tracks] How to add an img on top of the blogHi Ben,
I have the Pro version, but I’d like to place my logo over the header image. Should I also be adding that to the header.php file? I want to make sure I don’t mess up the code, but I’d love to float it there like a true hero image.
Let me know, thank you!