Sorry for the duplicates, tried by can't delete them
Thank you Iliyan for you response
i tried that iteration as well with no success
here is exactly what i did:
if (bundleFiles.Value)
{
//bundling is enabled
var result = new StringBuilder();
var partsToBundle = distinctParts.ToArray();
if (partsToBundle.Length > 0)
{
//IMPORTANT: Do not use CSS bundling in virtual categories
string bundleVirtualPath = GetBundleVirtualPath("~/bundles/styles/", ".css", partsToBundle);
//create bundle
lock (s_lock)
{
var bundleCdnPath = "https//cdn4-st1.azureedge.net{0}";
var bundleFor = BundleTable.Bundles.GetBundleFor(bundleVirtualPath);
if (bundleFor == null)
{
var bundle = new StyleBundle(bundleVirtualPath, bundleCdnPath);
//bundle.Transforms.Clear();
//"As is" ordering
bundle.Orderer = new AsIsBundleOrderer();
//disable file extension replacements. renders scripts which were specified by a developer
bundle.EnableFileExtensionReplacements = false;
foreach (var ptb in partsToBundle)
{
bundle.Include(ptb, GetCssTranform());
}
BundleTable.Bundles.Add(bundle);
BundleTable.Bundles.UseCdn = true;
BundleTable.EnableOptimizations = true;
}
}
//parts to bundle
result.AppendLine(Styles.RenderFormat("bundleVirtualPath", "bundleCdnPath").ToString());
}
return result.ToString();
}
Excellent, it works!
Thank you Hristian
@Html.NopCssFiles(this.Url, ResourceLocation.Head)
<link type="text/css" rel="Stylesheet" href="@Url.Content("~/Themes/DefaultClean/Content/styles.custom.plugins.css")" />
@Html.NopScripts(this.Url, ResourceLocation.Head)
Hi Support, I'm upgrading to the latest version of NopTractionTheme_3.5.763.15407 but always fail when installing Nop Ajax Filters Pro with this exception:
Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
[code]
Line 3: @foreach (var widget in Model)
Line 4: {
Line 5: @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6: }
Source File: c:\VS2013 Projects\ehubcap_Proj - Copy - test-plugins\Presentation\Nop.Web\Views\Widget\WidgetsByZone.cshtml Line: 5
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
SevenSpikes.Nop.Core.Helpers.ConvertToDictionaryHelper.CreateDictionaryFromSemicolonSeparatedPair(IList`1 semicolonPairValues) +623
SevenSpikes.Nop.Plugins.AjaxFilters.Pro.Controllers.AjaxFiltersProController.N51v3MNFl() +775
SevenSpikes.Nop.Plugins.AjaxFilters.Pro.Controllers.AjaxFiltersProController.GetWidgetFiltersPro(String widgetZone) +2914
lambda_method(Closure , ControllerBase , Object[] ) +192
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +81
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +751
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +93
System.Web.Mvc.Async.ActionInvocation.InvokeSynchronousActionMethod() +90
System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +45
System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +211
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +196
System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +141
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +65
System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +189
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +717
System.Web.Mvc.Async.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) +66
System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +71
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +196
System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +141
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +65
System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +103
System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +330
System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +71
System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +196
System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +73
System.Web.Mvc.Async.AsyncControllerAction
Oh! Ok I will be purchasing the plugin shorthy
Thank you Boyko and Happy New Year to you, the Nop-template team an yours families
I got this warning in the Admin page System tab after upgrading my Nopcommerce and Traction Theme to v3.50. I have a single license of the Ultimate Plugin collection for v3.40 that I'm pulling this Smart SEO plugin from.
Isn't v3.50 installation supposed to be backward compatible with versions like 3.40?
I would like to be able to continuing using my 3.40 version of the Plugin since 3.50 doesn't seem to have any substantial enhancement that I could benefit from, but it wont show after uninstalling and re installing it (SevenSpikes.Nop.Plugins.SmartSEO v3.40)
Advise
Thank you
ehubcap
Hi Denis, precisely I did that’s why I writing to you, I’m able to reproduce this bug out of the Nop Traction Demo Store with mi HTC Incredible, see attached snapshots as a reference
Thank you
Jose Plunkett
Ehubcap
The issue reappears on Nop Traction Responsive Theme, can you look at and let me know when a solution will available