Could you notify us here after implementation? thank you
Hi, I need to add different url to second language for the info boxes. There is no point of having multi-language then point the url to English page. Please help
Hi,
How to yo set 2 products per row on mobile? I was able to set it in version 3.9 by change
@media all and (min-width: 481px) to @media all and (min-width: 480px), but it does not seem to work on current version 4.1
Thank you
Hi,
How to yo set 2 products per row on mobile? I was able to set it in version 3.9 by change
@media all and (min-width: 481px) to @media all and (min-width: 480px), but it does not seem to work on current version 4.1
Hi Valentin Kirov,
That works great. Thank you so much for your help
Hello Valentin Kirov,
Thank you for your reply. What I mean is
how to add another widget zone under that but using different category ID for the new widget zone.
For example:
var categoryIds = new List<int> { 2, 3, 4 }
widgetZone = "categorydetails_top"
var categoryIds = new List<int> { 5, 6, 7 }
widgetZone = "example"
@Html.Widget("categorydetails_top", Model.Id)
@{
var categoryIds = new List<int> { 2, 3, 4 }; // Inside the curly brackets you can list all category IDs, comma separated
if (categoryIds.Contains(Model.Id))
{
@Html.Widget("categorydetails_top", Model.Id)
}
}
@Html.Widget("categorydetails_top", Model.Id)
@{
var categoryIds = new List<int> { 2, 3, 4 }; // Inside the curly brackets you can list all category IDs, comma separated
if (categoryIds.Contains(Model.Id))
{
@Html.Widget("categorydetails_top", Model.Id)
}
}
Be able to add link to info boxes. There's no good just to see image and text, most of the time users would want to click on the image