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.
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Themes & Styling
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 %}
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 4 | 193 | 2 months ago | ||
| 3 | 90 | 2 months ago | ||
| 11 | 449 | 3 months ago | ||
| 0 | 43 | 3 months ago | ||
| 5 | 123 | 3 months ago |