geneburwood
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Eleven – Page Templatespeed kills……….especially when reviewing your own work!!!!
thank you…
i’m a really good ‘hacker’ just never evolved into a great developer!!!
short of wordpress.org, any good recommendations on wordpress 102 and CSS ???
thanks again for your help!
Forum: Themes and Templates
In reply to: Twenty Eleven – Page Templatethank you, but i don’t see the difference in what i had, vs what you put.
Yes, what i did was try to create a custom widget area across the top of the content area that would be right up against the bottom of the menu. That worked well with the exception of the page formatting (a big part!!)
So what i did was create the following in the functions.php:
/** Customizations for Schindel */ register_sidebar(array( 'name'=> 'Custom Widget Area', 'id' => 'custom' ));Forum: Themes and Templates
In reply to: Twenty Eleven – Page TemplateThanks, alchyrmyth, I did as you suggested and now the sidebar “rides up” into the new custom widget area as seen here:
http://108.167.147.21/~mrmaz00/another-test-page/I could really use some guidance on the styling side of the house!!
thanks
Forum: Themes and Templates
In reply to: Twenty Eleven – Page Templatethanks for the response, i’m realatively new at the ‘design’ side of this, so please bear with me..!
I’m inspecting the element via firebug, but probably don’t fully understand what needs to change or more appropriately where/how to change it.TIA
Forum: Themes and Templates
In reply to: TwentyEleven – Need to add sitewide image under menu?oh right, sorry:
Forum: Themes and Templates
In reply to: TwentyEleven – Need to add sitewide image under menu?Why is the sidebar pushing down the page when i add content to the main page??? anyone???
Forum: Themes and Templates
In reply to: TwentyEleven – Need to add sitewide image under menu?Hey Folks – I am trying to do the same thing, I created a new page template; code is here:
`<?php
/**
* Template Name: TEST Template
* Description: A Page Template that adds a sidebar to pages
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/get_header(); ?>
<div id=”primary”>
<?php if ( is_active_sidebar( ‘custom’ ) ) : ?>
<div class=”widget-area”>
<?php dynamic_sidebar( ‘custom’ ); ?>
<?php endif; ?><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!– #content –>
</div><!– #primary –><?php get_sidebar(); ?>
<?php get_footer(); ?>’Everything went well, but I’ve managed to push the sidebar down on page…… http://108.167.147.21/~mrmaz00/a-test-page/
TIA!BTW – the image of the young girl is in the custom widget from this thread!