munchi112
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Patchwork] Custom page templateThank you Caroline.. the get header suggestion is great. I’m not sure how to go about the Css route, but i have a friend that maybe able to walk me through it. Do you have an example to your sugguestion?
If i choose to change the template so that it’s no longer “fluid” and frame it with a border, can you advise me as to where I would set my div tag to contain the structure. The reason i am doing that is that footer image out of place when it’s floating. I was doing some research on how to fix the footer as well.Thanks for your help. I am seeing the light at the end of the tunnel.
Regards.
Forum: Themes and Templates
In reply to: [Patchwork] Custom page templateSpecifically, can i create my own header and mod the code in the page-nosidebar.php to link to my new header.
here’s the code in the header.
<header id=”masthead” class=”site-header” role=”banner”>
<hgroup>
<?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) { ?>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” />
<?php } // if ( ! empty( $header_image ) ) ?><h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
</header><!– #masthead .site-header –>Forum: Themes and Templates
In reply to: [Patchwork] Custom page templateHello, i figured it out.. i have to declare the new template in the css.
.page-template-page-cake-php #primary {
float: none;
margin: 0 auto;
height: auto !important;
height: 100%;Now when i switch from templates the contents looks the same. here’s my next dinger.. how much work would it be for me to customize each template to include a different header and footer. I many aspects, i’m totally wrecking your theme template.. However, it’s providing a good foundation for my structure.
http://www.oneone77.com/wordpress-diamond/
when you click on products, the goal is to have a different header for different types of deserts. When you go to the cake page, I would like to make the header image and footer image different.
Lastly, has anyone ever requested for the footer to be sticky and stick to the bottom of the page. Currently it shows yellow band on the bottom if the content doesn’t fill up the page. Take a look at the about page and home page.
Thanks.. btw.. i should ask now.. if i end up using the template for a bakery, would i need to pay for the template usage? please advise
Regards,
Chris.