menantol
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hatch] Place slider in header?I can’t really remember but this is what the code looks like in my home.php. See if it helps…
<div id=”header-banner” role=”banner”>
<?php // Check to see if the header image has been removed
$header_image = get_header_image();if ( ! empty( $header_image ) ) : ?>
<?php echo do_shortcode( ‘[responsive_slider]’ ); ?>
<?php endif; // end check for removed header image ?>
</div>
Forum: Themes and Templates
In reply to: [Hatch] Place slider in header?Figured it out eventually! Thanks to your previous posts.
Forum: Plugins
In reply to: [Responsive Slider] [Plugin: Responsive Slider] Remove title backgroundIf you do not add a url in the “slide link” when you create a slide, then the image shouldn’t be clickable.
At least not for me. 🙂
Forum: Themes and Templates
In reply to: [Hatch] Place slider in header?Oh! Gratz!
I’ve been looking for a solution to this the last 3 hours!
Could you please explain your solution a bit more so that a total noob could understand? (Ie what is the image code and which one is the plugin slider code?)
I tried replacing this with the both the shortcode and the function but it didn’t work…
<img src=”<?php header_image(); ?>” alt=”” />