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.

colin avolve Member

@avolve · Joined 9 years ago · 29 posts · 9 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Runtime exception page not found (modular form; action route) · 3 years ago

    In troubleshooting this further, It appears that having - display: thankyou at the end of `process:` was causing the issue. I had copied this from the example at https://learn.getgrav.org/16/form

  • Runtime exception page not found (modular form; action route) · 3 years ago

    I am testing a contact form in a modular page. The form fields display as expected, and I have followed the details at https://learn.getgrav.org/17/forms/forms/how-to-forms-in-modular-pages to double

  • Theme variable for content without title? · 3 years ago

    I do appreciate the assistance (though your tone reads as passive aggressive and infers I am lying — which is not helpful). Marking this as closed.

  • Theme variable for content without title? · 3 years ago

    Appreciate the further suggestions. The header for the md file includes --- title: Leagues and Divisions routable: false menu: Teams --- and the template.html.twig {% set grid_size = theme_var('grid-

  • Theme variable for content without title? · 3 years ago

    thanks @b.da To clarify further, this is a modular page/template, Quark theme inheritance. And {{ content|raw }} and {{ page.content|raw }} generate the same output, including the title and body text

  • Theme variable for content without title? · 3 years ago

    {{ content }} includes the page title and body of text (text below the line in the md file) I have updated the OP to clarify this.

  • Hero image as a slideshow with unitegallery plugin in quark theme · 3 years ago

    I have a site in beta testing with what you are wanting to do. I used the lightslider plugin dev.avolvedesigns.net

  • Theme variable for content without title? · 3 years ago

    To display a pages content, the following theme variable is including in a template {{ content|raw }} Which includes the title and be body of text You can also display just the title using {{ header.

  • Disable scroll wheel zoom on Leaflet? · 7 years ago

    Appreciate the reply — I revisited my customised mapleaflet.html.twig file (in theme/templates/partials). I changed var map = L.map('{{mapname}}').setView([{{ lat }}, {{ lng }}],{{ zoom }}); to var m

  • Disable scroll wheel zoom on Leaflet? · 7 years ago

    Anyone have advice on disabling scroll wheel/mousepad zooming when using the Map marker leaflet plugin? https://github.com/finanalyst/grav-plugin-map-marker-leaflet/ JS is not my strong suit, and any