Hi jkeeler,
This looks to me like there is a JavaScript error. Please make sure you are using the latest version of all files of the plugin and clear your browser`s cache so that the modified files are used.
if (Nop.Core.Infrastructure.EngineContext.Current.Resolve<Nop.Core.IStoreContext>().CurrentStore.Id == 1)
{
<li>
<a href="http://www.store2.com" title="Store 2" target="_blank">Store 2</a>
</li>
}
else
{
<li>
<a href="http://www.store1.com" title="Store 1" target="_blank">Store 1</a>
</li>
}
if (Model.Settings.IncludeForumLink)
{
<li>
<a href="@Url.RouteUrl("Boards")" title="@T("Forum.Forums")">@T("Forum.Forums")</a>
</li>
}
<li>
<a href="http://www.store1.com" title="Store1" target="_blank">Store1</a>
</li>