Thanks so much for using Modern Store Pro!
If the social icons aren’t displaying this is usually due to caching or a plugin conflict. If you are using a caching plugin, please make sure to clear the cache and then revisit the site to see if they then appear.
Otherwise, please disable all plugins on the site temporarily and you should see the icons show up. You can then reactivate the plugins one-by-one until the icons disappear again to find out which plugin they’re conflicting with.
I’ll try that and report back. Thanks!
It wasn’t a plugin issue. It was because that section of the template (in header.php) was commented out. I removed the comment code and voila!
Check the files you have packaged up.
<!-- <div class="header-top">
<div id="menu-secondary-container" class="menu-secondary-container">
<?php get_template_part( 'menu', 'secondary' ); ?>
</div>
<div id="social-icons-container" class="social-icons-container">
<?php ct_modern_store_social_icons_output(); ?>
</div>
</div>
-->
I see, thanks for the update.
This code isn’t commented out in Modern Store so maybe an edit was made to the theme files by someone working on your site? I would recommend using with a child theme if you are making edits to the theme files so that you don’t lose any of your customizations in the future.