Pedro M Regular
@pmoreno · Joined 6 years ago · 412 posts · 108 topics · 102 reputation
Badges
Recent posts
-
Image is not displaying from a list of images
· 2 years ago
Try to: <img src="{{ page.url }}/{{ (team.url|first).name }}" class="img-fluid"> Handling images via the file field is more complex than using filepicker or even pagemediaselect. In my opinion,
-
Image is not displaying from a list of images
· 2 years ago
Could you post the blueprint you are using to get this?: person_name: 'Trent Gouguard' role: Director person_description: 'As the Director of our organization....' url:
-
Image is not displaying from a list of images
· 2 years ago
You can try: {% set team_image = page.media[team.image] %} {{ team_image.html(team.name,team.name,'')|raw }}
-
Fediverse Creator meta tag
· 2 years ago
See reply to Github issue
-
Will the Deliver Site template be updated?
· 2 years ago
@RobotWerter, Hukawati site is built with the Deliver theme and it works fine with Grav 1.7.45 and Admin plugin 1.10.45
-
Show login and logout menu items dynamically
· 2 years ago
Exact @Karmalakas. Sometimes I forget to mention that these modifications must be made on a child theme. 😔
-
Show login and logout menu items dynamically
· 2 years ago
Why don't you try to adapt this code to your purposes (from Future2021): {% if config.plugins.login.enabled %} <!-- Login button --> <div> <ul class="actions stacked">
-
Show login and logout menu items dynamically
· 2 years ago
What theme are you using?. This depends if theme has implemented it. For example, Future2021 has implemented it.
-
Show tags from two blogs with taxonomylist plugin
· 2 years ago
I have fixed the sidebar code a little, because I realized that it never passed the children_only variable, this is how it looks for now: sidebar.html.twig {# List of taxonomies (if the taxonomylist p
-
Show tags from two blogs with taxonomylist plugin
· 2 years ago
I'm messing around setting up popular tags in the sidebar (with the taxonomylist plugin) and I'm not getting what I want. The thing is that with one blog type page, the code works fine, but with more