Beiträge von Saar-Könige

    Ich hab mein Webhost bei 1&1 und dort habe ich jetz im WebspaceExplorer gesehen, dass im Ordner "images" von wp-admin die Logo Datei garnicht drin ist. Kann in diesen Ordner aber auch nichts hochladen. Das Logo liegt im Verzeichnis "wp-content".

    Habs jetzt auf die einfache Art mit den "Theme Optionen" geändert. Jetzt ist das Logo da, aber ich habe zum Mainmenü ne riesen Lücke. :(

    Habe das Theme schon komplett gelöscht und neu installiert aber über die CSS Datei bekomm ich das Header-Logo einfach nicht rein.

    Also in meiner header.php steht folgendes:

    und in der CSS Datei dies:

    Sorry, bin nur mit Grundkenntnissen vertraut und bin momentan leicht überfordert :confused:

    Habe zuerst Variante 2 ausprobiert (dann ist der Header verschwunden) habe das rückgängig gemacht, Header immer noch weg, Suchfeld wieder da und dann Variante 1 benutzt -> Header und Suchfeld weg.
    Wie bekomme ich meinen Header wieder zurück? :-(

    Hallo,
    habe gerade mit einem Klick meinen Header zerstört :x
    Jetzt erscheint wieder die Suchfunktion, die ich da aber nicht haben will. (http://www.saar-koenige.de)
    In der Header.php steht auch nichts mehr von dem Suchfeld:

    PHP
    <?php/** * The Header for our theme. * * Displays all of the <head> section  * * @package Catch Themes * @subpackage Simple_Catch * @since Simple Catch 1.0 */?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>><head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /><title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_uri(); ?>" /><link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /><?php	/* Always have wp_head() just before the closing </head>	 * tag of your theme, or you will break many plugins, which	 * generally use this hook to add elements to <head> such	 * as styles, scripts, and meta tags.	 */	wp_head();?></head><body <?php body_class(); ?>><div id="header" onclick="location.href='<?php bloginfo('url') ?>';" style="cursor: pointer;">	<div class="top-bg"></div>  		<div class="layout-978">        	<?php         		// Funcition to show the header logo, site title and site description        		if ( function_exists( 'simplecatch_headerdetails' ) ) :					simplecatch_headerdetails(); 				endif;			?>
            	<div class="social-search">				<?php                    // simplecatch_headersocialnetworks displays social links given from theme option in header                     if ( function_exists( 'simplecatch_headersocialnetworks' ) ) :                        simplecatch_headersocialnetworks();                     endif;                    // get search form                    get_search_form();                ?>              	</div><!-- .social-search -->    		<div class="row-end"></div>            <div id="mainmenu">            	<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>            </div><!-- #mainmenu-->              <div class="row-end"></div>               			<?php                 // Display slider in home page and breadcrumb in other pages                 if ( function_exists( 'simplecatch_sliderbreadcrumb' ) ) :                    simplecatch_sliderbreadcrumb();                 endif;            ?> 		</div><!-- .layout-978 -->    <div class="bottom-bg"></div></div><!-- #header -->


    Kann mir jemand helfen?
    Danke schon mal vorab.