• 22-12-2017, 23:15:22
    #1
    Bu bilgileri nerden kaldırıcam yav bir türlü bulamadım
    Site : meslekmaaslari.com
  • 22-12-2017, 23:16:11
    #2
    Üyeliği durduruldu
    Footer.Php den hocam
  • 22-12-2017, 23:18:37
    #3
    <?php
    /**
     * Theme Footer Section for our theme.
     *
     * Displays all of the footer section and closing of the #main div.
     *
     * @package    ThemeGrill
     * @subpackage ColorMag
     * @since      ColorMag 1.0
     */
    ?>
    </div><!-- .inner-wrap -->
    </div><!-- #main -->
    <?php if ( is_active_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ) ) { ?>
        <div class="advertisement_above_footer">
            <div class="inner-wrap">
                <?php dynamic_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ); ?>
            </div>
        </div>
    <?php } ?>
    <?php do_action( 'colormag_before_footer' ); ?>
    <?php
    // Add the main total header area display type dynamic class
    $main_total_footer_option_layout_class = get_theme_mod( 'colormag_main_footer_layout_display_type', 'type_one' );
    $class_name = '';
    if ( $main_total_footer_option_layout_class == 'type_two' ) {
        $class_name = 'colormag-footer--classic';
    }
    ?>
    <footer id="colophon" class="clearfix <?php echo esc_attr( $class_name ); ?>">
        <?php get_sidebar( 'footer' ); ?>
        <div class="footer-socket-wrapper clearfix">
            <div class="inner-wrap">
                <div class="footer-socket-area">
                    <div class="footer-socket-right-section">
                        <?php
                        if ( get_theme_mod( 'colormag_social_link_activate', 0 ) == 1 ) {
                            colormag_social_links();
                        }
                        ?>
                    </div>
                    <div class="footer-socket-left-section">
                        <?php do_action( 'colormag_footer_copyright' ); ?>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <a href="#masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a>
    </div><!-- #page -->
    <?php wp_footer(); ?>
    </body>
    </html>
    Editlemem gereken yer tam olarak neresi oluyor ?
  • 22-12-2017, 23:19:19
    #4
    Kimlik doğrulama veya yönetimden onay bekliyor.
    /public_html/wp-content/themes/tema-adi/footer.php bu yoldaki footer.php'yi notepad + ile açıp düzenlediniz mi hocam?
  • 22-12-2017, 23:20:08
    #5
    profyko adlı üyeden alıntı: mesajı görüntüle
    /public_html/wp-content/themes/tema-adi/footer.php bu yoldaki footer.php'yi notepad + ile açıp düzenlediniz mi hocam?
    php bilmediğim için çözemedim konuyu
  • 22-12-2017, 23:22:56
    #6
    Misafir adlı üyeden alıntı: mesajı görüntüle
    php bilmediğim için çözemedim konuyu
    teamviewer var ise yardımcı olabılırım.
  • 22-12-2017, 23:36:22
    #7
    Şunu style.css'nizin sonuna ekleyin tamamdır.
    .footer-socket-left-section .copyright { display: none !important; }
  • 22-12-2017, 23:53:38
    #8
    Sorun çözüldü. Teşekkürler @Onur89TR .



    Sorun çözüldü. Teşekkürler @TksGroup .