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

How can I reposition the breadcrumbs in Quark theme?

plugin plugins theme

Started by Takis 3 years ago · 1 replies · 623 views
3 years ago

Hi, I installed the breadcrumbs plugin and i want to display it exactly under header navigation bar. My problem is that in blog pages it displayed under the hero image?!! How can I display it before the hero image?
I use that latest version v1.7.40 of Grav and quark theme.

3 years ago

Hi, go to

/user/themes/(quark)/templates/

find your plog page twig file - something like blog.html.twig

after that find where are partials/breadcrumbs in code, and move where you want...

code to move should look like

TWIG
    {% if show_breadcrumbs and config.plugins.breadcrumbs.enabled %}
        {% include 'partials/breadcrumbs.html.twig' %}
    {% endif %}

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by stuart young, 2 weeks ago
3 251 2 weeks ago
Themes & Styling · by Sebadamus, 3 weeks ago
5 317 2 weeks ago
Themes & Styling · by martynfoster735, 4 weeks ago
1 310 4 weeks ago
Themes & Styling · by Justin Young, 1 month ago
1 348 1 month ago
Themes & Styling · by Slebeig, 2 months ago
4 474 2 months ago