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.

Themes & Styling

Add logo to Deliver theme, Continued

Started by Chris DeLong 9 years ago · 1 replies · 1408 views
9 years ago

There is a Question below. I am asking for help from the community. Read on...

Regarding the subject line, and the earlier forum topic
/forum/archive/add-logo-to-deliver-theme-t5189

Post 6 on that topic seems incomplete (or their code didn't post as intended) as the Before and After code are the same.

I was able to get a logo on my site by editing base.html.twig as follows

BEFORE

TWIG
         <div class="logo">
                <h3><a href="{{ base_url_absolute }}">{{ config.site.title }}</a></h3>
                {% block social %}
                    {% include 'partials/social.html.twig' %}
                {% endblock %}
            </div>``

AFTER
<div class="logo">
<a href="{{ base_url_absolute }}"><img src="{{ url('user://pages/images/my-clients-logo.png')|default('') }}" alt="{{ config.site.title }}" /></a>
{% block social %}
{% include 'partials/social.html.twig' %}
{% endblock %}
</div>
It is working, showing a logo and pulling in site.title as the alt text. I would like to replace the hard coded path to the logo with site.logo path from site.yaml but have been unable to get the syntax right to do this. I'm new to all this. Neither of the following works.

... img src="{{ page.media('{{ config.site.logo }}') }}" alt="{{ config.site.title }}" /...
... img src="{{ page.media[config.site.logo] }}" alt="{{ config.site.title }}" /...

Can anyone help correct that?

I also edited site.yaml to include
logo:
/user/pages/images/my-clients-logo-file.png

👍 2
last edited 08/07/17 by Chris DeLong
8 years ago

Thanks for posting this. It worked like a charm. Now I need to override the logo image for another one in the front page. Or find a way around for a front page with dark header background and internal pages with white one.

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 197 2 months ago
Themes & Styling · by Ian, 2 months ago
3 92 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 454 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 47 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 127 3 months ago