1. In the footer code there is reference to social media links much like index_top.tpl but the code is different looking for the name vs url in the skin global conf. See code below. I do not see an area to set this. Is the code supposed to be identical in both or is there something I am missing?
2. The scroll up code is in the footer but I do not see it on my site. I added some google ads in my footer but I have tested with the default template also.
Thanks!
footer.tpl
{if strlen($_conf.MixAP_twitter_name) > 0}
<a href="https://twitter.com/{$_conf.MixAP_twitter_name}" target="_blank">{jrCore_image image="sn-twitter.png" width="40" height="40" class="social-img" alt="twitter" title="Follow @{$_conf.MixAP_twitter_name}"}</a>
{/if}
index_top.tpl
{if strlen($_conf.MixAP_twitter_url) > 0 && $_conf.MixAP_twitter_url != "0"}
<li><a href="{$_conf.MixAP_twitter_url}" class="social-twitter" target="_blank"></a></li>
{/if}
updated by @dazed: 04/20/17 09:17:52PM