• 17-05-2020, 20:48:15
    #1
    Footer'un altındaki bu beyazlık neyden kaynaklanmaktadır acaba bilgisi olan yardımcı olabilir mi?
  • 17-05-2020, 20:50:52
    #2
    Link atabilirseniz kontrol edelim. Birçok sebep olabilir.
  • 17-05-2020, 20:52:13
    #3
    Footer.php ye baktın mı hocam? Footer.php yi direkt buraya koysan da olur. Site adresinizi yazmanız gerek bir de.
  • 17-05-2020, 20:53:47
    #4
    En alta eklediğin reklam kodu yüzünden
  • 17-05-2020, 20:56:10
    #5
    <?php
    /**
    * The template for displaying the footer
    *
    * Contains the closing of the #content div and all content after.
    *
    * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
    *
    * @package Reendex
    */
    
    /**
    * Reendex_content_end_action hook
    *
    * @hooked reendex_content_end - 10
    */
    
    do_action( 'reendex_content_end_action' );
    
    /**
    * Reendex_footer_start hook
    *
    * @hooked reendex_footer_start - 10
    */
    
    do_action( 'reendex_footer_start' );
    
    /**
    * Reendex_footer hook
    *
    * @hooked reendex_footer_bottom_start - 11
    * @hooked reendex_copyright - 20
    */
    
    do_action( 'reendex_footer' );
    
    /**
    * Reendex_footer_end hook
    *
    * @hooked reendex_footer_end - 100
    */
    
    do_action( 'reendex_footer_end' );
    
    /**
    * Reendex_page_end_action hook
    *
    * @hooked reendex_page_end - 10
    */
    
    do_action( 'reendex_page_end_action' );
    
    ?>
    <?php wp_footer(); ?>
    <div class="fixButtons">
    <a href="https://www.instagram.com/besyo.ajans/" class="btn1 uk-button uk-button-danger md-trigger">Instagram'dan Takip Et!</a>
    </div>
    </body>
    </html>




    BuRaKM adlı üyeden alıntı: mesajı görüntüle
    En alta eklediğin reklam kodu yüzünden
    footer.php'de reklam kodu yok hocam ad inserter kullanıyorum ondada göremedim
  • 17-05-2020, 21:11:20
    #6
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Hocam footer kısmında reklam çerçevesi var, yanlışlıkla eklemiş olabilirsiniz. Kontrol sağlarsanız düzelecektir.