• 08-06-2010, 14:12:18
    #1
    Üyeliği durduruldu
    Arkadaslar mansetimde kayma var. uzerine gelmesi gereken yazilar ve resim alanin altinda cikiyor. 2. sorun da tab'larda gecis yapinca diger mansetlere gecmiyor. nedeni nedir acaba? cok acil yardima ihtiyacim var.

    site ismini isteyenlere pm atabilirim. ekran goruntusu soyle:

  • 09-06-2010, 11:58:33
    #2
    Üyeliği durduruldu
    Arkadaslar sorunum devam ediyor. kodlari asagida yardimci olabilecek arkadaslarin yardimlarini bekliyorum.

    featured.php

    <div id="popular" class="widget">
     
     <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Top Left') ) : ?>
    		<?php endif; ?>
     
                </div>
                
                
              <div id="featured-wrap">
              <h3>Featured News</h3>
               <div id="featured">
           <div id="tabs">
                <ul>
                
                	 <?php if (get_option('tan_qtab1')!="Select One" || get_option('tan_qtab1')==""){?>
    						<li><a href="#" onmouseover="easytabs('1', '1');" onfocus="easytabs('1', '1');" onclick="return false;"  title="" id="tablink1"><?php echo get_option('tan_qtab1')?></a></li><?php }?>
    						 
    						
    						
    						<?php if (get_option('tan_qtab2')!="Select One" || get_option('tan_qtab2')==""){?>
    							<li><a href="#" onmouseover="easytabs('1', '2');" onfocus="easytabs('1', '2');" onclick="return false;"  title="" id="tablink2"><?php echo get_option('tan_qtab2')?></a></li><?php }?>
    						
    						
    						
    						<?php if (get_option('tan_qtab3')!="Select One" || get_option('tan_qtab3')==""){?>
    							<li><a href="#" onmouseover="easytabs('1', '3');" onfocus="easytabs('1', '3');" onclick="return false;"  title="" id="tablink3"><?php echo get_option('tan_qtab3')?></a></li><?php }?>
    						
               </ul>
                </div>
            <?php if (get_option('tan_qtab1')!="Select One" || get_option('tan_qtab1')==""){?>
            
             
    
          	<?php 
          	
    								$tabs1 = 1;
    								$my_query = new WP_Query('category_name=' . get_option('tan_qtab1') . '&showposts=1'); 
    								while ($my_query->have_posts()) : $my_query->the_post();
    								$do_not_duplicate = $post->ID; 
    								?>    
          <div id="fcontent1">
          	
              <div class="fimage"><a href="<?php echo get_permalink($_post->ID); ?>"><?php echo catch_that_image (get_the_id(), '', '', '' .get_bloginfo('template_url') .'/scripts/timthumb.php?zc=1&amp;w=200&amp;h=240&amp;src='); ?></a><a href="<?php echo get_permalink($_post->ID); ?>"></a></div>
               
               <div class="fcont">
                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                <small>by <?php the_author_posts_link(); ?></small>
                <?php the_content_limit(200, ''); ?>
                 
                </div> 
                		<?php 
    								$tabs1++;
    								endwhile;
    								?>
    			 				 
    							<?php }?>
           	</div>
                
                
                     <?php if (get_option('tan_qtab2')!="Select One" || get_option('tan_qtab2')==""){?>
          	<?php 
    								$tabs1 = 1;
    								$my_query = new WP_Query('category_name=' . get_option('tan_qtab2') . '&showposts=1');
    								while ($my_query->have_posts()) : $my_query->the_post();
    								$do_not_duplicate = $post->ID; 
    								?>    
          <div id="fcontent2">
          	
              <div class="fimage"><a href="<?php echo get_permalink($_post->ID); ?>"><?php echo catch_that_image (get_the_id(), '', '', '' .get_bloginfo('template_url') .'/scripts/timthumb.php?zc=1&amp;w=200&amp;h=240&amp;src='); ?></a><a href="<?php echo get_permalink($_post->ID); ?>"></a></div>
               
               <div class="fcont">
                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                <small>by <?php the_author_posts_link(); ?></small>
    <?php the_content_limit(200, ''); ?>            </div> 
                		<?php 
    								$tabs1++;
    								endwhile;
    								?>
    			 				 
    							<?php }?>
           	</div>
           	
           	
           	
           	     <?php if (get_option('tan_qtab3')!="Select One" || get_option('tan_qtab3')==""){?>
          	<?php 
    								$tabs1 = 1;
    								$my_query = new WP_Query('category_name=' . get_option('tan_qtab3') . '&showposts=1');
    								while ($my_query->have_posts()) : $my_query->the_post();
    								$do_not_duplicate = $post->ID; 
    								?>    
          <div id="fcontent3">
          	
              <div class="fimage"><a href="<?php echo get_permalink($_post->ID); ?>"><?php echo catch_that_image (get_the_id(), '', '', '' .get_bloginfo('template_url') .'/scripts/timthumb.php?zc=1&amp;w=200&amp;h=240&amp;src='); ?></a><a href="<?php echo get_permalink($_post->ID); ?>"></a></div>
               
               <div class="fcont">
                <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                <small>by <?php the_author_posts_link(); ?></small>
                <?php the_content_limit(200, ''); ?>
                </div> 
                		<?php 
    								$tabs1++;
    								endwhile;
    								?>
    			 				 
    							<?php }?>
           	</div>
             </div> <!-- end featured -->
             </div> <!-- end featured-w -->
            
    
     
    <div id="recent" class="widget">
     
             
     <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Top Right') ) : ?>
    		<?php endif; ?>
             
             </div>
             
             <div style="clear:both;"></div>