Follow

Fix for footer social icons

This is bug and will be fixed in future update. For temporary fix you should edit file \wp-content\themes\pol\footer.php. Find code here:

        <div class="footer-soc-icons pull-left">
	    <?php get_template_part('part', 'social-footer'); ?>
    	</div>

and replace it with new one:

        <?php if (ggt_theme_option('footer_socials')) { ?>
        	<div class="footer-soc-icons pull-left">
	            <?php get_template_part('part', 'social-footer'); ?>
    	    </div>
        <?php } ?>
Was this article helpful?
0 out of 1 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk