I got how to remove pictures and adjust width between categories.
Now I need menu with more categories in a row, not just 4.
Could you let me know how to make it?
Thanks
Hi
I am going to open a bookstore, having many of categories and sub-categories.
I've selected 'Infinite Categories sublist', it's too long so I miss some of them at the bottom of the categories.
I hope to set categories in grid(without picture). I'm sure it's the most ideal for customer's convenience.
Any advice?
Thanks.
Regards,
Juson
Hi Juson,
The forum link is displayed in the menu and not in the footer. If you need to show the forum link in the footer, you should edit the Themes\Brooklyn\Views\Common\Footer.cshtml file and add the following:
@if (Model.ForumEnabled)
{
<li><a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a></li>
}
I cannot find the way to access to forum.
I enabled forum in administrator menu, should be on column 2 in footer.
Am I missing something?
About information text, I had changed it in language string menu, but in this forum, I've seen a reply that it could be changed in topic area. I wonder nop-template team member changed the way to modify.
Thanks for your great theme and plug-ins.
Regards,
Juson