Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18057
    regenesys
    Member

    Hi
    My social media icons at the bottom of my pages is not showing anymore

    http://regenesys.co.za/
    it still works on http://regenesys.in/

    Can anyone tell me why it wont be working, everywhere I have checked in the code it seems to correct.
    I have version 2.7.1 of the theme installed.

    #18068
    Sakin
    Keymaster

    @regenesys: Thanks I love the way you have use Catch Box Theme in your site. It’s the best customization and nice to see that you have build child theme. But I am suprise to see that you have removed the “Theme: Catch Box” from the footer. Please add that back as this is the only mean though which we provide Free Theme and Free Support. If you want to remove that from Footer then please consider using Catch Box Pro version where you have Footer Editor in Theme Options panel to remove that.

    I don’t know how you have customize the footer in your child theme. As when you add social links in “Appearance => Theme Options => Social Links”, it automatically add social icons in the footer. Please check in your edits in Footer.

    #18097
    regenesys
    Member

    Thanks for the nice words Sakin, but I can not take the credit. The website was designed by my predecessor, I have only been working on it for about a month now. I did not realise he removed your name from the footer, I will look into that. Eventho there is a lot of customisation and it make the site look very nice, but for me now looking after the site, it make it difficult to find all the customisation and correct small bugs like this one.

    I still want to update to the latest version of the theme, but because of all the customisation it is not an easy transition, and December is one of the website’s busiest times, so I will attempt than either later this year of very early next year. Might need you guidance again.

    I have looked at the footer and it is the same as on the other countries website (the one where it displays). The correct data is also in “Appearance => Theme Options => Social Links”
    Here is the footer code, maybe you can see something that is missing?

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the id=main div and all content after
    *
    * @package Catch Themes
    * @subpackage Catch_Box
    * @since Catch Box 1.0
    */
    ?>
    </div><!– #main –>

    <footer id=”colophon” role=”contentinfo”>
    <?php
    /* A sidebar in the footer? Yep. You can can customize
    * your footer with three columns of widgets.
    */
    get_sidebar( ‘footer’ );
    ?>
    <?php if ( has_nav_menu( ‘footer’, ‘catchbox’ ) ) { ?>
    <nav id=”access-footer” role=”navigation”>
    <h3 class=”assistive-text”><?php _e( ‘Footer menu’, ‘catchbox’ ); ?></h3>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘footer’, ‘depth’ => 1 ) ); ?>
    </nav>
    <?php } ?>
    <div id=”site-generator” class=”clearfix”>
    <?php do_action( ‘catchbox_startgenerator_open’ ); ?>
    <div class=”copyright”>
    <?php esc_attr_e(‘Copyright ©’, ‘catchbox’); ?> <?php _e(date(‘Y’)); ?>
    ” title=”<?php echo esc_attr(get_bloginfo(‘name’, ‘display’)); ?>”>
    <?php bloginfo(‘name’); ?>

    <?php esc_attr_e(‘. All Rights Reserved.’, ‘catchbox’); ?>
    <p>“>Terms & Conditions |
    “>Privacy Statement |
    “>Sitemap</p>
    </div>
    </div>
    </footer><!– #colophon –>
    </div>
    <p>
    <!– #page –>

    <?php wp_footer(); ?>

    #18108
    Sakin
    Keymaster

    @regenesys: Check out the footer.php file at http://themes.svn.wordpress.org/catch-box/2.9/footer.php . I see that you have removed the action catchbox_site_generator which is required to get in social icons.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘social media icons’ is closed to new replies.