I added a widget successfully to 'mobile_home_page_top' and saw it, once the page is refreshed, I get an error:
[code] Value cannot be null. Parameter name: first Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: first
Source Error:
Line 3: @foreach (var widget in Model) Line 4: { Line 5: @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues) Line 6: }
I added a widget successfully to 'mobile_home_page_top' and saw it, once the page is refreshed, I get an error:
[code] Value cannot be null. Parameter name: first Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Hi Dave,
I guess this is because you are trying to use the plugin in the Mobile theme. Please note that our plugins are intended for the Desktop theme only. We haven't tested integrating the plugins with the Mobile theme, so we can't guarantee that the plugins will work with the Mobile theme.
I've added a slider to a widget and a category, it's appearing in the widget but not the category, can you let me know what widget in the category page it gets assigned to?
I've added a slider to a widget and a category, it's appearing in the widget but not the category, can you let me know what widget in the category page it gets assigned to?
Thanks,
Dave
Hi Dave,
The widget zones is simply the place where the Slider will be shown. If you map a Slider to a given category then the Slider will be shown only on that specific category page. So it makes sense to add a Slider only to category page specific widget zones or some common widget zones that are available on the category page i.e content_before.