Türkiye'nin En Eski Webmaster Forumu İyinet'e Hoşgeldiniz!

Kayıt Ol

Kayan film afiş şeridi sorunu

fatal

0
İyinet Üyesi
Katılım
7 Kasım 2007
Mesajlar
495
Reaction score
0
Konum
Gemlik
Merhaba,

http://www.HQizle.net sitesi header'ına kayan film afişi eklemek istiyorum. Internetten bazı kodlar buldum, siteye entegre ettiğimde, kayan afişin çalıştığını fakat resimleri göstermediğini farkettim. Yardımcı olabilir misiniz?

edit: Film afiş resimlerini konu dahiline özel alan ile ekliyorum ve "resim" olarak kullanıyorum.



header.php'ye eklediğim kodlar;


Kod:
<CENTER>
<marquee scrollamount="14" onMouseover="this.scrollAmount=3" onMouseout="this.scrollAmount=10">

<?php query_posts('showposts=10');?>
<?php while (have_posts()) : the_post(); ?>
                <div class="product-box2">
<div class="product-image2">
                <?php if( get_post_meta($post->ID, "resim", true) ): ?>
                    <a href="<?php the_permalink() ?>" class="red-link" title="<?php the_title(); ?>"><img style="border-width: 0px; height: 200px; width: 150px;" src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?>" width="150" height="200"/></a>
                <?php else: ?>
                       <a href="<?php the_permalink() ?>" class="red-link" title="<?php the_title(); ?>"><img style="border-width: 0px; height: 100px; width: 110px;"  src="<?php bloginfo('template_url'); ?>/resim/yok.gif" alt="<?php the_title(); ?>" /></a>
                <?php endif; ?>    
                    </div>
                </div>
                <?php endwhile; ?>    
</div>

</marquee> 
</CENTER>

style.css'ye eklediğim kodlar;


Kod:
.product-box2 {
    width:150px;
    border:1px solid #ccc;
    background-color:#f3f3f3;
    padding:5px;
    margin-bottom:5px;
    margin-right:5px;
    float:left;
    height:200px;
    overflow:hidden;
}
.product-image2 {
    width:150px;
    height:auto;
    float:left;
 

sinemaxim.com

0
İyinet Üyesi
Katılım
8 Ocak 2011
Mesajlar
117
Reaction score
2
wp manset eklentisi kullan olsun bitsin derdin :D

wp flash manset eklentisi mevcut google amcada arat gerekli bilgilere ulaşirsin:D
 

fatal

0
İyinet Üyesi
Katılım
7 Kasım 2007
Mesajlar
495
Reaction score
0
Konum
Gemlik
Araştırdım yalnız indirdiğim eklentilerin hepsi ftp içerisinden resim çekiyorlar, ben farklı adreslerden "resim" özelalanı ile resim çekiyorum, kendi sunucuma değil ki.
 
Üst