Close

Profile: Juson

Avatar

User posts

8 years ago

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

8 years ago

Juson wrote:
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






Solved. I modified CSS file, refer to

https://www.nop-templates.com/boards/topic/2514/category-menu-template-grid-without-pictures#9095

Thanks

8 years ago

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

Bugs
8 years ago

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>
}


in the <ul> in the second or third column within the <ul> html tag.

As to the text in the footer, for the Brooklyn theme is a locale resource that you can change either from your Languages administration or directly from admin -> plugins -> 7Spikes themes -> nop brooklyn theme -> manage theme resources.

Hope this helps.
[/quote]


Perfect. Thanks a lot.

Bugs
8 years ago

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