Hello,
please open a support ticket and post a link to your website so we can inspect the problem.
Regards
We turned the feature on for you, check the demo again:
http://themes.pavilion.nop-templates.com/
Hi,
this is the "Home Page Categories" section.
In order to have this section on your home page you have to set a few featured categories - go to the admin panel of any category (Admin > Catalog > Categories > List > Edit) and enable the option "Show on home page". Once enabled, this option will render the category on the home page.
Regards
Hi,
you can remove the unwanted footer list items from your Footer.cshtml file in your Traction theme (Themes\Traction\Common\Footer.cshtml). Open the file and look for this list:
<ul>
<li class="phone">@T("SevenSpikes.Themes.Traction.Common.Phone")</li>
<li class="fax">@T("SevenSpikes.Themes.Traction.Common.Fax")</li>
<li class="mobile">@T("SevenSpikes.Themes.Traction.Common.Mobile")</li>
<li class="email">@T("SevenSpikes.Themes.Traction.Common.EmailName")@T("SevenSpikes.Themes.Traction.Common.EmailAt")@T("SevenSpikes.Themes.Traction.Common.EmailDomain")</li>
<li class="skype">@T("SevenSpikes.Themes.Traction.Common.Skype")</li>
</ul>
When you find it, delete the items (lines) you don't need.
As for the submit ticket button, you can add this piece of code to your main css file (styles.css):
.submit-ticket-button {
min-width: 115px;
border: 1px solid #ccc;
background-color: #eee;
padding: 8px 12px;
text-align: center;
font-size: 13px;
}
If you need any further assistance about bugs, please open a support ticket instead of writing in the forum.
Regards.
Hello