Close

Profile: Support

Avatar

User posts

Bugs
11 years ago

lacorne wrote:
Hello,
I have purchased and install the ArtFactory template.
All is working well, except that the “Nop ArtFactory Theme” option does not appear in the “plugins” dropdown menu, to access the theme settings.
Any idea why? And how to resolve this (I have restart the app)
Also I would need to create my own Color preset, could you direct me where the customization should be done?
Thank you


Hi Lacorne,

Can you please double check that the Nop ArtFactory Theme plugin is installed in the administration -> configuration -> plugins. If not, you should install it and it will appear in the admin -> plugins menu.

As to using your own color for the preset, please follow the instructions below:

The easiest way to add new color preset is to modify an existing one.
You can change the color of the theme in the following way. Choose one color presets, say: Mint (whatever you choose, just not the default one - aquamarine) and choose it in the administration. Then open the Themes/ArtFactory/Content/css/styles.css file and in the beginning of the file, you will see a section called "COLOR SCHEMES" with styles and color values which start with .color-mint . Just change the values for the color properties for all such css classes, which start with the class .color-mint. Then when you save the css file and have selected the Mint color from the administration, the theme should use your color. There is no way to add your new color to the administration of the theme in this version. We are planning to implement a feature for the new version 3.4 of nopCommerce where customers will be able to set the hex code in the administration of the theme and this color to be used in the public part.

Hope that helps!

Best Regards!

11 years ago

Hi Olga,

Sorry for the late reply!

Yes the Nop Nitro Theme does have a forum support. You can see it enabled on our demo . The RTL version of the forum willbe ready in a day or two.

Should you need nay further information, please do not hesitate to contact us again!

Best Regards!

11 years ago

morton2982 wrote:
Hi

Im trying to change my website from full width to 980px wide.  I have changed this but everything is no left aligned.  Any idea how to fix this?

http://www.directbaskets.co.uk

Thanks
Keir


Hi Keir,

I had a look at your site and the only issue I found was that you have changed the margin on the product grid and that is why your products are not aligned correctly. You should have the following css:

.product-grid {
margin: 0 0 20px 0;
}

By default the Nop Alicante Theme content is 980px wide. Can you let us know what do you mean by "Im trying to change my website from full width to 980px wide." Do you have in mind the header and the footer or something else, as it is not very clear.

Looking forward to your reply!

Best Regards!

11 years ago

pdesignz wrote:
I have Nop 3.0 & 3.3 and am using the Ultimate Plugin, I wanted to see if it is possible to convert the additional images on product pages to a jcaoursel?

Thanks


Hi pdesignz,

What do you mean by "additional images on product pages". If you have in mind the thumbs of a product on the product page, you can enable the Nop Cloud Zoom plugin which have a setting in its administration for displaying the picture thumbs in a carousel.

Hope that helps!

Best Regards!

Bugs
11 years ago

Topic for reporting any Nop Nitro Responsive Theme problems.

11 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Nitro Theme for nopCommerce.

11 years ago

Topic for general discussion regarding the Nop Nitro Responsive Theme.

11 years ago

pdesignz wrote:
I am using Nop 3.0 with the Nop Templates Ultimate Plugin. The two I have noticed that has an issue is Mega Menu and Cloud Zoom. The issue I have noticed, is that when I have a drop down and I hover on the drop down of the mega menu and when I get to the product image using cloud zoom, that the drop down then disappears and cloud zoom takes over...Any idea how to fix this issue.

Thanks


Hi pdesignz,

You can fix that by adding the following css styles:

.header-menu, .mega-menu {z-index: 1001;}

Please let us know if the issue still exists!

Best Regards!

11 years ago

Hi ALEX_,

I am not sure that I understand you correctly. Currently if you see the products in list on our demo the image is on the left and the description is on the right of the image. When you see the same page on small mobile device (click on the iPhone image on the top of the page) the products are displayed one on a line and the image is on the top(as you want I guess) and the description is below the image.

If you can send some screenshots to our support email on how you want to customize the item-boxes it will be best, so that we can get a better understanding.

Looking forward to your reply!

Best Regards!

11 years ago

d-print wrote:
Hi Guys,

Is there any way of adding additional colours to the admin selection for the theme?
I am using a different colour per store and although I am aware that I can change the colours in the CSS for the existing, I wondered if it is possible to add colour selections?

Thanks in advance


Hi,

Unfortunately this is not possible at the moment to have your own custom color as part of the color presets, but we are thinking of a color picker in the administration of the plugin that will allow you to  choose your own color for the color preset.
You can suggest this in our user voice portal and we will implement it in the next release of nopCommerce that is coming in a month.
Currently the only way to have your own color is to adjust the Themes/Allure/Content/Css/styles.css file and have your color there.

Thanks again!

Best Regards!