Hi,
I would like to get rid of the social icons in the top right module with div id “ja-social” and instead use the module position for the Falang Language Switcher. I have found the php-file called topbar.php but I haven’t succeded to get rid of the icons. This is the topbar.php code where I’ve colored the actual tag I believe contains the relevant info. My knowledge stop here, I need help :-):
<div class=”clearfix”>
<?php if($this->countModules(‘top_menu’)) : ?>
<jdoc:include type=”modules” name=”top_menu” />
<?php endif; ?>
<?php if($this->countModules(‘social’)) : ?>
<div id=”ja-social”>
<jdoc:include type=”modules” name=”social” />
</div>
<?php endif; ?>
<?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>
</div>