jeffwenberg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When I hide the title & tagline it messes up the layoutalchymythm, this is going to sound really dumb, but I don’t know anything about what you said. I’m not really sure what you mean? The second code is the one I should use? Where should I post it to? What is the corresponding php code? Sorry, I’m just not super hip to this language. Thanks
Forum: Fixing WordPress
In reply to: When I hide the title & tagline it messes up the layoutThanks that worked great. Finally, how would I shrink the side bar text so it’s not butting right up against the body content box? Also in the body content box there is a black box underneath I don’t need there for the catergory of the post. Any ideas how to get rid of that?
Forum: Fixing WordPress
In reply to: When I hide the title & tagline it messes up the layoutnevermind, I tried it and it worked! Thanks so much. Any ideas how to get rid of the search bar without the same thing happening?
Forum: Fixing WordPress
In reply to: When I hide the title & tagline it messes up the layout@alchymth – So do I just copy and paste that code and put it on the bottom of my css stylesheet?
Sweet! That did it. Thank you so much for taking the time to walk me through this! If you’re interested in some good tunes, I’ll send you a link to download my newest disc as a thank you for helping me. If not, I greatly appreciate your help! Thanks so much!
should I just copy the above and repaste that in the header? What about the Title and all that stuff?
<head> <title>The Official Home of Jeff Wenberg & The Mighty Others </title> <meta http-equiv="Content-Type" content="The Official Homepage of Jeff Wenberg & The Mighty Others. Music, Tour Dates, Store, Downloadable Music, Photos" /> <meta name="keywords" content="aj mills, blues rock music, bruce mccabe, independent music, jeff wenberg & the mighty others, jeff wenberg nashville, live rock music, nashville rock bands, nashville rock music, original rock music, rock and roll music, rock music in nashville, rock music nashville,the black crowes, the black crows, aerosmith, lenny kravitz, jeff weinberg, jeff wenburg, jeff weinburg, Tales From 1875, Right From The Start, Jeff Wenberg Nashville Tn, Live band nashville>" /> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><title> <?php if (is_home()) { echo bloginfo('name'); echo ": "; echo bloginfo('description'); } elseif (is_404()) { echo '404 Not Found'; } elseif (is_category()) { echo 'Topics:'; wp_title(''); } elseif (is_search()) { echo 'Search Results'; } elseif (is_day() || is_month() || is_year() ) { echo 'Archives:'; wp_title(''); } else { echo wp_title(''); $subtitle = get_post_meta($post->ID, 'Subtitle', $single = true); if($subtitle !== '') { echo ': ' . $subtitle; } } ?> </title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="robots" content="all" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <meta http-equiv="author" content="Jeff Wenberg" /> <meta http-equiv="contact" content="https://www.jeffwenberg.com/contact/" /> <meta name="copyright" content="Copyright (c) 2009-<?php echo date("Y",time()); ?> Jeff Wenberg All Rights Reserved." /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <?php /***Do not Edit it***/ wp_head(); global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } global $link_privacy,$link_terms; $link_privacy=$mt_ice_link_privacy; $link_terms=$mt_ice_link_terms; /*** End of Do not Edit Restriction***/ ?> </head> <body> <div id="content"> <div id="back"> <!-- header begins --> <div id="header"> <div id="logo"> <h1><a href="<?php bloginfo('url'); ?>"><?php echo bloginfo('name'); ?></a></h1> <h2><?php bloginfo('description'); ?></h2> </div> <div id="menu"> <?php include (TEMPLATEPATH . '/main-nav.php'); ?> </div> </div> <!-- header ends -->
I looked and I didn’t seem to find anything that differed. I actually repasted the code from the original in and it didn’t do anything. Any other ideas? I’m so lost.
Thanks! I’ll definitely look into that. Thanks so much for your time thus far. It’s greatly appreciated!
I adapted another theme, and could have definitely deleted that not knowing what it was. Is there anyway to fix it? Thanks so much for taking a look for me!
Forum: Fixing WordPress
In reply to: NextGEN Gallery alignment issueHello bob, did you figure this problem out? I’m having the same issue. Thanks in advance.
Jeff