maddielab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Center Form in Right Third of PageI didn’t ask them because I’m using the Landing Pages plug-in and I figured that made it a more general thing and probably not something that was an Elegant Themes problem, but if you think it’s something that’s better to ask Elegant Themes, I’ll go ask them too.
Forum: Fixing WordPress
In reply to: [CSS] Floating Logo and Site Title/DescriptionWell thanks for the help anyway! Worked perfectly!
Forum: Fixing WordPress
In reply to: [CSS] Floating Logo and Site Title/DescriptionThanks and sorry about posting it in the wrong place. Is there any way to move it?
Forum: Plugins
In reply to: [CSS] Aligning site title and description with logoI meant to say that I wanted the same amount of white space below the logo as to the left and top, not left and right. Sorry.
Forum: Fixing WordPress
In reply to: Logo Image Won't Show UpIt worked! Thank you so much for all of your help! Now to just play with the css to get it where I want it…
Again, thanks so much!
Forum: Fixing WordPress
In reply to: Logo Image Won't Show UpIn my controls it said that the only plug-in that was activated was jetpack. I just deleted WP SuperCache anyway just in case, but it doesn’t seem to have made a difference.
Forum: Fixing WordPress
In reply to: Logo Image Won't Show UpHow much of it do you want me to post? Here’s the part that I’m pretty sure is relevant.
<body <?php body_class(); ?>> <div id="page" class="hfeed"> <header id="branding" role="banner"> <hgroup> <h1 id="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img id="site-logo" src="<?php get_stylesheet_directory_uri(); ?>/images/site-logo.png" alt="" /></a><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1> <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup>
Forum: Fixing WordPress
In reply to: Logo Image Won't Show UpOK, I put that in and it still doesn’t seem to be working. I’m at a bit of a loss because, from what I read, I figured it should work too. I have no idea what I’m doing wrong.
Forum: Fixing WordPress
In reply to: Logo Image Won't Show UpI just tried that, but it didn’t work. The path to where my image is saved is “/wp-content/themes/twentyeleven-child/images” and the header.php file is in “/wp-content/themes/twentyeleven-child/”. Is that the correct thing to do? Could I have possibly messed up where I saved it?