Close

Profile: Support

Avatar

User posts

Bugs
10 years ago

ustuffed wrote:
Hi,
When the screen is smaller than the default resolution, the responsive theme creates a "second floor" menu.
When a box-menu of some menu is open, and you hover on the box but behind has an item of main menu, the box is closed.

http://i.imgur.com/gjhtRyI.png

In the image that's linked above. When you hover the pointer on the "football" sub-categorie, the box is closed, cuz "contact us" item is behind.
In my store we have lots of categories in the main menu, so the "second floor" 's boxes are always closed by this bug. Making the boxes inaccessible.


Hi,

Thank you for your feedback!

We have fixed that issue and uploaded on our site. In order to integrate the fix just download the theme again from your My Downloads section and replace the following file with the one from the package:

Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Themes\Motion\Content\MegaMenu.css

After that you need to clear your browser's cache and reload the page.

Please let us know if the issue still exists!

Best Regards!

Bugs
10 years ago

lacorne wrote:
Error on install of the Product Ribbons:
(all other plugins install successfully)

The level of log entry.Log level:  
Error

The log entry message.Short message:  
A generic error occurred in GDI+.

The details for the log entry.Full message:  
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+. at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams) at ImageResizer.ImageBuilder.buildToStream(Bitmap source, Stream dest, ResizeSettings settings) at ImageResizer.ImageBuilder.BuildJob(ImageJob job) at ImageResizer.ImageBuilder.Build(ImageJob job) at ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource, Boolean addFileExtension) at ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings, Boolean disposeSource) at ImageResizer.ImageBuilder.Build(Object source, Object dest, ResizeSettings settings) at Nop.Services.Media.PictureService.ValidatePicture(Byte[] pictureBinary, String mimeType) at Nop.Services.Media.PictureService.InsertPicture(Byte[] pictureBinary, String mimeType, String seoFilename, Boolean isNew, Boolean validateBinary) at SevenSpikes.Nop.Plugins.ProductRibbons.Plugin.ProductRibbonsPlugin.gryraWbV17Ql5hT4nHx(Object , Object , Object , Object , Boolean , Boolean ) at SevenSpikes.Nop.Plugins.ProductRibbons.Plugin.ProductRibbonsPlugin.Tff77vbkTa() at SevenSpikes.Nop.Plugins.ProductRibbons.Plugin.ProductRibbonsPlugin.InstallAdditionalSettings() at SevenSpikes.Nop.Framework.Plugin.BasePlugin7Spikes.v4K8MlfUlXjk4qm9oqe(Object ) at SevenSpikes.Nop.Framework.Plugin.BasePlugin7Spikes.Install() at Nop.Admin.Controllers.PluginController.Install(String systemName)


Hi Lacorne,

The error described is due to not having permissions on the server for the ~/Content/images folder which nopCommerce uses for saving the thumbnails of all images on the site. Can you please make sure that you have read/write permissions set for the ~/Content folder on your server.

Hope that helps!

Best Regards!

Bugs
10 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!

10 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!

10 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!

10 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
10 years ago

Topic for reporting any Nop Nitro Responsive Theme problems.

10 years ago

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

10 years ago

Topic for general discussion regarding the Nop Nitro Responsive Theme.

10 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!