• 12-01-2011, 22:07:19
    #1
    Arkadaşlar wp film sitesinde İlyasbat film botunu kullanıyorum. Partlandırma sistemini de yaptım fakat part yazılarının renkli ve dikkat çekebilir görüntüde olmasını istiyorum. Bir de partlar şu an film videosunun altında çıkmakta. Normalde videonun üstünde olması gerekiyor. Bunu nasıl yapabiliriz ?

    Site:http://www.filmlerizletr.com
  • 13-01-2011, 19:48:06
    #2
    Konu günceldir arkadaşlar biri yardımcı olursa sevinirim.
  • 13-01-2011, 20:18:30
    #3
    Üyeliği durduruldu
    Merhaba ;

    style.css in ıcıne kopyalayın.

    Alıntı
    .partlar { font-weight:bold; font-size:11px; color:#000; text-align: left; border-bottom: 1px dotted #00c0ff; padding: 10 0 10px; margin:10 0 10px; }
    .partlar a { padding:5px; background:#00c0ff; color:#000; }
    .partlar a:hover { background:#000; color:#00c0ff; }
    Renkler Mavi ağırlıklıdır . Siz kendınıze göre renk kodları ile oynayın
  • 13-01-2011, 20:39:32
    #4
    Tşk ederim deniyorum hemen.
  • 13-01-2011, 20:41:50
    #5
    Verdiğin kodlar oldu ama ben bunu video üstüne nasıl alabilirim. Belirttiğim gibi videolar botla çekilmekte.
  • 13-01-2011, 22:03:34
    #6
    Üyeliği durduruldu
    single.php icıne eklemıs olduğun part kodununun yerini deiştir. Sanırım have posttan hemen önce koyman gerekmekte.
  • 13-01-2011, 22:14:58
    #7
    Single.php de have post dan önce ekledim ama olmadı istersen single.php kodlarına bakabilirsin :

    <?php get_header(); ?>
    
    		<!-- Content Starts -->
    		<div id="content" class="wrap">
    			<div id="main" class="col-left">
    
                <?php if (have_posts()) : $count = 0; ?>
                <?php while (have_posts()) : the_post(); $postcount++;?>
    
    				<div id="main-content">
    																			
                        <?php woo_get_custom('embed'); ?>
    
    					<!-- Post Starts -->
    					<div class="post wrap">
    
    						<?php echo get_avatar( get_the_author_id(), '37' ); ?>
    
                            <div class="fl">
                                 <?php the_views() ?>
                                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
                                <p class="post-details">Yazan <?php the_time('d. M, Y'); ?> <?php the_author_posts_link(); ?> Bu Film <?php the_category(', ') ?> kategorisi içindedir.</p>
                            </div>
                            
                            <?php if(function_exists('the_ratings')) { echo '<div class="fr ratings">'; the_ratings(); echo '</div>'; } ?>
                            
                            <div class="fix"></div>
    
                            <?php the_content(); ?>
                                                   <div class="partlist">
    <?php wp_link_pages('before=<p>&after=</p>&pagelink=%.Bölüm'); ?>  
    </div>
                            <?php the_tags('<p class="tags">', ', ', '</p>'); ?>
     
                            <!-- Content Ad Starts -->
                            <?php if (!get_option('woo_ad_content_disable') && !$is_paged && !$ad_shown) { include (TEMPLATEPATH . "/ads/content_ad.php"); $ad_shown = true; } ?>
                            <!-- Content Ad Ends -->
    
    					</div>
    					<!-- Post Ends -->
    														
    				</div>
    				<!-- main-content ends -->
    
    				<!-- show embed code -->
    				<?php include(TEMPLATEPATH . "/includes/embed.php"); ?>
    
                    <div id="comments">
                        <?php $withcomments = 1; comments_template(); ?>
                    </div>
    
    			<?php endwhile; else: ?>
                    <p>Üzgünüm, Aradığınız kriterlerde sonuç bulunamadı.</p>
                <?php endif; ?>
    
    			</div>
    			<!-- main ends -->
                			
    			<div class="col-right">
    				<?php get_sidebar(); ?>
    			</div>
    		</div>
    		<!-- Content Ends -->
            
    <?php get_footer(); ?>
  • 13-01-2011, 22:55:52
    #8
    Üyeliği durduruldu
    <?php the_content(); ?>
    üstüne yapıstır olur sanırım. ama bıde su var tabıkı 1 part ustunde yazı 2.parttan sonra sadece player görünür
  • 13-01-2011, 23:29:39
    #9
    Hocam Oraya eklediğim zaman büyük afiş resminin üzerine eklemiş oluyor partları. Yani videonun üzerine değil. Denedim ben onu