• 23-05-2016, 12:48:01
    #1
    Üyeliği durduruldu
    arkadaşlar bir sitemiz var petaski . com diye siteye girince header yok logo kategoriler vb. Fakat wp-admin girişi yaptıktan sonra header geliyor logo ve kategoriler bu neden olur sizce ?

    Toparlıyorum ;

    admin girişi yapılınca logo menü geliyor

    giriş yapmadan siteye girince logo menü yok
  • 23-05-2016, 12:54:42
    #2
    limonluck adlı üyeden alıntı: mesajı görüntüle
    arkadaşlar bir sitemiz var petaski . com diye siteye girince header yok logo kategoriler vb. Fakat wp-admin girişi yaptıktan sonra header geliyor logo ve kategoriler bu neden olur sizce ?

    Toparlıyorum ;

    admin girişi yapılınca logo menü geliyor

    giriş yapmadan siteye girince logo menü yok
    Kodlarda bir hata yapmışsınızdır. Header'ı eklerseniz bir bakalım.
  • 23-05-2016, 12:59:13
    #3
    Bir çeşit cache problemi olabilir.
  • 23-05-2016, 13:02:42
    #4
    Üyeliği durduruldu
    Kodlar aşağıdaki gibidirr hocam :/

    FSahin adlı üyeden alıntı: mesajı görüntüle
    Kodlarda bir hata yapmışsınızdır. Header'ı eklerseniz bir bakalım.


    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    
    
    
    	<header id="header" class="herald-site-header">
    
    		<?php $header_sections = array_keys( array_filter( herald_get_option( 'header_sections' ) ) ); ?>
    		<?php if ( !empty( $header_sections ) ): ?>
    			<?php foreach ( $header_sections as $section ): ?>
    				<?php get_template_part( 'template-parts/header/'.$section ); ?>
    			<?php endforeach; ?>
    		<?php endif; ?>
    
    	</header>
    
    	<?php if ( herald_get_option( 'header_sticky' ) ): ?>
    		<?php get_template_part( 'template-parts/header/sticky' ); ?>
    	<?php endif; ?>
    
    	<?php get_template_part( 'template-parts/header/responsive' ); ?>
    
    	<?php get_template_part( 'template-parts/ads/below-header' ); ?>
    
    	<div id="content" class="herald-site-content herald-slide">
    
    	<?php if ( !is_front_page() ) { herald_breadcrumbs(); } ?>
  • 23-05-2016, 13:11:56
    #5
    limonluck adlı üyeden alıntı: mesajı görüntüle
    Kodlar aşağıdaki gibidirr hocam :/





    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    
    
    
    	<header id="header" class="herald-site-header">
    
    		<?php $header_sections = array_keys( array_filter( herald_get_option( 'header_sections' ) ) ); ?>
    		<?php if ( !empty( $header_sections ) ): ?>
    			<?php foreach ( $header_sections as $section ): ?>
    				<?php get_template_part( 'template-parts/header/'.$section ); ?>
    			<?php endforeach; ?>
    		<?php endif; ?>
    
    	</header>
    
    	<?php if ( herald_get_option( 'header_sticky' ) ): ?>
    		<?php get_template_part( 'template-parts/header/sticky' ); ?>
    	<?php endif; ?>
    
    	<?php get_template_part( 'template-parts/header/responsive' ); ?>
    
    	<?php get_template_part( 'template-parts/ads/below-header' ); ?>
    
    	<div id="content" class="herald-site-content herald-slide">
    
    	<?php if ( !is_front_page() ) { herald_breadcrumbs(); } ?>
    Hangi temayı kullanıyorsunuz ? Temada bir sorun yok görünüyor sitede de bütün her şey yerli yerinde yani bütün her şey kaynakta görünüyor fakat sitenizde görünmüyor.
  • 23-05-2016, 13:22:59
    #6
    Üyeliği durduruldu
    FSahin adlı üyeden alıntı: mesajı görüntüle
    Hangi temayı kullanıyorsunuz ? Temada bir sorun yok görünüyor sitede de bütün her şey yerli yerinde yani bütün her şey kaynakta görünüyor fakat sitenizde görünmüyor.
    pm gönderdim hocam bakabilirmisiniz acaba ?
  • 10-06-2016, 16:41:21
    #7
    Üyeliği durduruldu
    sorununuzun cevabi bazi temalarınızdaki bölümleri özel yapmişsiniz o sebepden dolayi böyle gorunuyordur. admin olarak giriş yaptiğiniz için normal gorunmesi normal.