• 09-11-2013, 01:22:55
    #19
    Prostavaryo adlı üyeden alıntı: mesajı görüntüle
    ikinizden biri panel şifresini verebilir mi çok merak ettim vallahi

    CSS dosyasında hata varmış düzelttim. Kusura bakmayın.
    Eklentiyi tekrar indirip css i editledim düzeldi sorun halloldu hocam tekrar sağolun

    çözüm için style.css dosyasını alttaki ile değiştirin.
    /* Set the size and font of the tab widget */
    .tabGroup {
        background: none repeat scroll 0 0 #F3F1EB;
        border: 1px solid #DEDBD1;
        padding: 10px;
        width: 530px;
        height: auto;
    }
    
    .tabGroup div.questionCon{
        width: 100%;
        float: left;
        padding-top: 5px;
    }
    
    .tabGroup select, .tabGroup label, .tabGroup div {
        font-size: 12px;
    }
    
    div.questionCon.qsubmit{
        text-align: center;
    }
    
    .tabGroup div.question{
    	padding-right: 10px;
        float: left;
        text-align: right;
        width: 100px;
    }
    
    .tabGroup div.inputCon{
        float:left;
    }
      
    /* Configure the radio buttons to hide off screen */
    .tabGroup > input[type="radio"] {
        position: absolute;
        left:-100px;
        top:-100px;
    }
      
    /* Configure labels to look like tabs */
    .tabGroup > input[type="radio"] + label {
        /* inline-block such that the label can be given dimensions */
        display: inline-block;
      
        /* A nice curved border around the tab */
        border: 1px solid #DEDBD1;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
          
        /* the bottom border is handled by the tab content div */
        border-bottom: 0;
      
        /* Padding around tab text */
        padding: 5px 10px;
      
        /* Set the background color to default gray (non-selected tab) */
        background-color:#ddd;
    }
      
    /* Focused tabs need to be highlighted as such */
    .tabGroup > input[type="radio"]:focus + label {
        border:1px dashed #DEDBD1;
    }
      
    /* Checked tabs must be white with the bottom border removed */
    .tabGroup > input[type="radio"]:checked + label {
        background-color:white;
        font-weight: bold;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }
      
    /* The tab content must fill the widgets size and have a nice border */
    .tabGroup > div {
        display: none;
        border: 1px solid #DEDBD1;
        background-color: white;
        padding: 10px 0px;
        height: auto;
        overflow: auto;
        margin-top: -1px;
          
        border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        -webkit-border-radius: 0 5px 5px 5px;
    }
      
    /* This matchs tabs displaying to thier associated radio inputs */
    #wpfc-options:checked ~ .tab1, #wpfc-deleteCache:checked ~ .tab2, #wpfc-cacheTimeout:checked ~ .tab3 {
        display: block;
    }
    /* for lef panel */
    #toplevel_page_WpFastestCacheOptions img{
        padding: 0 !important;
        margin-left: 5px !important;
    }
    #toplevel_page_WpFastestCacheOptions div.wp-menu-name{
        margin-left: 46px !important;
    }
    .question:after {
        content: ":";
    }
    .tab1 input{
        margin-right: 5px;
    }
  • 09-11-2013, 01:33:10
    #20
    abysss adlı üyeden alıntı: mesajı görüntüle
    Eklentiyi tekrar indirip css i editledim düzeldi sorun halloldu hocam tekrar sağolun

    çözüm için style.css dosyasını alttaki ile değiştirin.
    /* Set the size and font of the tab widget */
    .tabGroup {
        background: none repeat scroll 0 0 #F3F1EB;
        border: 1px solid #DEDBD1;
        padding: 10px;
        width: 530px;
        height: auto;
    }
    
    .tabGroup div.questionCon{
        width: 100%;
        float: left;
        padding-top: 5px;
    }
    
    .tabGroup select, .tabGroup label, .tabGroup div {
        font-size: 12px;
    }
    
    div.questionCon.qsubmit{
        text-align: center;
    }
    
    .tabGroup div.question{
    	padding-right: 10px;
        float: left;
        text-align: right;
        width: 100px;
    }
    
    .tabGroup div.inputCon{
        float:left;
    }
      
    /* Configure the radio buttons to hide off screen */
    .tabGroup > input[type="radio"] {
        position: absolute;
        left:-100px;
        top:-100px;
    }
      
    /* Configure labels to look like tabs */
    .tabGroup > input[type="radio"] + label {
        /* inline-block such that the label can be given dimensions */
        display: inline-block;
      
        /* A nice curved border around the tab */
        border: 1px solid #DEDBD1;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
          
        /* the bottom border is handled by the tab content div */
        border-bottom: 0;
      
        /* Padding around tab text */
        padding: 5px 10px;
      
        /* Set the background color to default gray (non-selected tab) */
        background-color:#ddd;
    }
      
    /* Focused tabs need to be highlighted as such */
    .tabGroup > input[type="radio"]:focus + label {
        border:1px dashed #DEDBD1;
    }
      
    /* Checked tabs must be white with the bottom border removed */
    .tabGroup > input[type="radio"]:checked + label {
        background-color:white;
        font-weight: bold;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }
      
    /* The tab content must fill the widgets size and have a nice border */
    .tabGroup > div {
        display: none;
        border: 1px solid #DEDBD1;
        background-color: white;
        padding: 10px 0px;
        height: auto;
        overflow: auto;
        margin-top: -1px;
          
        border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        -webkit-border-radius: 0 5px 5px 5px;
    }
      
    /* This matchs tabs displaying to thier associated radio inputs */
    #wpfc-options:checked ~ .tab1, #wpfc-deleteCache:checked ~ .tab2, #wpfc-cacheTimeout:checked ~ .tab3 {
        display: block;
    }
    /* for lef panel */
    #toplevel_page_WpFastestCacheOptions img{
        padding: 0 !important;
        margin-left: 5px !important;
    }
    #toplevel_page_WpFastestCacheOptions div.wp-menu-name{
        margin-left: 46px !important;
    }
    .question:after {
        content: ":";
    }
    .tab1 input{
        margin-right: 5px;
    }
    değiştirip gönderdim.

    div.questionCon.qsubmit{
    text-align: center;
    }

    burada curly parantezi kapatmamışım tşk ettim
  • 09-11-2013, 16:48:20
    #21
    teşekkürler (:
  • 09-11-2013, 18:38:39
    #22
    merhaba,

    elinize sağlık @Prostavaryo hocam yeni sürümde de WP Fastest Cache - 0.6.7 - Cache Timeout Özelliği Eklendi konusunda bahsettiğim rastgele benzer yazı sorunu devam ediyor

    acaba bizim kullandığımız kodda bir sorun mu var sizde bu kodlar ile sistemi test edebilirseniz sevinirim


    <?php
    	$original_post = $post;
    	$categories = get_the_category($post->ID);
    	if ($categories) {
    	$category_ids = array();
    	foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;
    
    	$args=array(
    		 'category__in' => $category_ids,
    	    'post__not_in' => array($post->ID),
    	    'showposts' => 3,
    	    'order' => 'ASC',
    	    'orderby' => 'rand'
    	   );
    	  $my_query = new WP_Query($args);
    	  if( $my_query->have_posts() ) {
    
    
    	  while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
  • 10-11-2013, 00:15:18
    #23
    sunucuoptimizasyon.com
    Müşterilerimize sürekli tavsiye ediyoruz, gavurun ismi duyulacağına Türk developlarımızın işleri ön plana çıksın
  • 10-11-2013, 00:46:39
    #24
    gevv adlı üyeden alıntı: mesajı görüntüle
    merhaba,

    elinize sağlık @Prostavaryo hocam yeni sürümde de WP Fastest Cache - 0.6.7 - Cache Timeout Özelliği Eklendi konusunda bahsettiğim rastgele benzer yazı sorunu devam ediyor

    acaba bizim kullandığımız kodda bir sorun mu var sizde bu kodlar ile sistemi test edebilirseniz sevinirim


    <?php
    	$original_post = $post;
    	$categories = get_the_category($post->ID);
    	if ($categories) {
    	$category_ids = array();
    	foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;
    
    	$args=array(
    		 'category__in' => $category_ids,
    	    'post__not_in' => array($post->ID),
    	    'showposts' => 3,
    	    'order' => 'ASC',
    	    'orderby' => 'rand'
    	   );
    	  $my_query = new WP_Query($args);
    	  if( $my_query->have_posts() ) {
    
    
    	  while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
    Adminlere sitenin cachelenmemiş hali gösteriliyor. Bu yüzden böyle bir durum olmuş olabilir. Siteyi başka bir browserda test etmelisin. Admin cookiesi olmamalı.
  • 10-11-2013, 12:30:18
    #25
    denedim hocam daha öncede belirtmiştim

    Alıntı
    emin olmak için admin girişi yapmadan farklı tarayıcılar ile deniyorum durum aynı
    siz verdiğim kod ile sorun yaşamadınız mı ?
  • 10-11-2013, 14:07:18
    #26
    gevv adlı üyeden alıntı: mesajı görüntüle
    denedim hocam daha öncede belirtmiştim



    siz verdiğim kod ile sorun yaşamadınız mı ?
    team viewer ile bağlanabilirim bilgisayrına
  • 10-11-2013, 15:17:25
    #27
    Misafir
    Bu eklentiyi kullanmanıza gerek yok hocam:

    Style dosyanızı buradan ne kadar optimize etmek istiyorsanız edebilirsiniz.

    http://www.csscompressor.com/