Ejemplo n.º 1
0
function jeweltheme_polmo_quick_style()
{
    //$jeweltheme_polmo_banner_image = get_theme_mod('jeweltheme_polmo_banner_image', get_template_directory_uri() . '/images/background/blog.jpg');
    $jeweltheme_polmo_subscriber_image = get_theme_mod('jeweltheme_polmo_subscriber_image', get_template_directory_uri() . '/images/background/1.jpg');
    ?>
	<style type="text/css">

	<?php 
    if (get_header_image()) {
        ?>
		.page-head{
			background: url("<?php 
        echo header_image();
        ?>
") no-repeat center top fixed;
			background-size: cover;
		}		
	<?php 
    }
    ?>
		
	    .subscribe-section {
	    	background: url( "<?php 
    echo esc_url_raw($jeweltheme_polmo_subscriber_image);
    ?>
") no-repeat center center fixed;
	    }  

	</style>
<?php 
}
Ejemplo n.º 2
0
function header_style()
{
    ?>

<style type="text/css">
#header{
background: url(<?php 
    header_image();
    ?>
)  no-repeat;
height: <?php 
    echo HEADER_IMAGE_HEIGHT;
    ?>
px;
width: <?php 
    echo HEADER_IMAGE_WIDTH;
    ?>
px;
}
#header h1 a{color:#<?php 
    header_textcolor();
    ?>
;}
</style>
<?php 
}
    /**
     * Custom header image markup displayed on the Appearance > Header admin panel.
     *
     * @see ipt_kb_custom_header_setup().
     */
    function ipt_kb_admin_header_image()
    {
        ?>
	<div id="headimg">
		<?php 
        if (get_header_image()) {
            ?>
		<img src="<?php 
            header_image();
            ?>
" alt="">
		<?php 
        } else {
            ?>
		<h1 class="displaying-header-text"><a id="name" onclick="return false;" href="<?php 
            echo esc_url(home_url('/'));
            ?>
"><?php 
            bloginfo('name');
            ?>
</a></h1>
		<?php 
        }
        ?>
	</div>
<?php 
    }
Ejemplo n.º 4
0
function redo_header_style()
{
    ?>
<style type="text/css">
#header_content {
	background:#900 url(<?php 
    header_image();
    ?>
) center repeat-y;
}
<?php 
    if ('blank' == get_header_textcolor()) {
        ?>
#header_content #title {
	display: none;
}
<?php 
    } else {
        ?>
#header_content h1 a, #header_content h1 a:hover {
	color: #<?php 
        header_textcolor();
        ?>
;
}	
<?php 
    }
    ?>
</style>
<?php 
}
Ejemplo n.º 5
0
function header_style()
{
    ?>
<style type="text/css">
#content, #sidebar-1, #sidebar-2, #sidebar-3  {
	background-image:url(<?php 
    header_image();
    ?>
);
}
<?php 
    if ('blank' == get_header_textcolor()) {
        ?>
#hode h4, #hode span {
	display: none;
}
<?php 
    } else {
        ?>
#hode a, #hode {
	color: #<?php 
        header_textcolor();
        ?>
;
}	
<?php 
    }
    ?>
</style>
<?php 
}
/**
 * Styling included at the top of the site page for a custom header.
 * 
 * @author StudioPress
 */
function prose_custom_header_style()
{
    if (get_header_image()) {
        ?>
<!-- custom-header styling --><style type="text/css">
#header{background:url(<?php 
        header_image();
        ?>
) scroll no-repeat 0 0;}
<?php 
        if (get_theme_mod('header_textcolor') && get_theme_mod('header_textcolor') != 'blank') {
            ?>
#title-area #title a, #title-area #title a:hover{color:#<?php 
            header_textcolor();
            ?>
;}
#title-area #description{color: #<?php 
            header_textcolor();
            ?>
;}
<?php 
        }
        ?>
</style>
<?php 
    }
}
Ejemplo n.º 7
0
function header_style()
{
    ?>
<style type="text/css">
#header {
	background: #8EBAFD url(<?php 
    header_image();
    ?>
) left repeat-y;
}
<?php 
    if ('blank' == get_header_textcolor()) {
        ?>
#header h1 a, #header #desc {
	display: none;
}
<?php 
    } else {
        ?>
#header h1 a, #header h1 a:hover, #header #desc {
	color: #<?php 
        header_textcolor();
        ?>
;
}	
<?php 
    }
    ?>
</style>
<?php 
}
Ejemplo n.º 8
0
function header_style()
{
    ?>
<style type="text/css">
#headimg {
	background:#7d8b5a url(<?php 
    header_image();
    ?>
) center repeat-y;
}
<?php 
    if ('blank' == get_header_textcolor()) {
        ?>
#headimg h1 a, #headimg #desc {
	display: none;
}
<?php 
    } else {
        ?>
#headimg h1 a, #headimg h1 a:hover, #headimg #desc {
	color: #<?php 
        header_textcolor();
        ?>
;
}	
<?php 
    }
    ?>
</style>
<?php 
}
Ejemplo n.º 9
0
    function SLUG_custom_header()
    {
        ?>
<style type="text/css">
            #branding {
                background: url(<?php 
        header_image();
        ?>
);
            }
                
            #branding, #branding a, #branding a:hover {
                color: #<?php 
        header_textcolor();
        ?>
 !important;
            }
            #branding a:hover {
                text-decoration: none; 
            }
            #description { 
                filter: alpha(opacity=60);
                opacity: 0.6;
            }
        
        </style><?php 
    }
Ejemplo n.º 10
0
function softone_header_logo()
{
    ?>
<div id="logo" <?php 
    echo $style;
    ?>
>
  <a class="navbar-brand" href="<?php 
    echo home_url('/');
    ?>
">
    <?php 
    if (get_header_image()) {
        ?>
    <img src="<?php 
        header_image();
        ?>
" alt="" height="50" />
    <?php 
    } else {
        ?>
    <span style="color: #8edb34"><i class="fa fa-leaf"></i> Sof</span>plant
    <?php 
    }
    ?>
  </a>
</div>
    <?php 
}
Ejemplo n.º 11
0
    function corpobox_admin_header_style()
    {
        ?>

	<style type="text/css">
		.appearance_page_custom-header #headimg {
			max-height: 250px;
		}
		#headimg img {
			display: block;
			margin: 0 auto;
			width: 100%;
			height: auto;
			max-height: 250px;
		}
		#headimg {
			background: <?php 
        echo esc_attr(get_theme_mod('corpobox_headerbg_color', '#f16272'));
        ?>
 url(<?php 
        header_image();
        ?>
) no-repeat 50% 0;
			-webkit-background-size: cover;
			-moz-background-size:    cover;
			-o-background-size:      cover;
			background-size:         cover;
			width: 100%;
			height: 250px;
text-align:center;
padding-top:80px;
}
	</style>
<?php 
    }
Ejemplo n.º 12
0
function header_style()
{
    ?>
	     <style type="text/css"> header[role=banner] { background: url(<?php 
    header_image();
    ?>
); } </style><?php 
}
Ejemplo n.º 13
0
function blogsixteen_customizer_css()
{
    ?>
    <style type="text/css">
        body { background-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_body_color'));
    ?>
; }
        a { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_link_color'));
    ?>
; }
        body , .main-navigation ul ul a { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_text_color'));
    ?>
; }
        h1,h2,h3,h4,h5 { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_headline_color'));
    ?>
; }
        .current_page_item a { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_main_color'));
    ?>
;}
        button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_main_color'));
    ?>
; background-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_main_color'));
    ?>
; }
        .site-title a, .site-description, .main-navigation a { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_header_color'));
    ?>
; }
        .site-description:after { border-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_header_color'));
    ?>
; }
        #masthead { background-repeat: no-repeat; background-size: cover; background-image: url('<?php 
    esc_url(header_image());
    ?>
'); ;}
        #masthead { background-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_header_background_color'));
    ?>
; }
        .main-navigation { background-color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_menu_background'));
    ?>
; }
        .current_page_item a, .main-navigation a:focus, .main-navigation a:hover { color: <?php 
    echo esc_html(get_theme_mod('blogsixteen_menu_color_active'));
    ?>
; }
    </style>
    <?php 
}
Ejemplo n.º 14
0
/** Styles the header image and text displayed on the blog preview. */
function contango_admin_header_image()
{
    ?>
<div id="headimg">	
<?php 
    if (get_header_image()) {
        ?>

<div id="logo-image">
  <a href="<?php 
        echo esc_url(home_url('/'));
        ?>
" onclick="return false;"><img src="<?php 
        header_image();
        ?>
" width="<?php 
        echo esc_attr(get_custom_header()->width);
        ?>
" height="<?php 
        echo esc_attr(get_custom_header()->height);
        ?>
" alt="<?php 
        bloginfo('name');
        ?>
" /></a>
</div><!-- end of #logo -->

<?php 
    } else {
        // header image was removed
        ?>

<div id="logo-text">
  <span class="site-name"><a href="<?php 
        echo esc_url(home_url('/'));
        ?>
" onclick="return false;" title="<?php 
        echo esc_attr(get_bloginfo('name', 'display'));
        ?>
" rel="home"><?php 
        bloginfo('name');
        ?>
</a></span>
  <span class="site-description"><?php 
        bloginfo('description');
        ?>
</span>
</div><!-- end of #logo -->

<?php 
    }
    // header image was removed (again)
    ?>

</div>

<?php 
}
Ejemplo n.º 15
0
/**
 * Outputs markup to be displayed on the Appearance > Header admin panel.
 * This callback overrides the default markup displayed there.
 *
 * @since Twenty Thirteen 1.0
 */
function shandora_admin_header_image()
{
    ?>
	<div id="headimg" style="background: url(<?php 
    header_image();
    ?>
) no-repeat scroll top; background-size: 1240px auto;"></div>
<?php 
}
Ejemplo n.º 16
0
function theme_admin_header_image()
{
    ?>
<div style="display:inline-block;height:50px;background-color:#000;"><img src=<?php 
    header_image();
    ?>
 height="50px"></div>
    <?php 
}
Ejemplo n.º 17
0
/**
 * Load appropriate header styles
 * @return null
 */
function arras_header_style()
{
    $header_image = get_header_image();
    $text_color = get_header_textcolor();
    // If no custom options for text are set, let's bail.
    if (empty($header_image) && $text_color == get_theme_support('custom-header', 'default-text-color')) {
        return;
    }
    // If we get this far, we have custom styles.
    ?>
  <style type="text/css" id="custom-header-css">
  <?php 
    if (!empty($header_image)) {
        ?>
    #branding {
      background: url(<?php 
        header_image();
        ?>
) no-repeat scroll left;
      background-size: cover;
    }
  <?php 
    }
    // Has the text been hidden?
    if (!display_header_text()) {
        ?>
    .site-title,
    .site-description {
      position: absolute;
      clip: rect(1px 1px 1px 1px); /* IE7 */
      clip: rect(1px, 1px, 1px, 1px);
    }
  <?php 
        if (empty($header_image)) {
            ?>
    .site-header .home-link {
      min-height: 0;
    }
  <?php 
        }
        // If the user has set a custom color for the text, use that.
    } elseif ($text_color != get_theme_support('custom-header', 'default-text-color')) {
        ?>
    .site-title,
    .site-description {
      color: #<?php 
        echo esc_attr($text_color);
        ?>
;
    }
  <?php 
    }
    ?>
  </style>
  <?php 
}
function igthemes_header_branding()
{
    ?>
<div class="site-branding col12">
    <?php 
    if (get_header_image()) {
        ?>
            <img src="<?php 
        header_image();
        ?>
" width="<?php 
        echo get_custom_header()->width;
        ?>
" height="<?php 
        echo get_custom_header()->height;
        ?>
" class="header-image">
    <?php 
    }
    // End header image check.
    ?>
    <?php 
    if (igthemes_get_option('logo')) {
        ?>
            <a href="<?php 
        echo esc_url(home_url('/'));
        ?>
" id="site-logo" title="<?php 
        echo esc_attr(get_bloginfo('name', 'display'));
        ?>
" rel="home">
            <img src="<?php 
        echo esc_url(igthemes_get_option('logo'));
        ?>
" alt="<?php 
        echo esc_attr(bloginfo('name'));
        ?>
"></a>
    <?php 
    } else {
        ?>
    <h1 class="site-title">
        <a href="<?php 
        echo esc_url(home_url('/'));
        ?>
" rel="home"><?php 
        bloginfo('name');
        ?>
</a>
    </h1>
        <?php 
    }
    ?>
</div><!-- .site-branding -->
<?php 
}
Ejemplo n.º 19
0
            function rt_header_style()
            {
                if (get_header_image()) {
                    ?>
                        <style type="text/css"> #header-wrapper { background: url(<?php 
                    header_image();
                    ?>
); } </style><?php 
                }
            }
Ejemplo n.º 20
0
    /**
     * Styles the header image and text displayed on the blog.
     *
     * @see wedlock_custom_header_setup().
     */
    function wedlock_header_style()
    {
        $header_text_color = get_header_textcolor();
        /*
         * If no custom options for text are set, let's bail.
         * get_header_textcolor() options: Any hex value, 'blank' to hide text. Default: HEADER_TEXTCOLOR.
         */
        if (HEADER_TEXTCOLOR === $header_text_color) {
            return;
        }
        // If we get this far, we have custom styles. Let's do this.
        ?>
	<style type="text/css">
	
	<?php 
        if (get_header_image()) {
            ?>
	
	.site-header{
		
		background: url("<?php 
            header_image();
            ?>
") no-repeat 50% 50% cover;
		
	}
	<?php 
        }
        ?>
	<?php 
        // Has the text been hidden?
        if (!display_header_text()) {
            ?>
		.site-title,
		.site-description {
			position: absolute;
			clip: rect(1px, 1px, 1px, 1px);
		}
	<?php 
            // If the user has set a custom color for the text use that.
        } else {
            ?>
		.site-title a,
		.site-description {
			color: #<?php 
            echo esc_attr($header_text_color);
            ?>
;
		}
	<?php 
        }
        ?>
	</style>
	<?php 
    }
Ejemplo n.º 21
0
    /**
     * Styles the header image and text displayed on the blog.
     *
     * @since Twenty Fifteen 1.0
     *
     * @see foundation_custom_header_setup()
     */
    function foundation_header_style()
    {
        $header_image = get_header_image();
        // If no custom options for text are set, let's bail.
        if (empty($header_image) && !display_header_text()) {
            return;
        }
        // If we get this far, we have custom styles. Let's do this.
        ?>
	<style type="text/css" id="foundation-header-css">
	<?php 
        // Has a Custom Header been added?
        if (!empty($header_image)) {
            ?>
		#homepage-hero {

			/*
			 * No shorthand so the Customizer can override individual properties.
			 * @see https://core.trac.wordpress.org/ticket/31460
			 */
			background-image: url(<?php 
            header_image();
            ?>
);
		}
		<?php 
        }
        ?>
		
		<?php 
        // Has the text been hidden?
        if (!display_header_text()) {
            ?>
			.site-branding{
				position: absolute;
        	                clip: rect(1px 1px 1px 1px); /* IE7 */
	                        clip: rect(1px, 1px, 1px, 1px);
			}
		<?php 
            // If the user has set a custom color for the text, use that.
        } else {
            ?>
	                .site-branding, .site-branding a{
        	                color:#<?php 
            echo get_header_textcolor();
            ?>
;
                	}
        	<?php 
        }
        ?>
	</style>
	<?php 
    }
Ejemplo n.º 22
0
function header_style()
{
    ?>
<style type="text/css">
#pic { background: url(<?php 
    header_image();
    ?>
) no-repeat; }
</style>
<?php 
}
Ejemplo n.º 23
0
define('HEADER_IMAGE_WIDTH', 1000);
// use width and height appropriate for your theme
define('HEADER_IMAGE_HEIGHT', 138);
/** -----------------------------------------------
		 * LOCALIZATION
	*/
load_theme_textdomain('Summ', get_template_directory() . '/languages');
/** -----------------------------------------------
		 * gets included in the site header
	*/
function header_style()
{
Ejemplo n.º 24
0
function header_style()
{
    ?>
<style type="text/css" media="screen">
#header{background: url(<?php 
    header_image();
    ?>
) no-repeat center; border: none;}
</style>
<?php 
}
Ejemplo n.º 25
0
function get_custom_header_image()
{
    global $post;
    $image_id = get_field('page_header_image', $post->ID);
    if (is_front_page() || is_home() || empty($image_id)) {
        return header_image();
    } else {
        $image = wp_get_attachment_image_src($image_id, 'large');
        return $image[0];
    }
}
Ejemplo n.º 26
0
function manifesto_header_style()
{
    ?>
<style type="text/css">
        header {
            background-image: url(<?php 
    header_image();
    ?>
);
        }
    </style><?php 
}
Ejemplo n.º 27
0
function header_style()
{
    ?>
<style type="text/css">
        #header {
            background: url(<?php 
    header_image();
    ?>
);
        }
    </style><?php 
}
Ejemplo n.º 28
0
    /**
     * Styles the header image and text displayed on the blog
     *
     * @see nuntius_custom_header_setup().
     *
     * @since Nuntius 1.0
     */
    function nuntius_header_style()
    {
        // If no custom options for text are set, let's bail
        if (HEADER_TEXTCOLOR == get_header_textcolor() && '' == get_header_image()) {
            return;
        }
        // If we get this far, we have custom styles. Let's do this.
        ?>
	<style type="text/css">
	<?php 
        // Do we have a custom header image?
        if ('' != get_header_image()) {
            ?>
		#header .wrap {
			background: url(<?php 
            header_image();
            ?>
) no-repeat;
			width: 980px;
			height: 155px;
		}
		#site-title {
			margin: 48px 12px 0;
		}
	<?php 
        }
        // Has the text been hidden?
        if ('blank' == get_header_textcolor()) {
            ?>
		#site-title {
 	 		position: absolute !important;
			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
			clip: rect(1px, 1px, 1px, 1px);
		}
	<?php 
            // If the user has set a custom color for the text use that
        } else {
            ?>
		#site-title a {
			background: none !important;
			border: 0 !important;
			color: #<?php 
            echo get_header_textcolor();
            ?>
 !important;
		}
	<?php 
        }
        ?>
	</style>
	<?php 
    }
Ejemplo n.º 29
0
        function framemarket_header_style()
        {
            ?>
			<style type="text/css">
			   #branding h1 a{
			            background: url(<?php 
            header_image();
            ?>
) no-repeat;
			        }
			</style>
			<?php 
        }
Ejemplo n.º 30
0
function mistylook_header_style()
{
    ?>
<style type="text/css">
#headerimage {
	background: url(<?php 
    header_image();
    ?>
) no-repeat;
}
</style>
<?php 
}