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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Theme images not showing up · 10 years ago

    Maybe so. I'll try posting a different image in the morning and see if it fixes it. If not, I may just put the image in another folder.

  • Theme images not showing up · 10 years ago

    more likely a permissions issue. Perhaps the image file is not readable by the webserver?

  • Theme images not showing up · 10 years ago

    That should be the url to the image and it's definitely there. It shows up fine on my local install. Maybe an .htaccess thing? I have the default .htacess file that comes with the base Grav installati

  • Theme images not showing up · 10 years ago

    The URL seems fine. I think the file i just not there, or mistyped or something. When the HTML has the output: <img src="http://gravtesttheme.staging.tubemedia.website/user/themes/oldfashioned/im

  • Theme images not showing up · 10 years ago

    What do you mean exactly by the value of theme_url? With absolute_urls turned on I get this: and with it turned of I get: Here's a link to the test site that I've been playing around with. Absolute

  • Theme images not showing up · 10 years ago

    what is the value of theme_url? What happens if you turn of absolute_urls ?

  • Theme images not showing up · 10 years ago

    Ok, I'm pulling my hair out here. In my local environment, all of my images are showing up fine, On my staging server, images that are being pulled in through the template are broken. I have absolute

  • Twig if statement to select page template? · 10 years ago

    Sorry, can't figure out how to post code from my iPad.

  • Twig if statement to select page template? · 10 years ago

    Writing like this though, isn't showing the added body class on the front end. <body class="{% block body_classes %},{{ page.header.body_classes }},{% if page.template == modular %} modular-page {

  • Twig if statement to select page template? · 10 years ago

    Need that {% endblock %} on the end to close the block.