Questions tagged [navigation]
The navigation tag has no summary.
141 questions
1 vote
1 answer
63 views
Migrating from Navee (Craft 2) to Verbb Navigation (Craft 3), updating templates
I am migrating a Craft 2 site to Craft 3 and as part of that need to migrate from the Navee plugin to the Verb Navigation plugin. The navigation data import worked fine (Thank you Verbb plugin!), but ...
1 vote
1 answer
79 views
Tertiary Nav Items breaking Navigation when lightswitch set to zero
I have a navbar built out based on a pages section (structure) that has a field hideFromNav that when set to on hides the item from the nav bar - this is on line 8 of the code below. This works fine ...
0 votes
1 answer
270 views
Get Navigation Node by Custom Field
I wonder if it's possible to query navigation nodes by custom field when using the Navigation plugin by Verbb. I haven't seen it in the documentation. Suppose I have a Navigation menu with a field ...
0 votes
1 answer
323 views
Navigation from structure with field Entries for URL
I am new to craftcms and searching did not get any answer. I have 2 fields setup navUrl (type entries) and customUrl (url) and I have a section called mainMenu with these fields. I have then added the ...
0 votes
1 answer
64 views
Multiple entries urls performance
I was wondering if there is a more efficient way, performance side, to call multiple urls for a navigation element in case of a multi language site (so static links are not an option). <div> &...
0 votes
1 answer
247 views
Improve performance and element queries when used multiple times
So I am building a mega menu and a separate set of templates for mobile. Both use the same set of element queries, which query two larger sections for pages and hierarchy. I am seeing quite slow load ...
1 vote
1 answer
380 views
Navigation Menu Options - drop downs and sticky?
I'm new to Craft CMS. It is possible to create a navigation menu with drop down menu items and a sticky menu bar on the desktop view please? How/where do I do this please? (Using Craft 2.7.10) ...
1 vote
1 answer
36 views
Creating a channel (or entries) using a similar channel
I am currently trying to make a channel called "classmates" similar to a channel that is called "News". I have this working beautifully, but I am not sure how to set a different ...
1 vote
1 answer
78 views
Adding Categories navigation to show certain entries
I'm abit lost as to how to structure my FAQ page. I have a single FAQ page that pulls in every FAQ post, these posts come from the FAQ Entries channel. But On the single FAQ page, how do I add a ...
1 vote
1 answer
104 views
Get the Sub-Category Link from Category field in a Structure (output with Nav tag)
I am creating a Structure for the main navigation that has two possible choices for the Link: Entries field or a Categories field. The answer I received here showed me how to setup the basics but if ...
1 vote
1 answer
101 views
Structure Navigation with 3 possible Link Types using Nav tag
I'd like to build a Structure that can be used to output the main site navigation; each "entry" in the Structure would have three custom fields (types): Category, Entries, URL This question ...
1 vote
1 answer
84 views
How to build a language switcher that covers entries with custom routes?
I have a site with a structure and various channels, that live inside that structure. I started with the language switcher from https://craftcms.stackexchange.com/a/26347/8325; but that will only ...
1 vote
1 answer
472 views
Change base URL for email activation link?
I am using Craft as a headless CMS and have set base Url/siteUrl to the url of my React/Gatsby site. I needed to do this as my navigation plugin, Navie, appends it by default. But now when users ...
0 votes
0 answers
45 views
Set active class on parrents in a structure?
I have a section (structure) called "blog" but "blog" is not in the URL. I have entries like: Entry 1a --Entry 1b ----Entry 1c Entry 2a ---Entry 2b A navigation like: Overview <- a template in ...
1 vote
0 answers
165 views
Using CTA Buttons as Supplemental Subnav
I am a content administrator for a major US city that's using Craft CMS. The content categories for our website (i.e., Resources, Services, Topics, etc.) are great for providing different ways to ...