• 25-08-2014, 22:18:12
    #1
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=4022, maximum-scale=1">
    <title><?php bloginfo('name'); ?><?php wp_title('|',true,''); ?></title>
    <?php if ( is_single()&&(get_post_meta($post->ID, 'seo_open_seo', true))=="on") : ?>
    
    <meta name="keywords" content="<?php if (get_post_meta($post->ID, 'seo_keywords', true)) echo get_post_meta($post->ID, 'seo_keywords', true)?>" />
    <?php elseif ( is_page()&&(get_post_meta($post->ID, 'seo_open_seo', true))=="on" ) : ?>
    
    <meta name="keywords" content="<?php if (get_post_meta($post->ID, 'seo_keywords', true)) echo get_post_meta($post->ID, 'seo_keywords', true)?>" />
    <?php else : ?> 
    <meta name="description" content="<?php $EccePlus_seo_description = get_option('EccePlus_seo_description');echo $EccePlus_seo_description;?>" />
    <meta name="keywords" content="<?php $EccePlus_seo_keywords = get_option('EccePlus_seo_keywords');echo $EccePlus_seo_keywords;?>" /> 
    <?php endif ?>
    <?php $EccePlus_google_fonts = get_option('EccePlus_google_fonts'); echo '<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family='.$EccePlus_google_fonts.'&amp;subset=latin,latin-ext" />' ?> 
    <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_url'); ?>/css/style.css' />
    <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_url'); ?>/css/shortcodes.css' />
    <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_url'); ?>/css/lightbox.css' media='screen' />
    <link rel="shortcut icon" href="<?php $EccePlus_favicon_link = get_option('EccePlus_favicon_link'); 
    if ($EccePlus_favicon_link =="") {echo get_template_directory_uri().'/images/favicon.ico';} else {echo $EccePlus_favicon_link;} ?>" />
    <link rel='stylesheet' type='text/css' href='<?php bloginfo('template_url'); ?>/framework/plugins/contact-form/style.css' /> 
    <!-- Javascript Start //-->
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery-1.8.0.min.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/widget.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/slider.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/styleswitch.js"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/fb-tw.js"></script>
    <!-- Javascript End //-->
    
    
    <?php
    /*-----------------------------------------------------------------------------------*/
    /*------------------- ECCE WEB TASARIM ----------------------------------------------*/
    /*-----------------------------------------------------------------------------------*/
    /* 
    /*EccePlus Ecce Web Tasarım tarafından yapılmıştır.*/ 
    /*İzinsiz kopyalanması yada çoğaltılması yasaktır.*/
    /*Copyright 2012 Ecce Web Tasarım.*/
    /*Tüm Hakları Saklıdır...*/
    wp_head(); ?>
    
    <script type="text/javascript">
    jQuery(document).ready(function($) {
    var images_dir = '<?php echo get_stylesheet_directory_uri() . "/images/lightbox/"; ?>';
    $('.gallery-item a').lightBox({
    imageLoading: images_dir + 'lightbox-ico-loading.gif',
    imageBtnPrev: images_dir + 'lightbox-btn-prev.gif',
    imageBtnNext: images_dir + 'lightbox-btn-next.gif',
    imageBtnClose: images_dir + 'lightbox-btn-close.gif',
    imageBlank: images_dir + 'lightbox-blank.gif'
    });
    });
    
    </script>
    
    </head>
    
    <body <?php body_class(''); ?>>
    <!-- Header -->
    <div id="genel">
    	<div id="ecceblog">
    		<div id="ust">
    			<div class="ray">
    				<div id="logo">
    				
    				<a href="<?php bloginfo('url'); ?>"><?php $EccePlus_site_logo = get_option('EccePlus_site_logo'); echo '<img src="'.$EccePlus_site_logo.'" alt="logo" />';?> </a>
        				
            		</div>
                    	 <?php $EccePlus_kucuk_reklam = get_option('EccePlus_kucuk_reklam');
    				
    				if ($EccePlus_kucuk_reklam == "true") {
    					get_template_part('468', 'index'); 
    					} 
    				else {get_template_part('728', 'index');}		
    				?>
    			</div>
                        </div>
                <!--ust div sonu-->
                 <div class="temizle"></div>
        	<div class="arka">
            	
                    <!-- Menu -->
                    <div id="ustmenu-1">
                    	<div class="menulogo">
                        	<ul class="logo-m">
                            	<li class="anasayfa">
                            		<a href="<?php bloginfo('url'); ?>"><?php $EccePlus_menu_logo = get_option('EccePlus_menu_logo'); if ($EccePlus_menu_logo=="") {echo '<img src="'.get_template_directory_uri().'/images/logomenu.png" width="45" height="45" alt="anasayfa" title="Ana Sayfa" />';} else {echo '<img src="'.$EccePlus_menu_logo.'" width="35" height="35" alt="anasayfa" title="Ana Sayfa" />';}?></a>
                                </li>
                            </ul>
                        </div>
                                                 
                 
    <?php if ( has_nav_menu( 'menubar') ) {(wp_nav_menu( array( 'container_id' => 'ustmenu', 'theme_location' => 'menubar') )) ;
    					} else {
    					
    					wp_page_menu(array( 'menu_class'  => 'ustmenu'));
    				
    					}
    					?>
                   
                     </div>
                    <!-- Menu Son --> 
                    <div class="temizle" style="margin-bottom: 15px;"></div>
                    <!-- Alt Menu -->
                               				
    <?php if ( has_nav_menu( 'footer') ) { ?> <div id="altmenu-1">
    <? (wp_nav_menu( array( 'container_id' => 'altmenu', 'theme_location' => 'footer') ).'') ; ?> </div>
    					<? } else {} ?>
                  				
            	<!-- Alt Menu Son -->


    burada ki boyutu nasıl genişletirim...



    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 22:18:12 -->-> Daha önceki mesaj 22:10:42 --

    kimse bilmiyor mu? lütfen yardım edin!
  • 25-08-2014, 22:23:29
    #2
    google reklamını mı buyutmek istiyorsun ?
  • 25-08-2014, 23:15:48
    #3
    ~Aykut adlı üyeden alıntı: mesajı görüntüle
    google reklamını mı buyutmek istiyorsun ?
    yok yok mavi yeri...
  • 25-08-2014, 23:19:58
    #4
    Üyeliği durduruldu
    style.css 63.satıra git;
    Alıntı
    #genel {
    margin: 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;
    width: 1179px;
    padding: 0px 10px;
    width:1179px 'i kendine göre ayarla daha sonra;
    79.satıra gel;
    Alıntı
    background: #FDFDFD;
    text-align: left;
    margin: 0 auto;
    width: 2000px;
    height: 120px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    width: kendine göre ayarla.
  • 25-08-2014, 23:52:47
    #5
    Xhenahobia adlı üyeden alıntı: mesajı görüntüle
    style.css 63.satıra git;


    width:1179px 'i kendine göre ayarla daha sonra;
    79.satıra gel;


    width: kendine göre ayarla.
    tşk ederim...