• 17-03-2009, 11:32:29
    #1
    Üyeliği durduruldu
    arkadaşlar revolution church temasını kullanıyorum. thumbnail resim ekliyorum, değer olarak thumbnail vermiyorum çünki çıkmıyor. yanlız eklediğim resimler resim boyutuyla çıkıyor kendisi ayarlamıyor boyutunu. sitem; Mehmet Emre ARICI burası. resimlere bakarsanız biri ufak biri büyük boyutta, bunu nasıl ayarlarım ? kendisi ayarlasa resmin boyutunu ? ne kadar büyük eklersme ekleyim direk onu çıkartıyor..
  • 17-03-2009, 12:04:24
    #2
    arkadasım resımleri kendi hosttundan yuklemelısın vede boyutu 70x70 olmalı
  • 17-03-2009, 13:45:02
    #3
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="70" height="70"/></a>

    home.php aç bu kodu ekle width="70" height="70" bu kısmı istediğin gibi değiştirebilirsin..
  • 17-03-2009, 19:19:24
    #4
    Buna bak kendininkiyle degiştir sorun düzelir

    Alıntı
    <?php get_header(); ?>

    <div id="content">

    <div id="homepage">

    <div id="homepagetop">

    <div class="featuredtop">

    <!--This section is where the Featured Content plugin is called.-->

    <?php d13slideshow(); ?>



    </div>

    </div>

    <div id="homepageleft">



    <div class="hpfeatured">
    <h3>ORTAYA KARISIK</h3>



    <?php $recent = new WP_Query("cat=1,30,31,457,38,40,54,41,13,53,458,39 ,1617&showposts=7"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(100, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>

    </div>

    </div>

    <div id="homepageright">



    <div class="hpfeatured">
    <h3>Mobil-Teknoloji-Bilim </h3>



    <?php $recent = new WP_Query("cat=45,65,8&showposts=7"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(100, ""); ?>

    <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>

    <!--Hangi kategoriyi koyacaksanız # olan yere kategori url sini yazın-->






    </div>

    </div>

    <div id="homepagebottom">

    <div class="hpbottom">

    <h3>Driver-Video</h3>



    <?php $recent = new WP_Query("cat=109,12&showposts=11"); while($recent->have_posts()) : $recent->the_post();?>
    <?php if( get_post_meta($post->ID, "hpbottom", true) ): ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "hpbottom", true); ?>" alt="<?php the_title(); ?>" width="90" height="90"/></a>
    <?php else: ?>
    <a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
    <?php endif; ?>
    <b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
    <?php the_content_limit(450, "[Devamini oku]"); ?>

    <div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>

    <?php endwhile; ?>

    <!--Hangi kategoriyi koyacaksanız # olan yere kategori url sini yazın-->



    </div>

    </div>

    </div>

    <?php include(TEMPLATEPATH."/sidebar.php");?>

    </div>

    <!-- The main column ends -->

    <?php get_footer(); ?>
  • 17-03-2009, 20:01:48
    #5
    sanırım siz resimleri baska yerden aldıgınız resmin link adresini veriyorsunuz eger o resımın boyutu kaca kaç ise o boyutta gozukur maviiksir vermıs oldugu home.php veya kendi home.php kaca kac istiyorsan (örnek maviiksirde 90x90 ) olmalı ancak dedgım gıbı baska yerdekı resım lınkı verırsen kaca kacsa o boyutta cıkar benım bıldıgım tek yol resımlerı pc de boyutunu duzenleyıp hosttuna atıcan örnek benım imzamdaki site bakabılırsın
  • 17-03-2009, 20:34:30
    #6
    Üyeliği durduruldu
    öncelikle teşekkürler.. o sorunu halledicem hemen, yanlız bu konudan birşey daha sorayım, Bu temada konu içerisindeki videolar görünmüyor. nereden eklersem ekleyim görünmüyor. diğer temalarda görünüyor. sorun ne olabilir sizce?
  • 17-03-2009, 20:37:33
    #7
    arkadasim proplayer eklentisini kullan cok memnunum youtune linkini ekliyorsun veya diger sitelerinde farketmez direk ckiyor burda ornek sitemizden:

    Güneşi Gördüm | magTURKA | Turkse Online Magazine Turka
  • 17-03-2009, 22:23:47
    #8
    temanız church ise
    Revolution Church magazin teması türkçe | ilyasın dünyası buradakini
    lifestyle ise
    Revolution Lifestyle magazin teması türkçe | ilyasın dünyası buradakını indirin istediğin kadar resim buyuk olsun bahsetmiş oldugunuz yerdeki resimler 70*70 gözükür
    videoya gelınce embed kodları farklı bazıları buyuk harfle falan yazılmış site adresleri falan ondan kaynaklanıyor site adreslerini ve embed kodlarının ayarlarını yaparsan gösterecektır
  • 18-03-2009, 10:44:31
    #9
    Üyeliği durduruldu
    arkadaşlar o proplayer kurdum olmadı. ilyas arkadaşın verdiği temayı attım olmadı. mesela örnek link, O Senin Güzelluğun : Mehmet Emre ARICI burda bi video var ama görünmüyor.