The problem is that I change image header in theme editor but it doesnt change in all pages,what if I want to select a different image in each page? how can I fix this?
For example the image here is different
]]>I recently downloaded the Shuttle goBusiness Theme, which I am currently working with on my local drive using Local by Flywheel. I have one simple question which I cannot seem to find an answer to.
So the theme is setup, works great, also have my static homepage, BUT! I cannot seem to find a way to change the HEADER IMAGE that is on each page in my Header Menu. For example, I have a services, contact, about page, and I wish to change the image that is across the top on each page.
How do I do this?
Thanks in advanced guys.
Damian.
]]>Note: i am using the Twenty Seventeen theme
]]>1. The slider posts is not moved ..is back only on one featured image
2. How i can reduce the widget space between ads ?
3. I used the accepress theme ( child theme) to add Header image but is not showing on the website with sportmag theme
Thanks
]]>My header image is ugly when I turn my tablet (Asus Zenpad 10 with Chrome)
landscape https://i.imgsafe.org/72652a252c.jpg
portrait https://i.imgsafe.org/7265575a0d.jpg
How can I resolve this (whether automatically cropping whether height less than 100%)?
]]>I’m using an image in order to display the blog title. So because there is no clickable text in the header which redirects you to the blog mainpage, I’d like to make the whole header-image clickable.
I was adding this to my header.php, but appearantly it doesn’t work:
<div id="headerimg"onclick="location.href='https://www.mydomain.com';" style="cursor: pointer;" title="Home"></div>
my header.php looks like this now:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="verify-v1" content="s/PrC06nimhhimtebXxjLQet/RwXNUuuK+rkz2j0VuQ=" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/ie-styles.css" />
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper"> <!-- wrapper starts -->
<div id="header"> <!-- header starts -->
<div id="headerimg"onclick="location.href='https://www.mydomain.com';" style="cursor: pointer;" title="Home"></div>
</div> <!-- header ends -->
What am I missing? Anyone got an idea?
Greetings
]]>I made my own header, renamed it in kubrickheader.jpg en uploaded it in the image folder of the theme. The image appears on screen, but… behind the Blue(gray)_blob….
I searched in the style-css and the header.php and header-image.php, but I can’t find the solution…
Anybody who can help me??? Please take a look at the blog-space to see what I mean…
www.tight-loops.nl
Thanks upfront!
Sieger
]]>I changed my headerimage from below the navigation and inside the container to hanging above the whole thing.
But now I am not capable of having it in the center of the page.
Any ideas?
css
#headerimage {
float: center;
position: relative;
background: transparent url(img/header.jpg) no-repeat center;
margin: 0 0px 5px 0px;
height: 75px;
width: 880px;
}
#header {
clear: both;
float: center;
margin: 0px 0px 0px 0px;
width: 450px;
position: relative;
}
header.php
<?php wp_head(); ?>
</head>
<body id=”section-index”>
<div id=”header”></div>
<!– end id:header –>
<div id=”headerimage”>
</div><!– end id:headerimage –>
<div id=”navigation”>
</div><!– end id:navigation –>
<div id=”container”>
]]>