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.

Chase Cromwell Member

@ChaseCrom · Joined 7 years ago · 12 posts · 5 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How to make mobile photo focus on left side · 7 years ago

    How can I adjust the Home Page skeleton so that when the hero image is loaded on mobile, the focus point is the left side of the image, not the center?

  • Site broken: Too few arguments to function · 7 years ago

    I figured it out. So. In the file system/src/Grav/Common/Twig/TwigExtension.php on line 626 it reads public function markdownFunction($context = false, $string, $block = true) this needs to be changed

  • Site broken: Too few arguments to function · 7 years ago

    I just updated both Grav and the Quark theme and now when I load my blog page (chasecrom.com/blog) I get: Too few arguments to function Grav\Common\Twig\TwigExtension::markdownFunction(), 1 passed in

  • Is there a way to add custom attributes to an image using {{ image.html }}? · 7 years ago

    This article https://hexus.net/tech/news/software/129404-google-chrome-75-support-lazy-loading-default/ makes it seem like the latest update of chrome may soon make lazy loading the default? If that i

  • Update Functionality? · 7 years ago

    I can't find any information on how the core Grav system updates. I've been getting the notice to upgrade to 1.7.0-beta, and I'm on 1.6.9. However, a changelog shows that there is a 1.6.10 available a

  • Mobile Font Size · 7 years ago

    @dimitrilongo I'm not opposed to a JQuery solution, but I was hoping for a less "involved" solution. Everything I've found online needed a manual font size selection for every element and then manual

  • Mobile Font Size · 7 years ago

    When I view my site (using the Grav Blog template and Quark) on an IPhone or other mobile device, the font is very small. How can I easily increase the font size for all elements slightly for mobile d

  • How to not show image in blog post listing · 7 years ago

    @bleutzinn I had turned off caching in the context of testing if my RegEx was actually doing what it needed, because Ctrl+F5 to refresh Chrome wasn't enough to actually check those changes. I turned i

  • How to not show image in blog post listing · 7 years ago

    Ah! I've figured it out! Just for future reference for anyone looking at this post later on, in blog-list-item.html.twig under templates/partials, I changed the following lines <div class="card-b

  • How to not show image in blog post listing · 7 years ago

    That looks like the perfect page to start, and I think I can get if with that reference. Must have just passed over the "Themes" section of Grav Learn. Thank you! I've got experience with HTML/PHP/Mar