Viewing 9 replies - 16 through 24 (of 24 total)
  • @exhale68 : I afraid, you have replaced the wrong line.
    undo the changes and replace
    <?php do_action( 'colormag_footer_copyright' ); ?> line.

    Its below <div class="footer-socket-left-sectoin"> tag.

    Thread Starter exhale68

    (@exhale68)

    Sorry, ignore that one, i meant this

    <?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’ ); ?>
    <footer id=”colophon” class=”clearfix”>
    <?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-sectoin”>
    <div class=”copyright”>Copyright ? 2015-2016 <span>DroidFeed</span>. All rights reserved.</div>
    </div>
    </div>
    </div>
    </div>
    </footer>
    <i class=”fa fa-chevron-up”></i>
    </div><!– #page –>
    <?php wp_footer(); ?>
    </body>
    </html>

    i got the do action line confused.

    Yes.. This seems ok and would work. But as Jan said – Consider to go for Child Theme.

    https://codex.www.ads-software.com/Child_Themes

    Thread Starter exhale68

    (@exhale68)

    How do i do that? Could you give me step by step instructions? I appreciate it!

    Maybe this video will help :

    https://www.youtube.com/watch?v=tKmv_WB95FM

    It’s step by step tutorial

    Thread Starter exhale68

    (@exhale68)

    Could you maybe simplify it for me in a quicker way? I would appreciate it if you could list the step by step, would make it easier for me rather than listen to a 15min video that explains the whole thing

    exhale68 please mail me on [ Deleted, please do not post or request emails in these forums again ]

    Thread Starter exhale68

    (@exhale68)

    Just emailed you

    Got it.

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘How do I remove or edit the footer links/text?’ is closed to new replies.