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(); ?>