Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Is it possible to change Quark theme navigation menu from one page to multi page?

first-time form theme

Started by Osman KARS 5 years ago · 5 replies · 1276 views
5 years ago

Hi First Thank you to you to make Such awesome cms.

I download the theme and start with quark theme and I like it so much but there is an issue the blog that I want to transfer from wordpress to Graw is more than 200 pages so Is it possible to change Quark theme navigation menu from one page to multi page?

5 years ago

Hi @nakliyeci - welcome to Grav, hope you enjoy it 😃
I'm not sure if I understand your question right - you say you have a blog with 200+ pages, right ?
if so, why not just use the archive and/or archive plus Plugin to create comprehensive navigation page(s) ?
as an example, you may look at my blog (migrated from wordpress, too) here (complete archive) or here (IT related Posts)

5 years ago

It's a clever solution but even if you have a navigation menu than you can link from navigation to archive page like you have. So I know its possible if you change the source code of theme. But

  • first I m not so good to change codes.
  • Second I don't now it the author will let me..
5 years ago

yes, that is what I meant: if you use an archive page, the only addition to the standard menu is a link to this page, which will automatically be added.
an no, you do not have to code to use the archive and/or archive plus plugin:
just install and activate it.
then, for your archive page, use the correct template: archive (or archive_plus).
that is all you need to do, basically.
only if you are not satisfied with the standard layout of the archive, you may want to adapt the (copy of) the templates, which is twig language, quite easy to learn 😃 - see the docs.

5 years ago

I need Menu My Friend. Thanks For your Suggestion.....

5 years ago

Hello, I would suggest to use Deliver theme, inherit your own theme and activate the menu in: user/themes/delivermytheme/delivermytheme.yaml:

YAML
enabled: true
dropdown:
  enabled: true
sticky_menu:
  enabled: false
streams:
 schemes:
   theme:
     type: ReadOnlyStream
     prefixes:
       '':
         - user/themes/delivermytheme
         - user/themes/deliver

https://demo.getgrav.org/deliver-skeleton/
The demo does not have the menu enabled.
Hope it helps.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 202 2 months ago
Themes & Styling · by Ian, 2 months ago
3 98 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 461 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 52 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 132 3 months ago