Hi,
I have just checked this and it is working fine - it is not throwing an error. Let us know if you got this resolved.
Hi,
We made some mark-up re-factoring and we missed to update this comment. It should look like this:
<li>
<span title="Topics">Topics</span>
<div class="sublist-wrap">
<ul class="sublist">
@foreach (var topic in Model.Topics)
{
<li><a href="@Url.RouteUrl("Topic", new {SeName = topic.SeName})" title="@topic.Name">@topic.Name</a></li>
}
</ul>
</div>
</li>
Hi,
That sounds like good functionality. Please suggest it here, so we can plan it for the future releases.
.shops-list li:nth-child(n+4) {
display: none;
}
$(document).ready(function () {
$('.getUserGeoLocation').click();
});