RCurtis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme: Themify Base – hide taglineWhere would be the proper place to put that in this mess?
<?php /** * Template for site header * @package themify * @since 1.0.0 */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <title><?php wp_title( '|', true, 'right' ); ?></title> <?php /** * Stylesheets and Javascript files are enqueued in theme-functions.php */ ?> <!-- wp_header --> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php themify_base_body_start(); // hook ?> <div id="pagewrap"> <div id="headerwrap"> <?php themify_base_header_before(); // hook ?> <header id="header" class="pagewidth"> <?php themify_base_header_start(); // hook ?> <?php echo themify_base_site_title( 'site-logo' ); ?> <?php if ( $site_desc = get_bloginfo( 'description' ) ) : global $themify_customizer; ?> <h2 id="site-description" class="site-description"><?php echo $themify_customizer->site_description(); ?></h2> <?php endif; ?> <nav> <div id="menu-icon" class="mobile-button"><i class="icon-menu"></i></div> <?php wp_nav_menu( array( 'theme_location' => 'main-nav', 'fallback_cb' => 'themify_base_default_main_nav', 'container' => '', 'menu_id' => 'main-nav', 'menu_class' => 'main-nav' )); ?> <!-- /#main-nav --> </nav> <?php themify_base_header_end(); // hook ?> </header> <!-- /#header --> <?php themify_base_header_after(); // hook ?> </div> <!-- /#headerwrap --> <div id="body" class="clearfix"> <?php themify_base_layout_before(); //hook ?>Forum: Fixing WordPress
In reply to: Problems with Paypal DropdownBother, I found this work around here, but really, it’s kind of ridiculous that you can’t even view it in the “view” mode but only in the html side or it messes it up. WordPress really needs a real fix for this.
Forum: Fixing WordPress
In reply to: Problems with Paypal DropdownLink here, BTW http://rebeccacurtisphotography.com/book-me/
That did remove the bottom one, but I’m talking about the space at the bottom of the header.
That worked perfectly! Thank you!
Would you mind helping me with one last thing? I’ve been tweaking a bunch of things and adding some plugins, etc. but there is one thing I haven’t figured out yet…
At the bottom of my header is a thin grey line. I like it, but I would like to shrink the gap above and below it some (especially above) so the padding around it is closer to 20 pixels above and below it instead of whatever it is now. I’ve messed around with a bunch of things – but that one thing I can’t seem to find. Thanks πhttp://rebeccacurtisphotography.com/ See it here…
Well, it’s there. It’s off center and cut off so I need to make the header area taller…
No need to be afraid… if you only knew… I once screwed up my entire website by adding a small bit of coding. Completely crashed the whole site. Thankfully, I had thought to copy/paste the entire code before I made the change so I could go into the back end and change it back! Of course, it took me a day to figure out how to do that even…
Here’s hoping it works π
Hi!
Thank you! I use the Simple Custom CSS plugin. I’m not sure where to put your snippet of code (I know just enough to be dangerous! LOL!) What section should it be inserted into?Forum: Themes and Templates
In reply to: Theme: Themify Base – update problemNope, when I finally got into it, it still wouldn’t save the logo and now I can’t get back into it again. I even tried a different browser
Forum: Themes and Templates
In reply to: Theme: Themify Base – update problemNevermind – it FINALLY went π