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

Theme images not showing up

Started by Muut Archive 10 years ago · 6 replies · 652 views
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 urls set to "true" and in chrome dev tools, they full url to the image is there. Here's the section from the template file.

HTML
            <img src="{{ theme_url }}/images/nav-logo.png" alt="Logo Image">
        </a>

Help!!
And, thanks in advance!

10 years ago

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

10 years ago

What do you mean exactly by the value of theme_url?

With absolute_urls turned on I get this:

TXT

and with it turned of I get:

TXT

Here's a link to the test site that I've been playing around with. Absolute url's are turned on.
http://gravtesttheme.staging.tubemedia.website/
Notice the image in the top right.

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:

TXT
<img src="http://gravtesttheme.staging.tubemedia.website/user/themes/oldfashioned/images/nav-logo.png" alt="Logo Image">

And you get a broken image, it's not going through Grav at all, it's simply requesting that URL from the webserver. The webserver itself is giving a 404/broken image. What should the URL be? I can't tell because I can't arbitrarily browse your filesystem.

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 installation.

10 years ago

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

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.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1360 9 years ago
Archive · by Muut Archive, 9 years ago
2 939 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2958 9 years ago
Archive · by Muut Archive, 9 years ago
3 1122 9 years ago