Hello,
Usually, the theme's home page layout is thought to use the Smart Product Collections as a navigation throughout the Categories of the Theme. That is why the default Home Page Category boxes are hidden with CSS and are not displaying. However, it is very easy to display them, just add this CSS code inside your Custom Head Styles:
.home-page-category-grid {
display: block;
}
Hello,
This is a simple loader effect added to display over the content of the page while the HTML CSS and JavaScript is loading. It will not have any effect on the performance of your website. If you don't like to have it you can remove it very easy. Open the _Root.Head.cshtml razor view file, located in the \Themes\Uptown\Views\Shared folder, locate and delete this line of code:
<div class=" loader-overlay">
<div class="loader"></div></div>
Hello,
I see that you have submitted a ticket about that issue and the problem seems to be fixed. Thank you for your feedback.
Hello,
Sorry about the misunderstanding, can you please submit a ticket to our ticketing system and a theme member will investigate that issue.
Hello,
Will it be possible for you to submit a ticket about that issue? You can do that from your MyAccount page -> New Ticket. We will make sure to investigate the problem and provide you with a solution for it.
Hello,
Unfortunately, the theme is developed and tested with a restricted content width of 1000px for desktop devices. We provide a fluid template (Nop Minimal Theme) to satisfy the demand for such a theme. If you submit us a ticket we can give provide you with custom CSS which will stretch the content to the full width of the page. Unfortunately, we can't guarantee that there will not be problems with styling breaking in some pages. Therefore we recommend that you leave the content width restriction as it is.
Hello,
Will it be possible for you to submit a ticket about that issue to our support team? It will be easier for us to examine the issue because we will have information about which version of the product you are using and if possible a live store link to your website. Also, we have the possibility to exchange files there which is not possible in the NopTemplates forum.
Thank you.