edaddy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Atahualpa menu bar span issuesI actually edited my code to in the HTML/CSS section of Atahualpa theme:
html{
background-image: url(‘/images/bg_color.gif’);
background-repeat: repeat-y;
background-position: center top;}
The images does not appears. The image size is w=10 h=125
Forum: Themes and Templates
In reply to: [Atahualpa] Atahualpa Menu Bar, make width of pageI am familiar with CSS but what should me code look like?
How would I measure the blue bar height?
If my header is 1000×100, I assume that I would add the height of the bar and use that as background image. Would I align the image to the top of the page?
Thank you,
Eric
Forum: Themes and Templates
In reply to: Twenty Eleven child Theme sidebar & widget spaceI’m using the Twenty Eleven theme. I would like to add more width to the right sidebar
I would like the Facebook widget to have more width so it can display properly. What is the best way to get more width using the css?
Forum: Themes and Templates
In reply to: TwentyEleven – Hide Page Title on specific pagesI have firebug. All I’m trying to do is hide the title on my homepage, not events.
How does firebug assist me in doing that?
Forum: Themes and Templates
In reply to: TwentyEleven Header problemI have another question concerning the header. I was able to modify my header height size by modifying the function.php page at the root. when I tried modifying my child function.php page the changes were not recognized.
How can I resolve that issue?
This is the code I used for my child function.php file.
<?php// The height and width of your custom header.
// Add a filter to twentyeleven_header_image_width and twentyeleven_header_image_height to change these values.
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘twentyeleven_header_image_width’, 1000 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘twentyeleven_header_image_height’, 100 ) );
?>Forum: Themes and Templates
In reply to: TwentyEleven Header problemThat advice felt good. Thank you so much!
Forum: Themes and Templates
In reply to: TwentyEleven sidebar on pages and post moves to the bottom???I noticed that I can even attached a screen shot to this post.
Forum: Themes and Templates
In reply to: TwentyEleven sidebar on pages and post moves to the bottom???Unfortunately, the site is behind a firewall and it can not be viewed by the public. I am using the original theme and I’m not using a child theme directory.