Close

Profile: nikola.dragiev

Avatar

User posts

6 years ago

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;
}


P.S. The Custom Head Styles text field is located in your Theme's plugin in the Administration -> Nop Templates -> Themes -> Pavilion -> Settings.

6 years ago

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>

Bugs
6 years ago

hsi_isdept wrote:
Due to no longer having an active support plan for the themes (I'm not sure why we would need an active support plan to report a bug), I did submit a ticket under a different item's license.  Please review at your earliest convenience.  Thanks.


Hello,

Thank you for the feedback. We are using our ticketing system to have a better quality support. For example, when you submit a ticket you can specify the product, browser version, nopCommerce version etc. and also you are able to attach files, which is not possible in our Forum. Also when a customer submits a ticket it is assigned to a team member that will provide the best solution, which makes our support faster and more efficient. Reporting bugs is, of course, something that doesn't require a valid license and it is a very important feedback to us. When I suggested you to submit a ticket I had not check that it was not possible for you to do it for that product and I'm sorry about that. Nevertheless, we will examine the issue and will provide you with an answer very soon. You are a valid customer and we hope that you are satisfied with the service we provide. Thank you!

6 years ago

Hello,

I see that you have submitted a ticket about that issue and the problem seems to be fixed. Thank you for your feedback.

Bugs
6 years ago

Hello,

Sorry about the misunderstanding, can you please submit a ticket to our ticketing system and a theme member will investigate that issue.

Bugs
6 years ago

hsi_isdept wrote:
As a side note, this can be recreated on your demo of the Brooklyn theme by selecting the second style (red accents versus pink).  It moves the search bar up to the top center of the page versus to the right of the menu bar.

Thanks.


Hello,

The Brooklyn theme has two header layouts available for our customers to choose. In the second Demo of the theme, we have displayed the second variant for the header layout, in which the search bar and other elements are positioned in different places. If you are referring to that it is not a problem, but another option for you. If not please specify what exactly are you pointing out as a potential bug.

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.

7 years ago

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.

7 years ago

hanz wrote:
Hi,

Is there a way to change the page loader ?

Thanks in advance!
Hans


Hello,

The loader of the theme is a simple CSS loader. If you like to change it you can find a suitable replacement on Internet or create one yourself and just replace the styling for .loader and .loader-overlay in the styles.css file (\Themes\Native\Content\css).


p.s.Have in mind that the same loader is used in the Home Page Tabs of the theme and if you change the styling it will be reflected there also