worldtravelgeek
Forum Replies Created
-
Hey,
thanks, that actually worked. Just thought i could do that without changing header.php but obviously thats not possible.
For reference, after i added the slider and removed the header image i also had to remove this code below so that the Pad where site description etc is being shown if no header image is loaded is shown:
<div class="group pad"> <?php echo alx_site_title(); ?> <?php if ( ot_get_option('site-description') != 'off' ): ?><p class="site-description"><?php bloginfo( 'description' ); ?></p><?php endif; ?> <?php if ( ot_get_option('header-ads') == 'on' ): ?> <div id="header-ads"> <?php dynamic_sidebar( 'header-ads' ); ?> </div><!--/#header-ads--> <?php endif; ?> </div> <?php endif; ?> <?php if ( ot_get_option('header-image') ): ?> <a href="<?php echo home_url('/'); ?>" rel="home"> <img class="site-image" src="<?php echo ot_get_option('header-image'); ?>" alt="<?php get_bloginfo('name'); ?>"> </a> <?php endif; ?>
Forum: Themes and Templates
In reply to: [Hueman] Boxed Layout doesnt turn offThanks a lot for the quick reply.
Worked perfectly!Hey!
Thanks for the quick reply and solution!I immediately tried it. You are right, it would break the theme if the slider was above both bars.
On my blog (which just started and doesnt have much content yet) it actually looks better if i make the slider as wide as the posts beneath it (625px) and not as tall (just 160px) and turn off stretch, but i guess thats a personal choice. The filmstrip view is only for the paid version i think, i am still using the free one so far -> just started out)
Thanks for the quick help!
AlexMaybe to clarify:
I would like the slider to appear on top of the page either all the way from the left of the left sidebar to the right of the main bar (preferred) or just on the main bar but sort of sticky on top. Not sure if that is possible with that theme. While it looks nice it seems to be kinda unflexible.