annessasays
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Responsive Slider] Full Width Not WorkingHi Nick!
Thank you for your response. I have gone ahead and updated the footer coding. With the update the slider is still in the same spot. I am trying to move it to right below the header so it is the full width of the page instead of in the post column. I think the issue may be with the coding in the Runway Pro theme as the slider widget placement is where the slider is placed. Here’s what’s in the function .php.
‘genesis_register_sidebar(
array(
‘id’ => ‘hometop-area’,
‘name’ => __( ‘Slider Widget’ ),
‘description’ => __( ‘This is the area to show off your facebook likes’ ),’and here is the code in the home.pho that relate to the “hometop-area” widget area
‘function runwayhomewidgets() {
if ( is_active_sidebar( ‘hometop-area’ ) ) {
echo ‘<div id=”hometop-area” class=”hometop-wrap”><div class=”hometop-inner”>’;
dynamic_sidebar( ‘hometop-area’ );
echo ‘</div><!– end .hometop-inner –></div><!– end .hometop-wrap –>’;
}’Do you see anything here that would be preventing the slider from being displayed directly below the header?
Thank you so much,
Annessa
Forum: Themes and Templates
In reply to: Navigation ProblemsI am using the Runway Genesis Theme from Studiopress
Forum: Themes and Templates
In reply to: Navigation MarginsAmazing!! Thank you!!
Forum: Themes and Templates
In reply to: Navigation MarginsThank you for your help! I inserted the code and got rid of the white space on my header. There’s still a small gap, but it is better than it was before. I think this thing has a mind of its own! Thank you again!
Forum: Themes and Templates
In reply to: Navigation MarginsHi wprock,
Thank you for the response, I made the the change, but it hasn’t changed the margin at all. Do you think it may be something with the header margin?
/* Header ------------------------------------------------------------ */ #header { margin: 0 auto; min-height: 150px; overflow: hidden; width: 960px; } #title-area { float: left; overflow: hidden; padding: 30px 0 25px; width: 480px; } #title { font-family: 'Pacifico', arial, serif; font-size: 48px; line-height: 60px; margin: 0 0 5px; text-shadow: #fff 1px 1px; text-align:center; } .header-full-width #title { text-align: center; } #title a, #title a:hover { color: #8f8d85; text-decoration: none; } #description { color: #938868; font-size: 14px; font-style: italic; text-shadow: #fff 1px 1px; } .header-full-width #description { text-align: center; } #header .widget-area { float: right; width: 470px; }Do you see anything unusual there?
Forum: Themes and Templates
In reply to: Space between navigation and contentSorry, here is the link
Forum: Fixing WordPress
In reply to: Cannot Add Links on PagesWow, that was too easy. Thank you for the quick reply!