• 30-10-2013, 18:19:22
    #1
    Üyeliği durduruldu
    Merhabalar,

    Sorunum şu şekilde ;

    x konu açtım y resim ekledim. Konuyu yayımla dediğim zaman, bir önceki yazmış olduğum konunun resmide Slider 'da değişiyor sebebi ne olabilir ?
  • 30-10-2013, 18:47:43
    #2
    boy
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Site adresini veya slider kodlarını paylaşırsan yardımcı olalım.
  • 30-10-2013, 20:20:18
    #3
    Üyeliği durduruldu
    SİTE

    <?php
    /*
    Template Name: Features
    */
    ?>
    <?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>
    
    		<div id="my-glider" class="clearfix">
    
    				<div class="scroller">
    
    					<div class="content">
    
    <?php $count = 1 ?>
    <?php $featurecount = $wp_vybe_features_number; ?>
    <?php $my_query = new WP_Query("category_name=featured&showposts=$featurecount");
    while ($my_query->have_posts()) : $my_query->the_post();
    $do_not_duplicate[$post->ID] = $post->ID; ?>
    
    						<div class="section" id="section<?php the_ID(); ?>">
    
    <?php if ( function_exists('get_the_image') ) { ?>
    	<?php echo get_the_image_link(array('home_feature_photo', 'Feature Photo'),'medium',''); ?>
    <?php } else { ?>
    	<?php if (get_post_meta($post->ID, home_feature_photo)) { ?>
    		<a href="<?php the_permalink() ?>" rel="<?php _e("bookmark"); ?>" title="<?php _e("Permanent Link to"); ?> <?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, home_feature_photo, true); ?>" class="feature-photo" title="<?php _e("Permanent Link to"); ?> <?php the_title(); ?>" alt="<?php _e("feature photo"); ?>" /></a>
    	<?php } ?>
    <?php } ?>
    
    							<div class="feature-entry" id="post-<?php the_ID(); ?>">
    
    								<span style="font-size:8pt;"><?php _e("By"); ?> <?php the_author_posts_link(); ?> <?php _e("on"); ?> <?php the_time('F d, Y') ?>&nbsp; | &nbsp;<a href="<?php comments_link(); ?>"><?php _e('Comments'); ?> <?php comments_number('0','1','%'); ?></a></span> 
    
    								<h2><a href="<?php the_permalink() ?>" rel="<?php _e("bookmark"); ?>" title="<?php _e("Permanent Link to"); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    
    								<?php if ( $wp_vybe_post_content == 'Excerpts' ) { ?>
    								<?php the_excerpt(); ?>
    								<?php } else { ?>
    								<?php the_content(''); ?>
    								<?php } ?>
    
    								<p><a class="more-link" href="<?php the_permalink() ?>" rel="<?php _e("bookmark"); ?>" title="<?php _e("Permanent Link to"); ?> <?php the_title(); ?>"><?php _e("Devamı"); ?></a></p>
    
    							</div>
    
    						</div>
    
    <?php $count = $count + 1 ?>
    <?php endwhile; ?>
    
    					</div>
    
    				</div>
    
    				<div class="controls">
    
    					<ul class="clearfix">
    
    						<li class="feat-head"><?php _e("Türkçe mIRC"); ?></li>
    
    <?php $count = 1 ?>
    <?php $featurecount = $wp_vybe_features_number; ?>
    <?php $my_query = new WP_Query("category_name=featured&showposts=$featurecount");
    while ($my_query->have_posts()) : $my_query->the_post();
    $do_not_duplicate[$post->ID] = $post->ID; ?>
    
    <?php if ( $count == 1 ) { ?>
    						<li><a class="active" href="#section<?php the_ID(); ?>"><?php the_title(); ?></a></li>
    <?php } else { ?>
    						<li><a href="#section<?php the_ID(); ?>"><?php the_title(); ?></a></li>
    <?php } ?>
    
    <?php $count = $count + 1 ?>
    <?php endwhile; ?>
    
    					</ul>
    
    				</div>
    
    			</div>
    
    			<script type="text/javascript" charset="utf-8">
    				var my_glider = new Glider('my-glider', {duration:0.5});
    			</script>
    Hocam bir tane konu eklicem anlıcaksınız durumu.

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 18:54:24 -->-> Daha önceki mesaj 18:50:51 --

    Deneme 1 ve 2 adlı konu açtım iki resimde normalde farklı deneme 1 de viskili bir resim var.

    --R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 20:20:18 -->-> Daha önceki mesaj 18:54:24 --

    Sorun giderilmiştir. Tşkler.