there is an issue when an user select solo pro skin tho code bellow is out of place on the user profile.
see the image attached so you can see what am talking about.
PS: I'm using profile domain module
I removed the following code from footer, so the user can continue use the page as he wants.
</div>
<div id="footer">
<div id="footer_content">
<div class="container">
<div class="row">
<div class="col12">
<div class="social">
<h2>©{$smarty.now|date_format:"%Y"} <a href="{$jamroom_url}">{$_conf.jrCore_system_name}</a></h2>
<ul class="social clearfix">
<li><a href="{$_conf.jrSoloPro_facebook_url}" class="social-facebook" target="_blank"></a></li>
<li><a href="{$_conf.jrSoloPro_twitter_url}" class="social-twitter" target="_blank"></a></li>
<li><a href="{$_conf.jrSoloPro_google_url}" class="social-google" target="_blank"></a></li>
<li><a href="{$_conf.jrSoloPro_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
<li><a href="{$_conf.jrSoloPro_youtube_url}" class="social-youtube" target="_blank"></a></li>
</ul>
{* An auto footer that rotates phrases to help jamroom.net. If you like jamroom, leave this here. We'd appreciate it. Thanks. *}
{jrCore_powered_by}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
thank you.
updated by @serveion: 06/01/18 02:02:30PM