Close

Profile: SDobrev

Avatar

User posts

Fout by debug
6 years ago

Hi,

This sounds like a permissions problem. Make sure that the ASPNET account has full access to the Temporary ASP.NET Files folder.

Hello,

Sorry for the late reply!

Do you have any custom modifications? Most probably you have changed the Autofac version.

We are using the nopCommerce packages in our plugins.

6 years ago

Hi,

You can create a new product template. In the QuickView documentation, you can find out more information.

Unfortunately, it is not possible to add a custom property to the model as we are using our own model.

Bugs
7 years ago

Hi,

Can you explain in more detail what is the configuration?

Bugs
7 years ago

Hi,

Can you check in the database or in All Settings page what is the value of the brooklynthemesettings.preset setting?

You can use one workaround until you resolve this problem. In the theme.custom CSS file modify the "#cc8a97" color code to the desired one.

Also please insert something in the Custom Head Styles field of the theme and check if this is included in the theme.custom-1.css.

If you have multistore check carefully the settings in the administration.

Bugs
7 years ago

Hi,

Go to Administration -> Nop-Templates -> System information and there you will find the exact version of the Core plugin and the theme plugin.

The easiest way to resolve this issue is to get the account from your boss and submit a ticket with more information and if it is possible admin credentials to your site.

Bugs
7 years ago

Hi,

Please send a private message with admin credentials to the site so we can further investigate this issue.

Bugs
7 years ago

Hi,

Please submit a ticket and attach the generated CSS file so we can test locally.

It is very strange that the file is generated and included but the changes are not applied. Can you check when you change the presets in the administration if the file is changing?

Bugs
7 years ago

Hi,

Can you provide us a link to your site? The fastest way to resolve this issue is to Submit a ticket with more information.

View the source code of the home page (Ctrl + U in Chrome) and search for:
<link href="/Themes/brooklyn/Content/css/theme.custom-1.css" rel="stylesheet" type="text/css" />.

If this code does not exist you have to update the _Root.Head.cshtml view of the theme.

If the code is there click on the link and the CSS file should open in new window and there should be some styles inside the file.

It is possible that the current user doesn't have permissions to modify this file. When you open the file from the theme directory is it empty?

Bugs
7 years ago

Hello,

Please check what version of the Theme and the Core plugin are you using.

Most probably you haven't updated _Root.Head.cshtml view.