Close

Bugs

trentnix
6 years ago
#14384 Quote
Avatar
  • 11
Nevermind on that last one. Error is on my end.
ni-fara
5 years ago
#14577 Quote
Avatar
  • 2
Hi, in shopping cart when the customer must check the checkbox to say if he is agree or disagree with conditions of use, there is a "read" link which opens a pop up that shows the conditions of use. But the pop up window doesn't have a vertical scroll and as a result it shows only a little part of conditions of use for sites which their conditions are some how long.
Valentin
5 years ago
#14583 Quote
Avatar
  • Moderator
  • 172
ni-fara wrote:
Hi, in shopping cart when the customer must check the checkbox to say if he is agree or disagree with conditions of use, there is a "read" link which opens a pop up that shows the conditions of use. But the pop up window doesn't have a vertical scroll and as a result it shows only a little part of conditions of use for sites which their conditions are some how long.


Greetings,

to fix this issue you need to add the following CSS to your Custom Head Styles section, located in your admin panel -> Nop-templates -> Themes -> Pavilion -> Settings:


.ui-dialog-content {
    overflow: auto;
}
Best Regards,

Valentin Kirov
Nop-Templates.com
ni-fara
5 years ago
#14585 Quote
Avatar
  • 2
Valentin wrote:
Greetings,

to fix this issue you need to add the following CSS to your Custom Head Styles section, located in your admin panel -> Nop-templates -> Themes -> Pavilion -> Settings:


.ui-dialog-content {
    overflow: auto;
}
Thanks alot :) .
ghdcteam2
2 years ago
#21810 Quote
Avatar
  • 1
We have the NOP-Template pavilion theme and accompanying plugins loaded and enabled.
We're seeing this error (details below) on the site all the time, and we haven't figured out what's generating it. We looked through forums as well, but there was no information.

Log level: Error
Short message: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

Full message : SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Stream stream, IImageFormat& format)
   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Byte[] data, IImageFormat& format)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModelForPicture(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture, MemoryStream stream)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModel(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.PopulateCloudZoomModel(ProductDetailsModel productModel, CloudZoomModel cloudZoomModel)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.Invoke(String widgetZone, ProductDetailsModel additionalData)
   at lambda_method(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeSyncCore(ObjectMethodExecutor executor, ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Views_Shared_Components_Widget_Default.ExecuteAsync() in /app/Views/Shared/Components/Widget/Default.cshtml:line 4
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.ExecuteAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.<>c__DisplayClass11_0.<<ExecuteAsync>b__1>d.MoveNext() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 194
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(Boolean useCachedResult, HtmlEncoder encoder)
   at Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output)
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.ExecuteAsync() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 197
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.R
todor.atanasov
2 years ago
#21813 Quote
Avatar
  • Moderator
  • 249
[quote=ghdcteam2]We have the NOP-Template pavilion theme and accompanying plugins loaded and enabled.
We're seeing this error (details below) on the site all the time, and we haven't figured out what's generating it. We looked through forums as well, but there was no information.

Log level: Error
Short message: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

Full message : SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders:
- TGA: TgaDecoder
- PNG: PngDecoder
- BMP: BmpDecoder
- JPEG: JpegDecoder
- GIF: GifDecoder

   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Stream stream, IImageFormat& format)
   at SixLabors.ImageSharp.Image.Load(Configuration configuration, Byte[] data, IImageFormat& format)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModelForPicture(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture, MemoryStream stream)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.GetCloudZoomPictureModel(ProductDetailsModel productModel, MediaSettings mediaSettings, Picture picture)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.PopulateCloudZoomModel(ProductDetailsModel productModel, CloudZoomModel cloudZoomModel)
   at SevenSpikes.Nop.Plugins.CloudZoom.Components.CloudZoomComponent.Invoke(String widgetZone, ProductDetailsModel additionalData)
   at lambda_method(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeSyncCore(ObjectMethodExecutor executor, ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Views_Shared_Components_Widget_Default.ExecuteAsync() in /app/Views/Shared/Components/Widget/Default.cshtml:line 4
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.ViewViewComponentResult.ExecuteAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentInvoker.InvokeAsync(ViewComponentContext context)
   at Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentHelper.InvokeCoreAsync(ViewComponentDescriptor descriptor, Object arguments)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.<>c__DisplayClass11_0.<<ExecuteAsync>b__1>d.MoveNext() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 194
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(Boolean useCachedResult, HtmlEncoder encoder)
   at Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output)
   at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)
   at AspNetCore.Themes_Pavilion_Views_Product_ProductTemplate_Simple.ExecuteAsync() in /app/Themes/Pavilion/Views/Product/ProductTemplate.Simple.cshtml:line 197
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
   at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, Boolean invokeViewStarts)
   at Microsoft.AspNetCore.Mvc.
Best regards,
Todor Atanasov
Nop-templates.com