Thanks. That was it. I moved it out of the <div class="gallery"> and it now appears. Just need to place it now. Will put it under the Add to Cart button like the original look of the Lighthouse Template.
There is the current site with Cloud Zoom disabled: http://www.oakstone.com/comprehensive-review-of-colon-and-rectal-surgery
Here is the plugin enabled: http://qa.oakstone.com/comprehensive-review-of-colon-and-rectal-surgery
Implementing Cloud Zoom 3.2 on the Lighthouse template, the share buttons and the SKU do not display now. Is this just due to CSS? If so, how can I enable it?
Thank.
Is there a way to use the slider and have a paragraph of text instead of the image? It would help with the mobile view and reading text. Using this for testimonials.
Thanks.
Ok. I understand. However, I do not think the order is working. It's using the Id from the table SS_HW_HtmlWidget. I have 3 widgets in a widget called home_page_top. They were are out of order. I deleted the one out of order, and added a new one. Now it's in the correct order.
I see the table SS_MAP_EntityWidgetMappingwith the DisplayOrder field, but I feel like the ID or EntityId is used.
I have several widgets in the home_page_top zone. I'm trying to put them in a certain order and have the display order correct. However, the display never is correct. Looking at _HtmlWidget.cshtml, I do not see an order by for HtmlWidgets. Should there be?
I'm using the Lighthouse template 3.2
@using SevenSpikes.Nop.Plugins.HtmlWidgets.Models;
@model HtmlWidgetsPublicFullModel
@{
if (Model.HtmlWidgets.Count > 0)
{
foreach (var htmlwidget in Model.HtmlWidgets)
{
<div>
@Html.Raw(htmlwidget.HtmlContent)
</div>
}
}
}
Morning Nikola,
We are using Nopcommerce 3.2 and the lighthouse theme is 3.21.
Thanks.
Can the control navigation be turned on for the lighthouse theme. The option is enabled. I thought by updating the jquery.nivo.slider.js file controlNavEl: true would enable the option.
I think I have resolved this. I compared the two files, and replaced any reference to kendo with the backup with referencing Kendo JS. It seems the license if only for instantSearch.
@* Kendo UI javascript file could not be used in any ways outsite the InstantSearch plugin without purchasing Kendo UI commercial license
<script src="@Url.Content("~/Plugins/SevenSpikes.Nop.Plugins.Core/Scripts/kendo.public.min.js")" type="text/javascript"></script> *@
I'm looking at a backup of instantSearch.cshtml and it has this code included. THis file does exist.
Html.AddScriptParts("~/Plugins/SevenSpikes.Core/Scripts/kendo.public.min.js");