• 08-01-2016, 12:07:54
    #1
    selam arkadaşlar sitemde sayfa içine girdigimde resimler taşma yapıyor bunu nasıl engelleye bilirim

    demo: http://www.pclife.org/serbest-calisa...debiliyor.html

    sistem : 4.4.1
    tema : TrendMulti teması
  • 08-01-2016, 12:33:16
    #2
    Merhaba hocam,
    bende açıyordu yanlız şimdi denedim bendede açmadı
  • 08-01-2016, 12:33:28
    #3
    Üyeliği durduruldu
    site açılmıyor
  • 08-01-2016, 12:54:42
    #4
    açıldı hocam sistem
  • 08-01-2016, 12:55:47
    #5
    sitenize girilmiyor hala
  • 08-01-2016, 13:00:22
    #6
    <?php
    /**
     * @*******.Com
     * @WP Entegre: antijen
     */
    
    get_header();
    ?>
    <?php $cat_title = "";
    foreach((get_the_category()) as $category) {$cat_title .= $category->cat_name . ', ';} 
    $cat_title = substr_replace($cat_title ,"",-2);
    
    ?>
    
       <div class="solaYasla" id="solKisim">
          <div class="temizle bosIcerik">
    	  	<?php 	wp_reset_query(); while ( have_posts() ) : the_post(); ?>
             <h2 class="ustBas"><?php echo $cat_title; ?></h2>
             <div class="ic10px">
                <h1 id="icerigimBaslik"><?php the_title(); ?></h1>
                <p id="icerigimTag"> <span><?php the_author_posts_link(); ?></span> <span>Tarafından <?php the_time('d F Y') ?> tarihinde,</span><span> <?php the_category(', ') ?></span><span> kategorisinde</span> yayınlanmıştır.</p>
                <div id="icerigim">
                   <div class="icerikImg"><?php if ( has_post_thumbnail()) : the_post_thumbnail( 'resim4', array('class' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); else : ?><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="160" height="80" alt="<?php baslik(25); ?>" /><?php endif; ?></div>
                   <?php the_content('<p class="serif">Yazının tamamını okuyun &raquo;</p>'); ?>
    			   <?php wp_link_pages(array('before' => '<p><strong>Sayfalar:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    			   <div class="goruntuleme8"><?php if(function_exists('the_views')) { the_views(); } ?></div>
                </div>
                <div id="paylasimAlan">
    			<span class="solaYasla">
    					   <iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://platform.twitter.com/widgets/tweet_button.1346143399.html#_=1346159653098&amp;count=horizontal&amp;id=twitter-widget-0&amp;lang=tr&amp;original_referer=<?php the_permalink(); ?>" class="twitter-share-button twitter-count-horizontal" style="width: 110px; height: 20px; " title="Twitter Tweet Button" data-twttr-rendered="true"></iframe>
    						<div style="height: 20px; width: 80px; display: inline-block; text-indent: 0px; margin: 0px; padding: 0px; background-color: transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; background-position: initial initial; background-repeat: initial initial; " id="___plusone_0"><iframe allowtransparency="true" frameborder="0" hspace="0" marginheight="0" marginwidth="0" scrolling="no" style="position: static; top: 0px; width: 90px; margin: 0px; border-style: none; left: 0px; visibility: visible; height: 20px; " tabindex="0" vspace="0" width="100%" id="I0_1346159653038" name="I0_1346159653038" src="https://plusone.google.com/_/+1/fastbutton?bsv=pr&amp;url=<?php the_permalink(); ?>" title="+1"></iframe></div>
    						<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:95px; height:21px;" allowtransparency="true"></iframe>
    					</span>            </div>
             </div>
             <div class="temizle"></div>
          </div>
    	 
          <div class="ust10px temizle bosIcerik">
             <h2 class="ustBas"><span class="i9 i iBos"></span>Yazar Hakkında</h2>
             <div class="ic10px" id="yazarGorsel"><?php   echo  get_avatar( get_the_author_email(), '95' ); ?></div>
             <div class="ic10px" id="yazarHakkinda">
                <h1><b><?php the_author_meta('display_name'); ?></b> - <?php the_author_meta('user_url'); ?></h1>
                <p><?php the_author_description(); ?></p>
             </div>
             <div class="temizle"></div>
          </div>
    	
    	  <?php  comments_template ();?>	 
    		 <?php endwhile; ?>  
          
       </div>
    	 
    
    <?php  get_sidebar(); ?>
    <?php get_footer(); ?>


    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:00:22 -->-> Daha önceki mesaj 12:58:14 --

    hostda bakım var sanırım diğer sitelerimede giriş yapamıyorum
  • 08-01-2016, 13:30:34
    #7
    Mr.Jemns adlı üyeden alıntı: mesajı görüntüle
    Merhaba,

    Sadece thumbnail resim için kod eklenmiş eklenen resimler için değer verilmemiş verilmişse dahi kod içeriğine eklenmemiş bunu tema üretici ile görüşebilir veya resimleri manuel küçültebilirsiniz.
    manuel küçültme devam yani teşekkürler hocam sağolasın, dle de css den kodlarla oynayınca oto en boy veriyordu wp dede yapabilim sandım kısmet artık sağolasın
  • 08-01-2016, 13:35:52
    #8
    wp fluid image eklentisini kullanabilirsiniz.
  • 08-01-2016, 14:01:39
    #9
    Dilersenız ekonomik bir ücret karşılığında istediğinizi yapabılırız pm atabılır

    support@wpares.com üzerinden mail gonderebılırsınız yada http://wpares.com üzerindekı telefon numarasından ulaşabılırsınız