Hi freersupport,
this is not expected behavior. Could you please submit a ticket for this issue and include admin credentials for your store it in, so we can investigate what the problem might be.
Do not write your credentials here because other users will be able to see them too!
Hi jkrauss,
we cannot seem to reproduce this issue, are using any of our themes? Do you get the same problem on any of our demos?
Looking forward to your answer!
@media all and (min-width: 1025px) {
.manufacturer-details, .vendor-details {
display: none;
}
}
.manufacturer-item .title,
.vendor-item .title {
position: static;
}
Hi armscar,
in order to hide the Manufacturers images, you need to open the ManufacturerAll.cshtml file, located in the following folder:
~ Presentation\Nop.Web\Themes\Pavilion\Views\Catalog\
in your text editor and comment-out the <div class="picture"> like so:
@foreach (var item in Model)
{
<div class="item-box">
<div class="manufacturer-item">
<h2 class="title">
<a href="@Url.RouteUrl("Manufacturer", new { SeName = item.SeName })" title="@item.PictureModel.Title">
@item.Name
</a>
</h2>
@*<div class="picture">
<a href="@Url.RouteUrl("Manufacturer", new { SeName = item.SeName })" title="@item.PictureModel.Title">
<img alt="@item.PictureModel.AlternateText" src="@item.PictureModel.ImageUrl" title="@item.PictureModel.Title" />
</a>
</div>*@
</div>
</div>
}
Hi tjxx919,
we just tried again with the same version of Firefox and we cannot recreate this issue. Which version of nop-commerce are you using?
Could you please submit a ticket for this issue and include a working link to your store and admin credentials for it so we can investigate what the problem might be?
Do not submit your credentials here because other users will be able to see them too!
Hello tjxx919,
the reason why there is no select button is that normally you would need to click on the image and it gets selected and the pop-up closes.
If you are having any issues with this functionality then please share some more details on what browser or device you are using so we can try to reproduce it.
Hello sknoptemplate,
sorry for the inconvenience and thank you for pointing that out!
This bug is coming from the Kendo Core Library which is part of the Nop Commerce system, and on which our Ajax Filters Pro plugin is based on.
We have now made it so all of our plugins use the latest version of the Kendo Core Library and you will not be having such issues anymore.
For the purpose, you need to update your SevenSpikes.Core and AjaxFilters.Pro plugins to the latest version.
This is the full list of plugins affected by this change:
Seven Spikes Core
Ajax Cart
Ajax Filters
Ajax Filters Pro
Instant Search
Price Match
Quick View
Rich Blog